cloud-security

cloud-security is a skill for Claude Code, Codex from Rootx202/appsec-skills. It costs 62 tokens per session (548 once invoked), scanned A, original, no licence file.

A security review guide for cloud hosting and infrastructure settings on Vercel, Netlify, AWS, Azure, Google Cloud, Supabase, and Firebase.

In plain words
What is it for?
Use it to review deployment settings, environment variables, identity and access permissions, storage bucket access, and other cloud configuration risks.
Why use it?
It helps identify configuration mistakes that can expose secrets, grant excessive access, or leave stored data and deployed services open to unintended users.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rootx202/appsec-skills/cloud-security
Any agent
npx skills add Rootx202/appsec-skills --skill cloud-security
Clone the repo
git clone --depth 1 https://github.com/Rootx202/appsec-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cloud-security

README.md
[![agentmods](https://agentmods.dev/badge/skills/rootx202/appsec-skills/cloud-security.svg)](https://agentmods.dev/skills/rootx202/appsec-skills/cloud-security)
Your own site
<a href="https://agentmods.dev/skills/rootx202/appsec-skills/cloud-security"><img src="https://agentmods.dev/badge/skills/rootx202/appsec-skills/cloud-security.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 548 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00062 $0.00548
Opus 5 $0.00031 $0.00274
Sonnet 5 $0.00012 $0.00110
Haiku 4.5 $0.00006 $0.00055

Measured 3d ago against content hash 43aa3ef339c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cloud-security scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cloud-security/SKILL.md · 56 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 56 lines · 62 tokens per session scan A 43aa3ef339c6

Subscribe to this mod's changes

cloud-security is a skill published in the GitHub repository Rootx202/appsec-skills (2 stars, last pushed 1mo ago), with no licence file. It adds 62 tokens to every session and 548 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cloudflare

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.

FrancescoStabile/numasec · 68 tokens

agents-sdk

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.

FrancescoStabile/numasec · 59 tokens

secure-deploy

This skill should be used when the user asks to "deploy securely", "pre-deploy checklist", "production security", "ship safely", or "security before launch". Provides a comprehensive pre-deployment security checklist.

Wishmakingfairy/vibecheck · 47 tokens

pentesting-everything

Guides authorized penetration testing with PentestingEverything as the source-grounded knowledge base. Use when scoping an engagement, building domain checklists, hunting a vulnerability class, choosing tools/commands, or drafting evidence-based findings from this repository's Markdown.

m14r41/PentestingEverything · 56 tokens

hunt-ato

Hunt account takeover taxonomy — 9 distinct paths to ATO, plus chains. Paths: (1) password reset flaws (host-header injection redirects token, predictable/numeric token, Referer leak, no-expiry/reuse), (2) email change without re-auth, (3) OAuth account-link CSRF, (4) MFA bypass (per hunt-mfa-bypass), (5) session…

Zyrexnn/Cybermes · 241 tokens

codeinspectus-fix-one

Investigate and remediate exactly one user-selected CodeInspectus finding with evidence-gated reproduction, a separately approved minimal patch, focused regression testing, and an exact-prior-scan rescan. Use when a user asks an agent to examine, reproduce, fix, or verify one CodeInspectus finding without batching…

Synvoya/codeinspectus · 76 tokens