agent-discovery
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection by reading external markdown files that define agents.
- Ingestion points: Reads agent definitions from
.claude/agents/*.mdand~/.claude/agents/*.md(SKILL.md). - Boundary markers: The skill does not use delimiters or instructions to ignore embedded commands when parsing these files.
- Capability inventory: The skill has access to
Bash,Read, andGreptools (SKILL.md). - Sanitization: No evidence of validation or filtering of external file content is present.
- [COMMAND_EXECUTION]: The skill uses
lsandgrepvia Bash to discover and parse files in user and project directories. This behavior is consistent with the stated purpose of agent discovery. - [EXTERNAL_DOWNLOADS]: The
install_commandin the metadata fetches the skill definition from a GitHub repository usingcurl. This is a standard installation pattern and uses a well-known service (GitHub).
Audit Metadata