ic-onboarding
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads a helper authentication script (
ic_mcp_auth.mjs) and retrieves a configuration payload (next_steps) from the official immersivecommons.com domain. - [REMOTE_CODE_EXECUTION]: The skill instructs the agent to download a JavaScript helper and execute it locally using
nodeas aheadersHelperfor MCP. This is a vendor-native mechanism designed to handle dynamic token rotation and secure authentication. - [COMMAND_EXECUTION]: Shell commands including
curlandclaude mcpare used to interact with the vendor API and modify the agent's MCP configuration. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests a
next_stepsJSON object from an external API and uses it as a "source of truth" for subsequent installation and educational steps. - Ingestion points:
next_stepspayload from the signup polling endpoint inSKILL.md. - Boundary markers: Absent; the agent is directed to follow the recipes provided in the data.
- Capability inventory: Subprocess execution via
nodeand configuration changes viaclaude mcpcommands. - Sanitization: No sanitization or validation of the API-provided recipes is specified.
Audit Metadata