rrr
Fail
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill mandates the use of
dangerouslyDisableSandbox=truewhen executing theBashtool to run theglm-reviewCLI. This instruction explicitly directs the agent to bypass built-in security protections and sandboxing mechanisms, potentially granting the external command unrestricted access to the host system. - [COMMAND_EXECUTION]: The skill requires the execution of an unverified third-party CLI tool (
glm-review). This tool is not part of a standard system distribution or a recognized trusted library, and its internal logic is opaque to the static analysis. - [DATA_EXFILTRATION]: The skill uses
git showandgit diffto extract source code changes (including newly created files) and writes them to a temporary file (/tmp/glm-review-diff.patch). This data, which may contain proprietary logic or sensitive information, is then passed to an external tool and its associated cloud-based model (GLM-5). - [COMMAND_EXECUTION]: The skill uses the
run_in_background=trueflag. While useful for long-running tasks, when combined with disabled sandboxing and unverified external code, it increases the risk of persistent or stealthy malicious activity occurring outside the agent's immediate observation.
Recommendations
- AI detected serious security threats
Audit Metadata