{"id":"security-audit","name":"security-audit","summary":"OWASP Top 10、認証、認可、データ保護、依存脆弱性、秘密スキャンをカバーする深層セキュリティ監査。","body":"# Security Audit\n\nPerforms a deep security audit using the Centinela (QA) agent.\n\n## When to Use This Skill\n\n- Before a release to verify security posture\n- After significant code changes that touch authentication, authorization, or data handling\n- Periodic security review of the codebase\n- When adding new dependencies or external integrations\n\n## What This Skill Does\n\n1. Runs the SIGN IN checklist\n2. Performs OWASP Top 10 systematic check (A01-A10)\n3. Scans for hardcoded secrets, API keys, tokens, and connection strings\n4. Audits dependencies for known CVEs\n5. Checks smart contracts if Solidity is present (reentrancy, overflow, access control)\n6. Runs Security Verification and Quality Verification checklists (TIME OUT)\n7. Issues verdict and writes report to `docs/reviews/security-audit-{date}.md`\n8. Prepares findings handoff to Dev agent\n\n## How to Use\n\n### Basic Usage\n\n```\n/security-audit\n```\n\n### Scoped Audit\n\n```\n/security-audit src/auth/ src/api/\n```\n\n## Example\n\n**User**: `/security-audit src/payments/`\n\n**Output**: A security audit report at `docs/reviews/security-audit-2026-02-23.md` with:\n- OWASP Top 10 findings organized by severity\n- Secrets scan results\n- Dependency vulnerability report\n- Verdict: APPROVED or CHANGES REQUIRED\n- Fix order recommendation for the Dev agent\n\n## Tips\n\n- If no scope is specified, the entire `src/` directory is audited\n- Critical findings trigger the Non-Normal emergency checklist\n- The agent will never attempt to fix vulnerabilities — only document them","author":"@davepoon","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/davepoon/buildwithclaude/tree/main/plugins/agent-triforce/skills/security-audit","license":"MIT","category":"quality-security","lang":"en","tokens":353,"stars":0,"calls30d":4,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}