Every scan follows the same reproducible pipeline β deterministic by design. Chain Analysis is now integrated after multiβengine scanning.
Before running any scanner, we map the digital territory β trust boundaries, hidden entry points, third-party integrations.
Auditor Core v2.2.1 deploys all 11 detectors in parallel. Each engine covers a distinct threat class.
Correlates findings across detectors. A hardcoded secret (LOW) feeding a command injection (MEDIUM) becomes a CRITICAL chain. Severity escalation prevents underreporting.
chain block + attack_paths rootTop findings (including chain context) are sent to AI for contextual verification β eliminating noise before scoring.
Weighted Security Posture Metric v2.2 transforms raw findings (with chain escalation) into a single authoritative SPI score (0β100).
test/, docs/, examples/ classified NON_RUNTIME β excluded from SPIFindings, chains, scores, and AI verdicts are assembled into three output formats β PDF, HTML, and JSON.
chain block per finding, attack_paths root object, compliance_mapping, and framework_summary block for SIEM integrationFor the professional Audit Service β every finding and chain 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)
Three core mechanisms that make scoring more accurate and reports more actionable.
Correlates findings across detectors. A hardcoded API key (LOW) and a command injection sink (MEDIUM) in the same module become a CRITICAL chain. Severity escalation ensures correlated risks are never underreported.
attack_paths rootaudit-config.yml::chaining block
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 (including chainβescalated CRITICAL), 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.1 is a passive analysis engine β it never modifies, exploits, or disrupts any system.