edge-computing
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and standard boilerplate code for edge computing services. All external services mentioned (Cloudflare, Vercel, AWS, Deno, Turso, Upstash) are well-known, trusted technology providers.
- [INDIRECT_PROMPT_INJECTION]: The skill contains code snippets that demonstrate processing untrusted network data (e.g., URL parameters and JSON bodies).
- Ingestion points:
SKILL.mdincludes templates usingurl.searchParams.get()andreq.json(). - Boundary markers: None present in the snippets.
- Capability inventory: The examples involve database operations (
env.DB.prepare) and Key-Value storage (env.KV.get,kv.set). - Sanitization: The provided Cloudflare Workers template follows security best practices by using parameter binding (
.bind()) to prevent SQL injection vulnerabilities.
Audit Metadata