skill-writer
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process content from external URLs and local files to author new agent skills. This creates a surface for indirect prompt injection where malicious instructions in external documentation could influence the generated skill's behavior.\n
- Ingestion points: The
references/synthesis-path.mdfile directs the agent to collect and synthesize content from external sources.\n - Boundary markers: The instructions lack explicit requirements for delimiters or 'ignore embedded instructions' warnings for the data being processed.\n
- Capability inventory: The skill has the capability to write files (modifying
SKILL.mdand reference scripts) and execute local scripts vianpm.\n - Sanitization: No specific validation or filtering logic for external content is defined beyond a general instruction to follow safety rules.\n- [COMMAND_EXECUTION]: The
references/registration-validation.mdfile instructs the agent to execute specific local shell commands (npm run chainandnpm run catalog) to validate the repository state. While these appear to be internal tools, they represent an execution capability that should be restricted to a safe environment.
Audit Metadata