anth-common-errors
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches service status information from Anthropic's official status API (status.anthropic.com). This is a well-known service endpoint used for legitimate diagnostic purposes.
- [COMMAND_EXECUTION]: Includes a command that pipes status data into
python3 -c. The script executed is a static, hardcoded JSON parser provided within the skill for displaying service status, and does not execute remote code. - [DATA_EXFILTRATION]: Provides a verification command to print the first 15 characters of the user's API key. This is a manual debugging step intended for the user to confirm their environment configuration and does not transmit data externally.
Audit Metadata