Skip to main content

claude-api

Facilitates building and debugging applications using the Claude API, optimizing for performance and tool integration.

Install this skill

or
94/100

Security score

The claude-api skill was audited on Jun 7, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 344

Webhook reference - potential data exfiltration

SourceSKILL.md
344- **Polling the Batches API in a tight `while True` loop with `time.sleep(1)`** — batches can take minutes to hours; use `time.sleep(30)` at minimum, or a webhook/callback if available
low line 172

Base64 decode operation

SourceSKILL.md
172image_data = base64.standard_b64encode(f.read()).decode("utf-8")
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →