light-tool-selection
Fail
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install third-party skills using the command
npx skills add <owner/repo@skill> -g -y. The use of the-yflag explicitly bypasses user confirmation during the installation of external code from arbitrary GitHub repositories, while the-gflag performs a global installation on the host system, creating a significant supply chain risk. - [COMMAND_EXECUTION]: The skill includes and instructs the agent to execute a local Python script (
scripts/detect_stack.py) to scan project directories for dependency information. It also provides instructions for running various CLI tools such asagent-browser,uvx, andnpx. - [REMOTE_CODE_EXECUTION]: The instructions for installing MCP servers (e.g.,
npx -y @modelcontextprotocol/server-*oruvx mcp-server-*) involve downloading and executing code directly from public registries at runtime without integrity verification of the specific packages. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. The
scripts/detect_stack.pyscript reads and parses content from untrusted project files (such aspackage.json,pyproject.toml, andrequirements.txt). Malicious instructions embedded within these files could be ingested into the agent's context when it reviews the script's output, potentially influencing downstream behavior without proper sanitization.
Recommendations
- AI detected serious security threats
Audit Metadata