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 curl to api.anthropic.com and status.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 Bash tool to execute curl commands and jq for parsing JSON responses. These operations are scoped to the intended purpose of API diagnostics and connectivity testing.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 9, 2026, 03:46 AM
Security Audit — agent-trust-hub — clade-common-errors