skill-reviewer
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands such as
pnpm skill-tools lint <skill-name>and suggests the manual execution ofnode packages/skill-tools/dist/index.mjs eval. These commands use the provided skill name as an argument and are intended for project-local auditing and evaluation. - [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection as it ingests and processes untrusted data from other skills'
SKILL.mdandevals.jsonfiles. - Ingestion points: The workflow steps 1 and 6 in
SKILL.mdinvolve reading and auditing external skill files. - Boundary markers: The instructions do not specify the use of boundary markers or delimiters when reading these external files.
- Capability inventory: The skill utilizes shell command execution via the
pnpm skill-toolsutility andnodescripts located within the monorepo. - Sanitization: There is no explicit sanitization logic for the content read from external skills or for the
$ARGUMENTSinput before it is used in command strings.
Audit Metadata