ip-security-analyzer-cloudflare-worker

Pass

Audited by Gen Agent Trust Hub on Aug 3, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides instructional content and code snippets for building a legitimate security tool on the Cloudflare Workers platform. The documented behavior aligns with the stated purpose of network forensics and IP reputation analysis.
  • [EXTERNAL_DOWNLOADS]: The installation instructions utilize npx wrangler, the official command-line interface for Cloudflare. As Cloudflare is a well-known and established service provider, this is a standard and safe development workflow.
  • [CREDENTIALS_UNSAFE]: The skill demonstrates safe security practices by instructing users to store sensitive API keys (for IPinfo and AbuseIPDB) using wrangler secret put (Cloudflare's secure secret management system) rather than hardcoding them in the source code.
  • [COMMAND_EXECUTION]: The skill includes shell commands for project initialization and deployment (e.g., npx wrangler deploy). These are standard administrative actions for the Cloudflare environment and do not involve suspicious or obfuscated execution patterns.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 3, 2026, 12:41 AM
Security Audit — agent-trust-hub — ip-security-analyzer-cloudflare-worker