orca-workflow
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes external agent binaries (
opencode,agy,kiro,orca) and various local helper scripts such ascode-logger.pyandarchetype.py. It also usesdocker inspectto query container metadata, which is intended as a safety check for volume mounts. - [DATA_EXFILTRATION]: The skill performs network requests to
https://agentmemory.giatbh.io.vn/to store and retrieve session memory. The instructions includecurlcommands using the-kflag, which bypasses SSL certificate verification and could facilitate man-in-the-middle attacks. - [EXTERNAL_DOWNLOADS]: The skill synchronizes its instructions by cloning a specific GitHub repository (
rheinmir/setup) at runtime. - [PROMPT_INJECTION]: The orchestration logic uses a
dispatch --injectmechanism to pass generated task briefs directly into sub-agent contexts. This creates a surface for indirect prompt injection where content from aPLAN.mdfile (which may contain or be influenced by untrusted data) is treated as instructions for worker agents without explicit sanitization or boundary markers.
Audit Metadata