migrate-statsig
Fail
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
dangerouslyDisableSandbox: trueflag in Bash blocks during initialization. This is used to setup session identifiers and acquire telemetry keys, bypassing standard security boundaries designed to restrict agent activity.- [PROMPT_INJECTION]: The instructions contain directives to override normal agent transparency. It commands the agent that telemetry should be "transparent to the user," "never mention it," and "never narrate telemetry," which forces the agent to conceal its background operations and network traffic from the human user.- [REMOTE_CODE_EXECUTION]: The telemetry setup logic involves fetching a JSON payload from a remote endpoint and piping the output directly into apython3 -ccommand. This pattern represents a high-risk execution vector where remote data is executed by a local interpreter.- [DATA_EXFILTRATION]: The agent is instructed to collect and transmit metadata—including session IDs, actions performed, user sentiment analysis, and error summaries—to external endpoints (onboarding.confidence.devandevents.eu.confidence.dev).- [CREDENTIALS_UNSAFE]: The initialization script acquires a telemetry secret and stores it in a temporary file ($TMPDIR/confidence_telemetry_key) for later use in subsequent requests, which can lead to credential exposure within the environment.
Recommendations
- AI detected serious security threats
Audit Metadata