claude-api
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for integrating Anthropic's Claude models into applications. The provided code examples are standard for API interaction.
- [EXTERNAL_DOWNLOADS]: Recommends installing official libraries (
anthropicvia pip and@anthropic-ai/sdkvia npm). These are maintained by a trusted organization and are standard dependencies for the stated purpose. - [CREDENTIALS_UNSAFE]: The skill explicitly instructs users to never hardcode API keys and demonstrates the secure practice of using environment variables (
ANTHROPIC_API_KEY). It uses a non-sensitive placeholder string for demonstration purposes.
Audit Metadata