Every scan follows the same reproducible pipeline โ deterministic by design.
Before running any scanner, we map the digital territory โ trust boundaries, hidden entry points, third-party integrations.
Auditor Core v2.2 deploys all 11 detectors in parallel. Each engine covers a distinct threat class.
Top findings are sent to AI for contextual verification โ eliminating noise before scoring.
Weighted Security Posture Metric v2.2 transforms raw findings into a single authoritative SPI score (0โ100).
test/, docs/, examples/ classified NON_RUNTIME โ excluded from SPIFindings, scores, and AI verdicts are assembled into three output formats โ PDF, HTML, and JSON.
compliance_mapping per finding and framework_summary block for SIEM integrationFor the professional Audit Service โ every finding is manually reviewed for real-world exploitability and impact.
Weighted Security Posture Metric โ deterministic, reproducible, codebase-normalised.
WS = ฮฃ(severity_weight ร count)
N = log(files + 1) + 1
SPI = max(0, 100 โ (WS / N) ร 10)
Two new mechanisms introduced in v2.2 that make scoring more accurate and reports more actionable.
Findings in non-production directories are classified as NON_RUNTIME and excluded from the SPI calculation by default โ eliminating false severity inflation from test and documentation code.
test/, tests/, spec/ โ NON_RUNTIMEdocs/, examples/ โ NON_RUNTIMESETUP contextWhen CRITICAL findings exist in production code, the effective grade is capped at C regardless of the mathematical SPI score โ resolving the cognitive dissonance of a high SPI alongside a FAIL decision.
Auditor Core v2.2 is a passive analysis engine โ it never modifies, exploits, or disrupts any system.