Skip to content

v1.0.0: test: implement comprehensive mock-driven pytest suite

Latest

Choose a tag to compare

@kashif821 kashif821 released this 14 Jun 12:52
· 8 commits to main since this release

v1.0.0 — Production Release

phantm is a CLI security auditor purpose-built for LLM-generated code.

What's Working:

  • Three-tier scanning (static analysis → threat intel → LLM)
  • VirusTotal & AbuseIPDB integration with SQLite caching
  • Multi-provider LLM support (100+ via LiteLLM)
  • Production-hardened security (20+ attack vectors addressed)
  • Comprehensive test suite (34 tests, all passing)
  • CI/CD ready exit codes (0-4)

Installation:
git clone https://github.com/kashif821/Phantm
cd Phantm
pip install -e .

Usage:
phantm scan run ./src
phantm report
phantm config show

See README.md for full documentation.