skill-curator
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the execution of multiple shell commands, including
find,jq,sed,grep,mv, andgit. These are used to discover skills, extract metadata, modify JSON registries, and perform version control operations within the local environment. - [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection. It parses
nameanddescriptionfields from the frontmatter ofSKILL.mdfiles located in theskills/directory. If an attacker provides a malicious skill file, they could attempt to inject shell metacharacters into the metadata to influence commands likegit commit -mor the automated documentation updates. - Ingestion points: Reads metadata from
SKILL.mdfiles usinggrepandsed(SKILL.md). - Boundary markers: The skill does not implement explicit boundary markers or validation for strings extracted from the metadata before using them in shell commands, although it uses
jq --argfor JSON operations which is a safe practice. - Capability inventory: The skill has capabilities for file system traversal, file modification, and Git repository management (committing changes).
- Sanitization: There is a lack of sanitization for metadata strings when they are interpolated into human-readable files (README.md) or shell-executed Git commands.
Audit Metadata