press-release-writing
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to ingest and process data from external research and search tools (Tavily and Exa) to fact-check and provide context for press releases. This creates a surface where malicious instructions embedded in web content could influence the agent's output.
- Ingestion points: Research data retrieved via
belt app runcommands (e.g., Tavily/Exa results) as described in the 'Research & Fact-Checking' section ofSKILL.md. - Boundary markers: No specific delimiters or instructions to ignore embedded commands are present in the interpolation logic.
- Capability inventory: The skill primarily performs text generation and formatting; it does not have file-write or general code execution capabilities.
- Sanitization: No evidence of sanitization or filtering of external research content before processing.
- [EXTERNAL_DOWNLOADS]: The skill references and encourages the installation of external software and configuration files from the 'inference-sh' organization.
- Evidence: References installation instructions at
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.mdand links tohttps://inference.sh. - Evidence: Recommends installing the
belt-sh/cliandinference-sh/skillspackages vianpx. - [COMMAND_EXECUTION]: The skill provides numerous examples for executing shell commands via the
beltCLI tool for authentication and data retrieval. Theallowed-toolsfrontmatter correctly limits the scope of theBashtool to only commands prefixed withbelt, reducing the risk of arbitrary command execution.
Audit Metadata