historical-interview-scripts
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to generate creative text and plan video content using AI agents. All operations are local or directed at well-known, official cloud service providers.
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied text for historical characters and themes, which is then used as input for various agent prompts (e.g., in
historian_agent.py). While there is a theoretical surface for injection, the skill's purpose is content generation, and it does not possess high-privilege capabilities that could be abused through such an injection. The risk is negligible in the context of the skill's intended use. - [CREDENTIALS_UNSAFE]: No hardcoded secrets or API keys were detected. The project uses standard methods for secret management, specifically
python-dotenvand environment variables, ensuring that user credentials remain protected. - [EXTERNAL_DOWNLOADS]: All external dependencies listed in
requirements.txtare reputable packages from official registries (like PyPI). The skill does not perform any unauthorized downloads or executions of remote scripts.
Audit Metadata