agent-capability-discovery
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill indexes content from all
skill.yamlfiles within a directory tree. This creates a surface where a malicious skill definition could influence the behavior of the agent consuming the generated map. - Ingestion points: Reads
descriptionandcapabilitiesfields from everyskill.yamlfile found in thebase_directorytree. - Boundary markers: Absent. There are no delimiters or instructions provided to the agent to treat the discovered metadata as untrusted data rather than authoritative instructions.
- Capability inventory: The skill performs directory traversal and file reading; it does not contain execution capabilities like subprocess spawning or network access.
- Sanitization: The skill performs YAML structure validation but lacks semantic sanitization of the string content being indexed.
Audit Metadata