audit
仓库创建 2026年7月2日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
把复杂审计拆成多角色链式执行,适合全面质量检查。
▸ 风险提示
会运行或修改仓库代码,需谨慎授予写入与执行权限。
这个 Skill 做什么
运行完整代码库审计流水线,按序产出架构、安全与文档报告并可修复。
把代码库从架构到安全再到文档做一次完整体检:按顺序跑架构审查、安全扫描、合规检查、机器文档和人工文档,最后再复核安全。会组队、顺序派发 agent,且在有权限时直接实现修复并产出报告。适合需要一次性把问题找齐、修复并交付可审计结果的场景。
▸ 展开 SKILL.md 英文原文
Run a full codebase audit chain — architecture, security, {{audit.complianceFrontmatterLabel}}, machine docs, human docs, then security again. Creates a team, spawns agents consecutively, and reports results.
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/orchestration/skills/audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/orchestration/skills/audit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Codebase Audit Chain
Run the full audit pipeline in consecutive order. Each agent audits the codebase and (where its role grants edit tools) implements fixes before the next one starts; report-only agents deliver findings for the user or a later agent to fix.
## Chain Order
1. **{{roster.architectAgent}}** — Audit and improve codebase structure (module patterns, file organization, naming, dependency rules, import paths)
2. **{{roster.securityAgent}}** (pass 1) — Full security audit per the security-audit skill checklist
3. **{{audit.complianceAgentType}}** ({{audit.complianceLabel}}) — {{audit.complianceDescription}}
4. **docs-agent** — Create/update the machine docs ({{docs.machineDocSvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有