newsletter-curation
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external search providers (Tavily and Exa) to assist in newsletter curation. This creates an attack surface where untrusted content from the web could influence the agent's behavior.
- Ingestion points: Search results retrieved via
belt app run tavily/search-assistantandbelt app run exa/search(referenced inSKILL.md). - Boundary markers: The instructions do not define explicit delimiters or instructions to ignore embedded prompts within the retrieved search results.
- Capability inventory: The skill utilizes the
beltCLI for network operations and content generation. Bash access is restricted to thebeltcommand only via theallowed-toolsconfiguration. - Sanitization: There is no evidence of explicit sanitization or validation of the content retrieved from external search engines.
- [EXTERNAL_DOWNLOADS]: The skill references installation guidelines and scripts hosted on the official GitHub repository of the author (inference-sh) at
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md. - [COMMAND_EXECUTION]: The skill makes use of the
beltCLI for various tasks, including social post creation (x/post-create) and image generation (infsh/html-to-image). Tool execution is properly scoped to thebeltnamespace.
Audit Metadata