meta-skill-creator
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill contains Python scripts (
scripts/validate-component.pyandscripts/validate-skill.py) meant for static analysis of skill files. These scripts utilize standard Python libraries such asre,json, andpathlibto lint file content. They do not invoke shell commands with untrusted input or perform unsafe dynamic evaluation of file contents. - [EXTERNAL_DOWNLOADS]: The documentation in
references/skill-anatomy.mdandreferences/validation.mdrefers to using standard package management tools likepipanduvto install dependencies, which is common and expected practice for development toolkits. - [INDIRECT_PROMPT_INJECTION]: The skill's validation tools represent a potential surface for indirect prompt injection as they ingest external markdown and JSON files. However, the ingestion points are limited to local file reads, and the scripts utilize strict parsing (regex and JSON) for structural checks rather than interpreting the file content as instructions. Capabilities are restricted to file reading and console output, following the principle of least privilege for static analysis tools.
Audit Metadata