skill-development
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it is designed to ingest and analyze instructions from other skills' documentation files.
- Ingestion points: The validation logic in
scripts/quick_validate.pyandscripts/validate_yaml_frontmatter.pyreads content fromSKILL.mdand associated reference files within the audited skill directory. - Boundary markers: There are no explicit delimiters or specific 'ignore embedded instructions' warnings applied to the data being audited, which may allow an adversarial skill to influence the agent during the auditing process.
- Capability inventory: The skill possesses the
Read,Glob,Grep, andSkilltools, allowing it to explore the file system and trigger other agent capabilities. - Sanitization: The skill processes file contents using regular expressions for structural validation but does not provide sanitization for the instructional text that is ultimately presented to the language model.
Audit Metadata