clade-common-errors
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill performs network requests using
curltoapi.anthropic.comandstatus.anthropic.com. These are official domains for a well-known service and are used here for legitimate API testing and status monitoring. - [DATA_EXPOSURE]: The skill includes instructions to verify API keys using
echo $ANTHROPIC_API_KEY | head -c 10. While this command prints the first 10 characters of a secret to the console, it is presented as a manual debugging step for the user to verify credential configuration. - [COMMAND_EXECUTION]: The skill leverages the
Bashtool to executecurlcommands andjqfor parsing JSON responses. These operations are scoped to the intended purpose of API diagnostics and connectivity testing.
Audit Metadata