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.py script performs network requests to api.anthropic.com to 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 the curl command using subprocess.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
Risk Level
SAFE
Analyzed
Jul 9, 2026, 06:30 PM
Security Audit — agent-trust-hub — claude-api-ops