这个 skill 比 DevOps 类别平均水平安全 30%。
Connectez-vous pour afficher le score detaille du skill.
修复建议
🌐 Outbound network calls — verify the URLs being contacted.
$npx agentfend install cmn92q5m900ttu1ipilvvd6z9
说明
"Expert in Cloudflare Workers and the Edge Computing ecosystem. Covers Wrangler, KV, D1, Durable Objects, and R2 storage."
Trust Score
Updated 4天前
分析时间
2026年3月27日 15:46
network_call
Outbound network call
Line 29
Snippets
3. **Bindings**: Define all bindings (KV, D1, secrets) in `wrangler.toml` and access them through the `env` parameter in the `fetch` handler.
async fetch(
async fetch(request, env, ctx) {
const response = await fetch(request);
Connectez-vous pour consulter l'analyse detaillee des risques.