agent-skills-creator
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to audit and rewrite other agent skills, which involves ingesting untrusted markdown and script files. This creates an attack surface for indirect prompt injection where malicious instructions in a target skill could attempt to influence the agent's audit behavior.
- Ingestion points: Files in the target directory being audited or improved, such as
SKILL.md, reference files, and rules folders, as specified inPhase A: Read everything firstofreferences/improving-existing-skills.md. - Boundary markers: The skill encourages a structured audit process and provides a
validate.shscript to enforce mechanical gates, though the manual rewrite phase relies on the agent's interpretation of external text. - Capability inventory: The skill uses a local bash validation script (
validate.sh) that executes subprocesses (Ruby, Perl, shell utilities) to inspect file content. It also documentation the use of!commandshell injection andallowed-toolsfor broader tool access in the skills it helps create. - Sanitization: The
validate.shscript usesYAML.safe_loadandJSON.parseto safely handle structured metadata, and performs static analysis using regular expressions rather than executing the logic of audited files.
Audit Metadata