search
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute search commands using
npx @spotify/portal-cli search. - [EXTERNAL_DOWNLOADS]: The use of
npxmay trigger the download of the@spotify/portal-clipackage from the npm registry. This package is an official resource provided by the vendor (Spotify). - [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied search queries as arguments to a CLI command.
- Ingestion points: User input is interpolated into the
<query>placeholder inSKILL.md. - Boundary markers: None specified for the search query argument within the command template.
- Capability inventory: The agent uses
npxto execute commands in the shell (as described inSKILL.md). - Sanitization: No explicit sanitization or escaping instructions are provided for the user input before it is passed to the shell command.
Audit Metadata