finding-skills
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a Python script at
scripts/skills.pythat facilitates listing and reading files within the/mnt/skills/user/directory. The instructions inSKILL.mddirect the agent to execute this script via the command line to discover other capabilities. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface because it reads and outputs the content of other
SKILL.mdfiles which are considered untrusted data. If a skill in the local catalog contains malicious instructions, the agent would ingest them when viewing the skill's details. - Ingestion points: The
cmd_showand_parse_metafunctions inscripts/skills.pyread content from any file namedSKILL.mdwithin the target directory. - Boundary markers: The skill does not use delimiters or warnings to separate the ingested skill content from the agent's instructions.
- Capability inventory: The agent using this skill typically has broad access to shell commands and file systems.
- Sanitization: No content filtering or instruction scrubbing is performed on the ingested text.
Audit Metadata