用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/me2resh/apexyard --skill audit-deps命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Make a technical decision with structured reasoning and create an Agent Decision Record (AgDR).
DFD with trust boundaries + data classifications (Mermaid + optional Threat Dragon JSON). Source-of-truth for /threat-model.
Onboard an external repo via a structured handover assessment + harnessability scoring across 5 codebase dimensions.
基于 SOC 职业分类
正在显示 SKILL.md
| name | audit-deps |
| description | Audit dependencies for vulnerabilities, outdated packages, and license compliance. |
| disable-model-invocation | false |
| argument-hint | [project-path] |
| allowed-tools | Bash, Read, Grep, Glob |
Audit project dependencies for security vulnerabilities, outdated packages, and license compliance.
/audit-deps
/audit-deps path/to/project
npm audit --json
| Severity | Action |
|---|---|
| Critical | Immediate ticket, block deploys |
| High | Ticket this week |
| Moderate | Ticket this sprint |
| Low | Track in backlog |
npm outdated --json
Generates a report with:
Optionally creates tickets in the team's tracker for Critical / High vulnerabilities.
Invokes: Dependency Auditor Agent (Guardian)
Part of ApexYard — multi-project SDLC framework for Claude Code · MIT.