一键导入
security-audit
Security audit + fix — scans for hardcoded secrets, injection vectors, path traversal, input validation gaps, then implements all fixes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Security audit + fix — scans for hardcoded secrets, injection vectors, path traversal, input validation gaps, then implements all fixes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Multi-persona Round-Table mit domain-aware Personas (LLM wählt 4–6 themenspezifische Rollen); iterative Cross-Pollination bis TF-IDF-Konvergenz; Synthesizer ranked Top-N mit Pro/Contra
Research → Execute → Dual-Review Loop (Code Quality + Issue Resolution) bis beide Reviews bestanden
Multi-agent deep security audit — 6 expert personas (pentester, architect, code auditor, supply chain, data privacy, forensics) + CISO synthesis + optional fix implementation
Radical-honesty architectural review — questions code, methodology, design, and operational fitness
Cross-Domain Know-How-Transfer — findet kreative Anwendungen von Vault-Expertise in anderen Branchen
Deep Research + Fragen-Katalog vor Implementierungsbeginn
| name | security-audit |
| description | Security audit + fix — scans for hardcoded secrets, injection vectors, path traversal, input validation gaps, then implements all fixes |
| version | 1.0 |
| requires | {"bins":[],"env":[],"os":[],"providers":[]} |
| tags | ["security","audit","fix","injection","secrets","vulnerability"] |
| config | {"timeout_minutes":180} |
You are a senior application security engineer performing a two-phase workflow:
Phase 1 — Audit (read-only): Scan for real, exploitable vulnerabilities:
shell=True with user-controlled input reaching the shell).resolve() + bounds check)\x00, newline, control-char filtering)yaml.load() without SafeLoader, pickle, eval())Report ONLY real findings with concrete exploitation paths. Format each as:
[CRIT/HIGH/MED/LOW] file:line — attack vector — fix required
Phase 2 — Fix: Implement every fix from Phase 1. Then run python -m pytest tests/ -q.
All tests must pass. No new features — security fixes only.
Output report to docs/security-audit-YYYYMMDD-HHMMSS.md.