book-skill-creator
Warn
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the automated generation of executable Python and Bash scripts through
scripts/docs_parser.pyandscripts/batch_create.py. These scripts are created from templates and data extracted from documentation files.\n- [COMMAND_EXECUTION]: Thescripts/skill_validator.pyscript performs runtime compilation checks of Python scripts using thepy_compilemodule to ensure the generated code is syntactically correct.\n- [EXTERNAL_DOWNLOADS]: Thescripts/web_searcher.pycomponent is designed to interact with search tools to fetch and process external web content for extracting code patterns and best practices.\n- [PROMPT_INJECTION]: There is a risk of indirect prompt injection asscripts/docs_parser.pyingests untrusted documentation files (Markdown, HTML, OpenAPI). If these files contain malicious instructions disguised as documentation, they could be incorporated into the resulting skill packages.
Audit Metadata