Skip to main content

agents-sdk

Enables the creation of stateful AI agents on Cloudflare Workers with features like scheduling, RPC, and React hooks.

Install this skill

or
79/100

Security score

The agents-sdk skill was audited on Jun 12, 2026 and we found 3 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 117

Template literal with variable interpolation in command context

SourceSKILL.md
117| SQL query | `` this.sql`SELECT * FROM users WHERE id = ${id}` `` |
medium line 137

Template literal with variable interpolation in command context

SourceSKILL.md
137onIdentity: (name, agentType) => console.log(`Connected to ${name}`),
low line 30

External URL reference

SourceSKILL.md
30Cloudflare docs: https://developers.cloudflare.com/agents/
Scanned on Jun 12, 2026
View Security Dashboard
Installation guide →