press-release-writing
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user and agent to install the
belt-sh/clipackage vianpx. It also references installation instructions hosted on a remote GitHub repository (https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md). - [COMMAND_EXECUTION]: The skill uses the
Bashtool to executebeltcommands, such asbelt loginandbelt app run. These commands involve network operations and authentication. If the agent interpolates user-provided text directly into these shell commands without proper sanitization, it could lead to command injection. - [INDIRECT_PROMPT_INJECTION]: The skill has a surface for indirect prompt injection because it ingests data from external search tools (
tavily/search-assistant,exa/search). - Ingestion points: Data enters the context via the output of
belt app runcommands (inSKILL.md). - Boundary markers: None present; external content is processed directly to fact-check claims.
- Capability inventory: The skill possesses shell execution capabilities (
Bashtool) and network access through thebeltCLI. - Sanitization: No explicit sanitization or filtering of the external search results is defined in the instructions.
Audit Metadata