spectra-audit
SolidAudit changed code for security sharp edges — dangerous defaults, type confusion, and silent failures
Install
Quality Score: 88/100
Skill Content
Details
- Author
- PsychQuant
- Repository
- PsychQuant/che-ical-mcp
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- Swift
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
audit
Comprehensive multi-agent code audit that delegates to the code-reviewer and security-scanner sub-agents. Always runs security-scanner; set only_security_scan=true to restrict to a security-only review. Use when (1) verifying changes before shipping, (2) running review feedback inside the /impl Generator-Evaluator loop, or (3) reviewing a topic branch with no active ticket directory. Triggers on "audit changes", "review the diff", "code review", "security review", "/audit". Chain-invoked by /impl Step 17 and /ship review-gate; disable-model-invocation: false is intentional because callers reference this skill by name.
secure-review
Deep semantic security review of code changes with data flow tracing, taint analysis, and trust boundary validation. Composable building block invoked by /audit when deployed.
agent-activity-audit
Audit recent agent transcripts (Claude Code and Codex) to learn how a tool, system, or skill is actually being used in the wild. Surfaces failure modes, friction, success patterns, and concrete improvement candidates from real session data. Use this when you want to improve a developer-facing system that agents interact with regularly.
devsecops-supply-chain-audit
Audit software supply chain across every ecosystem (npm, pip, Go, Ruby, Cargo, Maven, Docker, Terraform) — pinning, vulnerabilities, secrets, SBOM, signing, branch protection, CODEOWNERS. One sub-agent per ecosystem. Three modes.
security-audit
Deep adversarial security audit engine for full-stack web applications. Use this skill when the user wants to audit a codebase for security vulnerabilities, broken access control, injection risks, authentication weaknesses, payment security, file upload exploits, IDOR, CSRF, SSRF, RLS bypass, business logic abuse, rate limiting gaps, or deployment security issues. Trigger whenever the user says "audit my security", "find vulnerabilities", "pen test my app", "is this secure", "check for IDOR", "harden my auth", "review my payment flow for exploits", "can someone bypass this", "what can an attacker do", or shares code and asks about security, exploits, or hardening. Also trigger proactively when reviewing any app that handles auth, payments, file uploads, admin routes, or user-generated content — even if the user doesn't use the word "security".