use-delegate
Warn
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on shell commands
opencodeandcodexto perform its primary function of delegating work. These commands execute instructions provided as arguments, which are dynamically generated by the agent based on user requests and project context. - [EXTERNAL_DOWNLOADS]: The "Refresh protocol" described in
references/models.mdinstructs the agent to fetch data fromhttps://deepswe.datacurve.ai/and various provider pricing pages when the internal benchmarking data is considered outdated. This domain is not among the recognized trusted services. - [REMOTE_CODE_EXECUTION]: The core mechanic involves sending prompts to external "executors" (such as Kimi K3 and GPT-5.6) through the
opencodeandcodexinterfaces. These executors are instructed to perform tasks like code implementation, refactoring, and test writing, which constitutes remote code execution via the delegation interface. - [DATA_EXFILTRATION]: The skill provides instructions for starting a local server using
opencode serve --port <p>and allows other processes to attach to it viahttp://localhost:<p>. This introduces a potential local network exposure and a vector for unauthorized access to session data. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the benchmarking data research protocol.
- Ingestion points: Data is ingested from
https://deepswe.datacurve.ai/as specified inreferences/models.md. - Boundary markers: There are no mentioned boundary markers or "ignore embedded instructions" warnings for this external data.
- Capability inventory: The agent utilizes
opencode runandcodex execwhich have the capability to write files, run tests, and execute refactors. - Sanitization: The skill lacks explicit sanitization or validation for the content retrieved from the external benchmarking source before it is used to influence the agent's planning and delegation logic.
Audit Metadata