skill
Warn
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
/skill setupand/skill scansubcommands instruct the agent to execute shell scripts for directory management and metadata extraction. Specifically, it usesfindwith-exec sh -cto traverse the filesystem and run commands likegrep,sed, andstaton discovered files. - [EXTERNAL_DOWNLOADS]: The 'Import Skill' functionality allows the agent to fetch content from arbitrary user-provided URLs (e.g., GitHub Gists). This allows the introduction of external markdown files into the local skill environment without pre-defined source restrictions.
- [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it ingests untrusted data from external URLs and existing conversation history to create or update skill files. Malicious instructions embedded in these sources could be saved as persistent skills and influence the agent's behavior during future sessions.
Audit Metadata