Anthropic Chat

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill is a standard implementation for interacting with the Anthropic Messages API. The code in anthropic-chat.js correctly uses HTTPS to communicate with the official endpoint (api.anthropic.com) and handles the API key via environment variables. While the script contains a minor bug (the variable 'TASK' is referenced without being explicitly defined or pulled from process.env), there are no indicators of malicious intent, data exfiltration, or unauthorized access.