prowler-readme-table
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill executes
python3 prowler-cli.py, a local script defined as the repository's entry point. The use of a bash loop andsedfor parsing CLI output is a standard administrative task and poses no security risk in this context. - [DATA_EXPOSURE] (SAFE): Operations are restricted to reading/editing the
README.mdfile and processing CLI output. No sensitive files (~/.ssh, .env, etc.) or credentials are accessed. - [REMOTE_CODE_EXECUTION] (SAFE): There are no external downloads, piped bash executions, or dependencies on untrusted remote sources.
- [PROMPT_INJECTION] (SAFE): The instructions are strictly task-oriented and do not contain any patterns intended to override agent behavior or safety protocols.
Audit Metadata