init-devin-review
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local shell commands such as
find,ls, andgrepto analyze the repository structure and identify relevant configuration files and manifest data. - [DATA_EXFILTRATION]: To identify security risk areas for the generated review rules, the skill is instructed to search for sensitive strings like passwords and tokens within
.envfiles. While this helps in drafting accurate security guidelines, it brings potentially sensitive data into the agent's context. - [REMOTE_CODE_EXECUTION]: The setup instructions suggest running
npx devin-reviewas a verification step. This command downloads and executes code from the npm registry, which is an external source, although it is a recognized vendor-provided tool. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface because it processes untrusted local data (such as
README.mdand repository manifests) to generate its output. Maliciously crafted content within these repository files could influence the generated security rules.
Audit Metadata