Skip to main content

agent-sdk

Provides expert guidance on Claude Agent SDK development, including API usage, configuration, and best practices with TypeScript examples.

Install this skill

or
93/100

Security score

The agent-sdk skill was audited on Feb 16, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 102

Template literal with variable interpolation in command context

SourceSKILL.md
102content: [{ type: "text", text: `Result: ${args.param1}` }]
low line 121

Access to .env file

SourceSKILL.md
121if (input.tool_name === "Write" && input.tool_input.file_path.endsWith(".env")) {
low line 122

Access to .env file

SourceSKILL.md
122return { decision: 'block', reason: "Cannot write to .env files" };
Scanned on Feb 16, 2026
View Security Dashboard