help
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to list available commands and their relevance to the project based on existing files.
- The shell commands used (
ls,grep,git,head) are standard utilities for project discovery. - No access to sensitive system directories or credential files (e.g., .ssh, .aws, .env) is requested.
- [COMMAND_EXECUTION]: Employs read-only shell operations to detect the project environment.
- Scans for framework configurations (e.g., package.json, next.config.js) and documentation.
- Uses
grepto identify specific imports like 'ai' to recommend relevant tools. - Does not include any commands that write to the filesystem or initiate network connections.
Audit Metadata