cordon-cloud

cordon-cloud is a skill for Claude Code, Codex from iamsecure1920/Cordon-AI. It costs 64 tokens per session (639 once invoked), scanned A, original, MIT.

A security assessment toolkit for cloud accounts and Kubernetes clusters. Kubernetes is software for running and managing containers, while cloud posture means checking whether cloud resources and permissions are configured safely.

In plain words
What is it for?
Use it to find possible external storage, map identity and access permissions, audit AWS, Azure, or Google Cloud settings, trace attack paths, and review Kubernetes security posture. It can also check whether an in-scope public bucket is readable without downloading its contents.
Why use it?
It helps separate authorized checks from guesses about resources that may belong to someone else. It also brings several read-only checks into one logged assessment process.

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/iamsecure1920/cordon-ai/cordon-cloud
Any agent
npx skills add iamsecure1920/Cordon-AI --skill cordon-cloud
Clone the repo
git clone --depth 1 https://github.com/iamsecure1920/Cordon-AI

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 cordon-cloud

README.md
[![agentmods](https://agentmods.dev/badge/skills/iamsecure1920/cordon-ai/cordon-cloud.svg)](https://agentmods.dev/skills/iamsecure1920/cordon-ai/cordon-cloud)
Your own site
<a href="https://agentmods.dev/skills/iamsecure1920/cordon-ai/cordon-cloud"><img src="https://agentmods.dev/badge/skills/iamsecure1920/cordon-ai/cordon-cloud.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 639 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00064 $0.00639
Opus 5 $0.00032 $0.00319
Sonnet 5 $0.00013 $0.00128
Haiku 4.5 $0.00006 $0.00064

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

Security

Grade A, and why

cordon-cloud 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 2d 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.

skills/cordon-cloud/SKILL.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cordon cloud

Two very different positions. Conflating them is how people end up testing infrastructure they were never authorized for.

Outside, without credentials

cloud_asset_discovery(keyword="acme")

Guesses storage names against provider endpoints. Read the result carefully:

  • in_scope — covered by your scope artifact. Safe to look at.
  • found_but_unverifieda matching name is not ownership. A bucket called acme-backups may belong to a completely different Acme. Do not touch these, do not report them as the program's, and do not "just check if it's public".

A publicly readable bucket that is in scope is a real finding. Prove it by listing it once and stopping — do not download the contents. The report needs "this was world-readable", not a copy of the data.

Inside, with credentials the program gave you

cloud_permissions(profile, provider)   # CloudFox: principals, permissions, privesc
cloud_audit(provider, severity="high,critical")  # Prowler: posture checks
cloud_attack_paths(provider)           # graph: what reaches what
k8s_posture(framework="nsa")           # Kubescape

All read-only, all logged in the account's audit trail. That is fine and expected — but tell the client, because a sudden burst of enumeration API calls looks exactly like an intrusion to their detection team.

What actually makes a cloud finding

A list of failed benchmark checks is a checklist, not a report. What earns a severity rating is reachability: an internet-facing function that can assume a role that can read the production database, in two hops.

Prioritize in this order:

  1. Findings that sit on an attack path from an unauthenticated entry point.
  2. Validated credentials with real blast radius (see cordon-validate).
  3. Public data exposure.
  4. Everything else — posture observations, reported as such.

Full attack-path graphs need Cartography with a Neo4j backend; without it, cloud_attack_paths returns Prowler's own path data only and says so.

Read the full file on GitHub · 69 lines

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. 2d ago First seen · 69 lines · 64 tokens per session scan A f21fd5eed3d6

Subscribe to this mod's changes

cordon-cloud is a skill published in the GitHub repository iamsecure1920/Cordon-AI (0 stars, last pushed 14d ago), licensed MIT. It adds 64 tokens to every session and 639 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

terraform-skill

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…

agentscope-ai/QwenPaw · 62 tokens

ondb

A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…

x-cmd/x-cmd · 71 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens

kagent-dev

Development guide for kagent's v1alpha3 Harness and AgentTemplate CRDs, AgentInstance gRPC control plane, upstream A2A integration, Substrate runtime provisioning, tests, generation, and PR workflow. Use for any implementation, debugging, review, or CI task in the kagent repository.

kagent-dev/kagent · 65 tokens

timoni

Use when deploying applications to Kubernetes with Timoni. Covers installing and upgrading module instances from OCI registries, composing multi-app deployments with bundles, injecting values from clusters or CI with runtimes, targeting multiple clusters, and authoring, testing, signing and publishing modules with CUE.

stefanprodan/timoni · 59 tokens

azmon-mirroredcatalogs-operations-cli

Brings Azure Monitor, Application Insights, and Log Analytics telemetry into Fabric as Eventhouse external delta tables and correlates it with business data. Use to onboard observability data, judge whether latency or availability affected revenue, or build a Real-Time dashboard and Operations Agent over it.

microsoft/skills-for-fabric · 66 tokens