findskill.top logo
findskill.top Skill Marketplace Detail
agentskill.sh secured

claude-api

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.

@affaan-m .agents/skills/claude-api/SKILL.md GitHub Stars 78,929

Security score

This tab presents tested categories, issue summaries, and source snippets in an audit-style report.

Security score 99/100
Audited on Mar 28, 2026
Audit summary 0 / 0 / 1

High / Medium / Low

Categories 4
Findings 1
Platforms 1
Sources 1

Categories Tested

Instruction boundariesFilesystem writesNetwork referencesPlatform-specific install flow

Security Issues

Low Obfuscation
Line 173

Base64 decode operation

Severity: Low · Category: Obfuscation · Line 173
image_data = base64.standard_b64encode(f.read()).decode("utf-8")

Mitigations

Review the upstream repository before copying files into a local skills directory.

Confirm install instructions and supported runtimes against SKILL.md instead of a generic readme.