findskill.top logo
findskill.top 技能市场详情页
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

安全评分

这个标签页按审计报告样式展示检测范围、问题列表和源片段。

安全评分 99/100
审计日期 2026年3月28日
审计摘要 0 / 0 / 1

高危 / 中危 / 低危

Categories 4
Findings 1
Platforms 1
Sources 1

检测类别

指令边界文件系统写入网络引用平台安装流程

安全问题

低危 Obfuscation
第 173 行

Base64 decode operation

严重级别: 低危 · 类别: Obfuscation · 第 173 行
image_data = base64.standard_b64encode(f.read()).decode("utf-8")

缓解建议

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.