agent-sdk
Provides a comprehensive guide for building custom AI agents using the Claude Agent SDK, including installation and code examples.
Install this skill
or
63/100
Security score
The agent-sdk skill was audited on Feb 27, 2026 and we found 5 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.
Categories Tested
Security Issues
medium line 239
Template literal with variable interpolation in command context
SourceSKILL.md
| 239 | console.log(`Tool: ${tool}, Input: ${JSON.stringify(input)}`); |
medium line 242
Template literal with variable interpolation in command context
SourceSKILL.md
| 242 | console.log(`Thinking: ${thought}`); |
critical line 267
Piping content to bash shell
SourceSKILL.md
| 267 | | Code Execution | Bash | |
low line 131
Access to .env file
SourceSKILL.md
| 131 | env: { DATABASE_URL: process.env.DATABASE_URL }, |
low line 289
External URL reference
SourceSKILL.md
| 289 | - **Docs**: [platform.claude.com/docs/en/agent-sdk/overview](https://platform.claude.com/docs/en/agent-sdk/overview) |
Scanned on Feb 27, 2026
View Security Dashboard