delegate-x-research
Warn
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSPRIVILEGE_ESCALATIONCREDENTIALS_UNSAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx --yes md2idxin several scripts, includingscripts/check-md2idx.sh,scripts/build-request.sh,scripts/build-response.sh,scripts/delegate-codex.sh, andscripts/delegate-x-research-grok.sh. This command downloads and executes themd2idxutility from the npm registry at runtime without version pinning. - [PRIVILEGE_ESCALATION]: Several delegation scripts utilize high-privilege flags to suppress user confirmation prompts and security warnings:
scripts/delegate-claude.shuses the--dangerously-skip-permissionsflag.scripts/delegate-devin.shuses the--permission-mode dangerousflag.scripts/delegate-x-research-grok.shuses the--permission-mode bypassPermissionsflag.scripts/delegate-cursor.shuses the--trustand--forceflags.scripts/delegate-codex.shdefaults to a sandbox environment nameddanger-full-accessvia theCODEX_DELEGATE_SANDBOXenvironment variable.- [CREDENTIALS_UNSAFE]: The
scripts/delegate-codex.shscript copies theauth.jsonfile, which typically contains sensitive session tokens, from the user's standard Codex home directory to a temporary isolated work directory to maintain sub-agent authentication. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content retrieved from X (Twitter), which may contain malicious instructions designed to subvert the agent's behavior.
- Ingestion points: Untrusted data is retrieved from X.com via the
grokCLI and passed into the sub-agent's context inscripts/delegate-x-research-grok.sh. - Boundary markers: The skill lacks explicit delimiters or instructions to ignore embedded commands within the ingested content.
- Capability inventory: The sub-agent environment possesses broad capabilities, including file system access (
Bash,Read), network access (Grok), and the ability to execute downloaded tools (npx). - Sanitization: No sanitization, filtering, or escaping is performed on the content retrieved from X before it is processed by the model.
Audit Metadata