claude-automation-recommender
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were identified. The skill follows best practices by proposing read-only analysis and offering recommendations for user-implemented safeguards (such as blocking edits to .env files).
- [COMMAND_EXECUTION]: The skill uses
Bashfor benign codebase inspection. It executes commands likels -laandcat package.jsonto identify project dependencies, structure, and existing configurations. These operations are limited to metadata and non-sensitive configuration files. - [PROMPT_INJECTION]: The skill has an inherent surface for indirect prompt injection as it processes untrusted codebase data (e.g., project configuration files and directory structures) to generate its reports.
- Ingestion points: Phase 1 (Codebase Analysis) in
SKILL.mdreadspackage.json,pyproject.toml, and other project files. - Boundary markers: No explicit delimiters are used to isolate codebase content from the analysis logic.
- Capability inventory: The skill utilizes
Read,Glob,Grep, andBashfor its analysis functions. - Sanitization: No explicit sanitization or filtering of the read file content is mentioned before it is processed for recommendations.
Audit Metadata