wrangler
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill instructs the agent on how to use the
wranglercommand-line interface. This includes operations for project initialization, local development servers, and production deployments. These commands are essential for the skill's stated purpose of managing Cloudflare Workers. - External Dependencies: Instructions include the installation of the official
wranglerpackage and related tools via npm. This is standard for modern JavaScript development and ensures the agent uses the latest features and security patches from the vendor. - Secret Management: The skill explicitly promotes secure practices, such as using
.dev.varsfor local secrets to prevent accidental credential leakage and utilizing thewrangler secretcommand for managing production environment variables. - Information Retrieval: The instructions prioritize fetching real-time configuration schemas and documentation from official Cloudflare domains over using potentially outdated pre-trained knowledge, which helps maintain configuration accuracy.
Audit Metadata