skills/jeremylongshore/claude-code-plugins-plus-skills/analyzing-capacity-planning/Gen Agent Trust Hub
analyzing-capacity-planning
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from the local file system that could contain malicious instructions.
- Ingestion points: The script
scripts/analyze_capacity.pyusesPath.rglob('*')to recursively collect all file paths in a target directory. - Boundary markers: None are used when including these file paths in the generated analysis report.
- Capability inventory: The skill has access to
Bash(cmd:*),Write, andEdittools as defined inSKILL.md. - Sanitization: File paths are interpolated directly into report strings without validation or escaping.
Audit Metadata