health
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from multiple external sources that could contain malicious instructions.
- Ingestion points: Reads
README.md,ROADMAP.md,CLAUDE.md,CHANGELOG.md,LICENSE,package.json,pyproject.toml, and GitHub/Forgejo issue/PR data. - Boundary markers: None observed in the instructions when interpolating these files into the audit logic.
- Capability inventory: The skill has high capabilities, including file writing (updating
ROADMAP.md,.gitignore,NOTICE), network access viaghandfjCLIs, and shell command execution viaBash. - Sanitization: No explicit sanitization of roadmaps or issue titles is performed before they are processed or written back to files.
- [COMMAND_EXECUTION]: The skill makes extensive use of the
Bashtool to execute complex shell pipelines for filesystem hygiene, branch management, and metadata extraction. While these are part of the intended functionality, they represent a significant attack surface if input files (likeREADME.mdtree blocks) are manipulated to include command injection characters.
Audit Metadata