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 npx may trigger the download of the @spotify/portal-cli package 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 in SKILL.md.
  • Boundary markers: None specified for the search query argument within the command template.
  • Capability inventory: The agent uses npx to execute commands in the shell (as described in SKILL.md).
  • Sanitization: No explicit sanitization or escaping instructions are provided for the user input before it is passed to the shell command.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 8, 2026, 12:37 AM
Security Audit — agent-trust-hub — search