devin
Warn
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes the local
devinCLI with the--permission-mode dangerousflag. This configuration explicitly instructs the agent to auto-approve all tool executions and command-line actions without manual user oversight, which is necessary for autonomy but increases the risk of destructive actions.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted user input via thepromptandmessagesfields and passes them to an autonomous agent. Ingestion points: Data enters through therunandsession::createfunctions inSKILL.md. Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present. Capability inventory: The agent can execute local shell commands, perform network operations, and invoke other connected services via theiii triggertool described inSKILL.md. Sanitization: There is no evidence of input validation or filtering.- [EXTERNAL_DOWNLOADS]: The skill relies on the externaldevin-clitool, which the documentation recommends installing via Homebrew. While Devin is a recognized service, this introduces a dependency on external code that operates with high privileges.- [REMOTE_CODE_EXECUTION]: The skill facilitates remote code execution by design, as the Devin agent is capable of generating and running arbitrary code both locally and in its cloud environment based on the provided instructions.
Audit Metadata