Skill Dependency Graph
Generates a navigable Mermaid dependency map of skills with change detection and detailed category insights.
Install this skill
Security score
The Skill Dependency Graph skill was audited on May 30, 2026 and we found 11 security issues across 1 threat category, including 8 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 7 | > **${var}** — Output path override. If empty, writes to `docs/skill-graph.md`. |
Template literal with variable interpolation in command context
| 31 | - Append `## skill-graph` block to `memory/logs/${today}.md`: `SKILL_GRAPH_NO_CHANGE — N skills, identical fingerprint` |
Template literal with variable interpolation in command context
| 63 | Write to `docs/skill-graph.md` (or `${var}`). Structure: |
Template literal with variable interpolation in command context
| 65 | 1. **Header** — title, `Auto-generated by skill-graph on ${today}`, current mode |
Template literal with variable interpolation in command context
| 96 | ```json |
Template literal with variable interpolation in command context
| 112 | ```bash |
Template literal with variable interpolation in command context
| 125 | - `SKILL_GRAPH_NEW` → notify: `*Skill Graph initialized* — ${N} skills mapped across 5 categories. PR: ${url}` |
Template literal with variable interpolation in command context
| 126 | - `SKILL_GRAPH_OK` → notify only if verdict is not `ARCHITECTURE_OK`: `*Skill Graph updated* — ${verdict_one_line}. PR: ${url}` |
Template literal with variable interpolation in command context
| 127 | - `SKILL_GRAPH_ERROR` → notify: `*Skill Graph FAILED* — lint: ${rule}. No PR opened.` |
Template literal with variable interpolation in command context
| 131 | Append to `memory/logs/${today}.md`: |
Template literal with variable interpolation in command context
| 132 | ``` |