claude-automation-recommender
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell commands such as
ls,cat, andgrepwithinSKILL.mdto identify the project structure and dependencies. This allows it to tailor recommendations to the specific technologies used in the codebase. - [EXTERNAL_DOWNLOADS]: The skill provides instructions and recommendations for downloading and installing external MCP servers and official plugins, including
context7,Playwright, and theGitHub MCPserver. These references point to well-known technology providers and services. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and processes untrusted metadata from the user's project files without sanitization.
- Ingestion points: Metadata and dependency lists are read from files like
package.jsonandpyproject.tomlinSKILL.mdusing thecatcommand. - Boundary markers: No boundary markers or 'ignore' instructions are provided to the agent when processing the content of these files.
- Capability inventory: The skill possesses the
Bash,Read,Glob, andGreptools. - Sanitization: There is no evidence of filtering or escaping logic applied to the data ingested from the codebase configuration files.
Audit Metadata