execution-roadmaps
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill is designed for organizational tasks, providing structured markdown templates and instructions for defining project phases and milestones. No evidence of malicious code, data exfiltration, or obfuscation was found.\n- [COMMAND_EXECUTION]: The skill is configured to use standard file system tools (Read, Write, Glob, Grep). These are used for routine tasks such as reading local template resources and saving roadmap artifacts to the
./artifacts/directory.\n- [PROMPT_INJECTION]: The skill employs placeholders like[project]and[Project Name]to generate filenames and document content. This represents a surface for data interpolation, but it is considered safe as the skill does not ingest untrusted external data or perform dangerous operations on the interpolated strings.\n - Ingestion points: Placeholder variables in
SKILL.mdandresources/execution-roadmap.template.md.\n - Boundary markers: Not explicitly defined.\n
- Capability inventory: Restricted to local file operations (Read, Write, Glob, Grep).\n
- Sanitization: None present in the provided markdown templates.
Audit Metadata