aquaria-cloudflare-ops
Audited by Socket on Mar 1, 2026
1 alert found:
Obfuscated FileThe fragment is a legitimate operational instruction for loading and using the aquaria-cloudflare-ops skill. It does not contain explicit malware in itself, but it prescribes a high-risk installation pattern (curl | bash from GitHub without verification) and relies on unvalidated local repositories. The immediate risk comes from executing the remote installer and from running generated CLI commands with available Cloudflare credentials. Recommendations: do not pipe remote scripts to shell without review; fetch the script, verify its checksum/signature, inspect contents in an isolated environment; prefer cloning the repository at a pinned commit or using signed releases; run installs in disposable containers or sandboxes; ensure generated commands do not print secrets and run wrangler commands with minimal privileges and with --step-output=false as recommended.