anygen
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill acts as a CLI wrapper for AnyGenIO, enabling the generation of slides, documents, and other content via official APIs.
- [EXTERNAL_DOWNLOADS]: The skill references the official AnyGenIO GitHub repository (https://github.com/AnyGenIO/anygen-skills) as the source for its capabilities and documentation.
- [PROMPT_INJECTION]: The skill defines a surface for processing user-supplied prompts to generate content, which is the primary intended function of the tool.
- Ingestion points: The 'prompt' argument used in 'task create' and 'task run' actions in run.py.
- Boundary markers: No explicit boundary markers or delimiters for user input were observed in the wrapper script.
- Capability inventory: The skill facilitates network communication with the AnyGenIO API and performs file system writes for task result downloads.
- Sanitization: Prompt inputs are passed to the service backend without additional sanitization or escaping in the local entry point script.
Audit Metadata