brutal-honesty-review
Warn
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes shell scripts (
scripts/assess-code.shandscripts/assess-tests.sh) that perform static analysis using system utilities such asgrep,awk, andwc. These scripts are intended to be executed by the agent within the local development environment to inspect code quality. - [DYNAMIC_EXECUTION]: The
scripts/assess-tests.shscript executesnpm testandnpm run test:coverage. This involves executing code defined within the project'spackage.jsonand test files. If the skill is used to review untrusted or malicious code, this execution path provides a vector for local code execution. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted code provided by users. It lacks explicit boundary markers or instructions to ignore instructions embedded within the code (e.g., in comments), creating a surface for indirect prompt injection.
- Ingestion points: Code snippets or file paths passed to the
qe-code-revieweragent for analysis (referenced inSKILL.md). - Boundary markers: Absent; the instructions do not define clear delimiters for the code being reviewed.
- Capability inventory: Execution of shell scripts and project-level build tools (
npm). - Sanitization: No evidence of input sanitization or filtering for the code being processed.
- [PROMPT_INJECTION]: The
SKILL.mdfile contains a 'Minimum Findings Enforcement' section that mandates the agent find at least 3 weighted findings. This instruction overrides the model's objective judgment and may force the agent to fabricate issues or escalate the severity of minor concerns to meet the quota.
Audit Metadata