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.
npx skills add MingyiSecLab/Mingyi-Atlas --skill cloudgit clone --depth 1 https://github.com/MingyiSecLab/Mingyi-AtlasWrote 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.
[](https://agentmods.dev/skills/mingyiseclab/mingyi-atlas/cloud)<a href="https://agentmods.dev/skills/mingyiseclab/mingyi-atlas/cloud"><img src="https://agentmods.dev/badge/skills/mingyiseclab/mingyi-atlas/cloud.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.00389 |
| Opus 5 | $0.00016 | $0.00195 |
| Sonnet 5 | $0.00006 | $0.00078 |
| Haiku 4.5 | $0.00003 | $0.00039 |
Grade A, and why
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 8d 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.
This is a copy
89% identical to cloud-overview — 12 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Cloud Hunter Skill Catalog
Playbooks
| Skill | Use for |
|---|---|
/skills/standard/cloud/aws-iam-enum/SKILL.md |
IAM enumeration + privesc |
/skills/standard/cloud/s3-takeover/SKILL.md |
Dangling bucket / subdomain takeover |
/skills/standard/cloud/k8s-pivot/SKILL.md |
Pod escape, RBAC abuse, hostPath |
/skills/standard/cloud/terraform-state-leak/SKILL.md |
Exposed state file exploitation |
/skills/standard/cloud/imds-pivot/SKILL.md |
SSRF → metadata → IAM role |
Workflow (authenticated engagement)
bash("aws sts get-caller-identity")bash("aws iam list-attached-user-policies --user-name <me>")- For each attached policy: fetch JSON and
iam_policy_audit - Feed Terraform state via
bash("aws s3 cp s3://bucket/terraform.tfstate -")→tfstate_audit bash("kubectl get pods -A -o json")→k8s_audit- Every privesc primitive → kg_add_node + chain edges
Workflow (post-SSRF)
metadata_endpoints("aws")for the target cloud- Pivot URL one at a time via the SSRF vector
- Confirmed creds →
credentialnode +leaksedge from the SSRF vuln plan_attack_chains(promote=True)to see the full path
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- aws-iam-enum/SKILL.md 2.3 KB
- aws-iam-passrole-chain/SKILL.md 5.9 KB
- azure-managed-identity/SKILL.md 4.8 KB
- container/container-cve/SKILL.md 4.6 KB
- container/docker-socket-mount/SKILL.md 3.8 KB
- container/k8s-pod-escape/SKILL.md 6.2 KB
- container/k8s-rbac-abuse/SKILL.md 6.5 KB
- container/SKILL.md 2.6 KB
- gcp-svc-account-impersonation/SKILL.md 5.2 KB
- imds-pivot/SKILL.md 6.8 KB
- k8s-pivot/SKILL.md 6.0 KB
- s3-takeover/SKILL.md 4.9 KB
- terraform-state-leak/SKILL.md 6.5 KB
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.
- 8d ago First seen · 30 lines · 32 tokens per session scan A 9f7ecbbce1aa
cloud is a skill published in the GitHub repository MingyiSecLab/Mingyi-Atlas (11 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 32 tokens to every session and 389 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to cloud-overview, differing in 12 lines, and is treated as a copy.
Other skills, from other repositories
cis-aws-foundations-6.5
Ensure the default security group of every VPC restricts all traffic.
cis-aws-foundations-2.1.3
Ensure Organizations management account is not used for workloads.
cis-aws-foundations-2.2
Maintain current AWS account contact details.
cis-aws-foundations-4.4
Ensure that server access logging is enabled on the CloudTrail S3 bucket.
cis-aws-foundations-6.1.2
Ensure CIFS access is restricted to trusted networks to prevent unauthorized access.
cis-aws-foundations-2.4
Ensure no 'root' user account access key exists.