skills/jonmumm/skills/deploy-verify/Gen Agent Trust Hub

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, and jq. 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 curl to 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 tail output, and HTTP response bodies from curl.
  • Boundary markers: Absent.
  • Capability inventory: wrangler deploy, wrangler secret list, and wrangler secret put.
  • Sanitization: Absent.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 19, 2026, 05:53 AM