claude-api-ops
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/check-model-table.pyscript performs network requests toapi.anthropic.comto retrieve current model IDs. This behavior is documented as a staleness verifier for the skill's reference tables and targets an official well-known service. - [COMMAND_EXECUTION]: The skill includes a Python script,
scripts/check-model-table.py, which executes thecurlcommand usingsubprocess.run. This is used to query model metadata from the Anthropic API for verification purposes. - [SAFE]: The skill primarily consists of markdown documentation and example code for using official Anthropic SDKs. It provides guidance on secure practices, such as managing API keys via environment variables and cautioning against excessive permissions in automated environments.
Audit Metadata