newsletter-curation
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
infsh(inference.sh) CLI to perform its core functions, including authentication, content sourcing, and social media posting. - Evidence: Implementation of
infsh login,infsh app run tavily/search-assistant, andinfsh app run x/post-createwithin the skill workflow. - [EXTERNAL_DOWNLOADS]: The documentation recommends the installation of external dependencies and related skills from the vendor's official repository.
- Evidence: Instructions to use
npx skills add inference-sh/skills@agent-toolsand other relatedinference-shskills. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection as it ingests and processes untrusted data from the open web.
- Ingestion points: External content fetched via
tavily/search-assistantandexa/searchtools. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to disregard malicious instructions embedded in the retrieved web content.
- Capability inventory: The skill has permission to execute shell commands (
Bash(infsh *)) and can perform write actions such as creating social media posts via thex/post-createapp. - Sanitization: No sanitization, filtering, or validation logic is applied to the external search results before they are interpolated into the newsletter templates or social media previews.
Audit Metadata