deep-solve
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the
exectool to run commands via thedeeptutorbinary. - [REMOTE_CODE_EXECUTION]: The skill has a dependency on an external binary
deeptutoras specified in therequires.binsmetadata. This is a vendor-owned resource for the authoring organization. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (specifically command injection) by interpolating user input into a shell command template.
- Ingestion points: Untrusted user input enters the system through the
<problem description>placeholder in thedeeptutorcommand. - Boundary markers: The input is wrapped in double quotes, which does not prevent command substitution or shell expansion in most shell environments.
- Capability inventory: The skill leverages the
exectool which allows for shell-level execution on the host system. - Sanitization: No input validation or shell-escaping instructions are provided to mitigate the risk of command injection from the problem description.
Audit Metadata