Secret detection
Shannon-entropy analysis combined with provider-specific patterns for AWS keys,
Stripe live keys, GitHub and Slack tokens, private certificates and database
connection strings. Detected secrets are masked everywhere they appear.
Entropy + pattern
Static analysis (SAST)
True abstract-syntax-tree analysis for Python, plus context-aware rules for
JavaScript, TypeScript, Java, Go, PHP and Vue. Injection, unsafe deserialisation,
path traversal, SSRF and weak cryptography, each mapped to a CWE.
AST + lexical
Dependency analysis (SCA)
Lockfile and manifest parsing across npm, PyPI, Maven, Go modules, Composer,
RubyGems and Cargo, matched by semantic-version range against OSV, the NVD,
GitHub advisories, CISA KEV and EPSS exploit-probability scores.
7 ecosystems
AI & LLM security
Complete coverage of the OWASP Top 10 for LLM Applications: prompt-injection
surfaces, unsafe model output piped into execution sinks, unsafe model
deserialisation, excessive agent permissions and vector-store tenant isolation.
LLM01–LLM10
Infrastructure as code
Hardening checks for Dockerfiles, Kubernetes manifests and GitHub Actions
workflows — mutable base tags, privileged containers, host-path mounts,
secrets in build arguments and over-broad workflow permissions.
Docker · K8s · Actions
Licence compliance
Every dependency classified as permissive, weak copyleft, strong copyleft or
forbidden, with the contamination path shown — so an AGPL package never
reaches your proprietary build unnoticed. Unparseable licences are flagged, never guessed.
Legal risk
Reachability & taint analysis
Inter-procedural dataflow traces a value from source to sink, and call-graph
analysis determines whether a vulnerable dependency function is actually invoked.
Unreachable issues are down-ranked and labelled — never silently hidden.
Noise reduction
Privacy & cryptography
Detects personal data in code, fixtures and log statements — card numbers,
national identifiers, health data — and flags weak algorithms, hard-coded keys
and non-cryptographic randomness, including a post-quantum readiness inventory.
GDPR · DPDP · HIPAA · PCI
Software supply chain
Container and operating-system package analysis without a Docker daemon,
typosquat and dependency-confusion detection, install-script inspection, and
build-provenance verification against SLSA, in-toto and Sigstore.
Provenance