customer-persona
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill retrieves data from search engines via tools like
tavily/search-assistantandexa/search, which creates a vulnerability to instructions hidden in external web content. - Ingestion points: SKILL.md specifies calls to search assistant tools to gather market data and pain points.
- Boundary markers: No specific delimiters or "ignore" instructions are provided to the agent for handling the retrieved search data.
- Capability inventory: The agent has access to the
Bashtool to executebeltCLI commands and file system operations. - Sanitization: No data validation or sanitization mechanisms are defined for the incoming search results.
- [EXTERNAL_DOWNLOADS]: The skill directs the user to fetch installation instructions from an external GitHub repository.
- Evidence: The file references
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.mdfor setup. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to run commands from a custom CLI utility (belt) to manage research tasks and generate images. - Evidence: Executions include
belt loginandbelt app runcommands.
Audit Metadata