recipe-emergency-flatten
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the vendor's
cdcxCLI tool to execute various trading and account management commands, includingcancel-all,close-position, andaccount positions. - [COMMAND_EXECUTION]: Includes an automated one-liner shell script that processes JSON output from the account positions command using
jqand pipes the results into awhileloop to execute subsequent trading commands. - [CREDENTIALS_UNSAFE]: Mentions the requirement for
CDCX_API_KEYandCDCX_API_SECRETenvironment variables. These are referenced as external configuration requirements rather than being hardcoded within the skill, which is consistent with secure secret management practices for CLI tools.
Audit Metadata