ai-podcast-creation
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized access attempts were detected. The skill operates entirely within the expected parameters of the vendor's platform.
- [COMMAND_EXECUTION]: Employs the
infshCLI tool to manage AI workloads. The skill's execution environment is constrained to this specific toolset via theallowed-toolsconfiguration in the YAML frontmatter. - [EXTERNAL_DOWNLOADS]: Retrieves configuration and modular extensions from the vendor's official GitHub repository (
inference-sh/skills). These references are standard for the platform's architecture and originate from the author's own infrastructure. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface as it is designed to process untrusted user documents into podcast scripts.
- Ingestion points: User-supplied document content used as input for the
openrouter/claude-sonnet-45model inSKILL.md. - Boundary markers: Not present in the provided script-writing templates.
- Capability inventory: Execution of LLMs, audio synthesis models, and media merging tools via the
infshCLI as defined inSKILL.md. - Sanitization: Input content is passed directly to the AI models without pre-processing or explicit boundary isolation.
Audit Metadata