deploy-verify
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several common CLI tools including
wrangler,git,npm,bun,curl, andjq. These commands are used to deploy code, check git history, run tests, and inspect HTTP responses, which aligns with the skill's primary function. - [EXTERNAL_DOWNLOADS]: Uses
curlto send requests to deployed Cloudflare Worker URLs for verification. Cloudflare is a well-known service, and these network operations are used only to check deployment health and status. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection as it processes data from external sources such as git logs and tool outputs.
- Ingestion points:
wrangler.toml,git log,wrangler tailoutput, and HTTP response bodies fromcurl. - Boundary markers: Absent.
- Capability inventory:
wrangler deploy,wrangler secret list, andwrangler secret put. - Sanitization: Absent.
Audit Metadata