What problem does it solve?
Security analysis agents often produce incomplete findings, silently skip phases, suppress findings without evidence, or deliver unverified results. This Skill enforces intellectual honesty and output quality across all AppSec agents through a shared audit integrity framework.
Core Features & Use Cases
- Anti-Rationalization Guards: Blocks prohibited rationalizations (e.g., silently suppressing false positives or skipping phases) with mandatory documented responses.
- Self-Critique and Quality Gates: Runs a mandatory second-pass review and scores output across completeness, accuracy, actionability, consistency, and coverage with a ≥8/10 threshold before delivery.
- Self-Learning System: Captures lessons and memories from false positives, missed findings, and codebase conventions for reuse in future scans.
- Use Case: A SAST agent completes a taint analysis, then applies this framework to verify every entry point was traced, every CVE is documented rather than suppressed, and the final report passes the quality gate before delivery.
Quick Start
Apply the audit-integrity framework to review this security analysis and verify all findings cite evidence and pass the quality gate.