MingyiSecLab /Mingyi-Atlas
Skill Claude Code
High-impact container-runtime CVE catalog — runC Leaky Vessels (CVE-2024-21626/-23651/-23652/-23653), CVE-2022-0185 (FUSE/legacy-fs), CVE-2019-5736 (runC binary replace), CRI-O Dirty COW analogs, Kubernetes API server CVE-2019-11247 (custom-resource RBAC bypass). Fingerprint → match → exploit.
★ not rated 11 2mo ago A 102 tokens
copy · 100% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
Docker / containerd socket mounted into a container → host RCE. Common in CI runners, GitOps controllers (ArgoCD, Flux), and 'Docker-in-Docker' setups. Single-command escape via docker run --rm --privileged -v /:/host alpine chroot /host.
★ not rated 11 2mo ago B 67 tokens
copy · 100% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
Kubernetes pod escape to node — privileged container abuse, hostPath mount escape, hostPID/hostIPC, capability misuse (SYSADMIN, SYSPTRACE), runC CVE chains. Pivots from RCE-in-pod to full node compromise.
★ not rated 11 2mo ago A 60 tokens
copy · 100% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
Kubernetes RBAC privilege escalation paths — ClusterRole/Role enumeration via kubectl auth can-i --list, abuse of pods/exec, pods/portforward, secrets get, escalate verb, bind verb, impersonate verb, system:masters group abuse, ServiceAccount token theft and reuse.
★ not rated 11 2mo ago B 68 tokens
copy · 100% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
GCP service account impersonation chain — IAM roles/iam.serviceAccountTokenCreator, roles/iam.serviceAccountUser, actAs on Cloud Functions / Cloud Run / Compute Engine. Pivot from low-priv SA to org-admin via chained impersonation.
★ not rated 11 2mo ago E ✓ AI review 64 tokens
copy · 100% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Pivot from SSRF or RCE to cloud Instance Metadata Service (IMDS) — extract IAM role creds, instance identity, user-data secrets.
★ not rated 11 2mo ago C 34 tokens
copy · 98% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Kubernetes attack playbook — service-account token theft, RBAC abuse, pod escape, hostPath mount abuse, kube-api-server pivoting.
★ not rated 11 2mo ago A 35 tokens
copy · 94% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Detect and claim dangling S3 buckets referenced by subdomains (CNAME → s3 hostnames where bucket no longer exists).
★ not rated 11 2mo ago A 31 tokens
copy · 95% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Exploit exposed Terraform state files — secrets, cloud creds, RDS passwords, IAM keys, and infrastructure topology in plain JSON.
★ not rated 11 2mo ago A 31 tokens
copy · 94% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Smart contract audit lane — Solidity/EVM pattern scanner, Slither ingestion, Foundry PoC generation, DeFi attack playbooks.
★ not rated 11 2mo ago A 29 tokens
copy · 89% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Missing modifiers, wrong msg.sender checks, default-public functions, missing onlyOwner / onlyRole / onlyDAO authorization.
★ not rated 11 2mo ago A 26 tokens
copy · 94% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
Cross-chain bridge attack — message-validation bypass (Wormhole class), validator key compromise (Ronin / Harmony class), reentrancy on token-bridge claim, Merkle-proof forgery on optimistic bridges, signature replay across chains. Bridges have lost >$2B; understand why.
★ not rated 11 2mo ago A 62 tokens
copy · 98% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Flash-loan exploit patterns — callback reentrancy, oracle amplification, governance attacks, unauthenticated callback handlers.
★ not rated 11 2mo ago A 27 tokens
copy · 97% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
DAO governance attack — flash-loan-backed vote manipulation, delegation hijack, quorum dilution, proposal-spam DoS, time-lock bypass via emergency multisig, snapshot vs. on-chain vote desync, Compound/Aave/Uniswap-style GovernorBravo abuse.
★ not rated 11 2mo ago A 58 tokens
copy · 100% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
MEV sandwich attacks — front-run + back-run a victim swap on Uniswap V2/V3, Curve, Balancer; mempool monitoring via Flashbots / private RPC, slippage tolerance exploitation, JIT liquidity sandwich, multi-block MEV.
★ not rated 11 2mo ago A 57 tokens
copy · 98% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Hunt single-block oracle manipulation — spot-price AMM oracles, manipulable TWAP, dependent calculations, missing staleness checks.
★ not rated 11 2mo ago A 33 tokens
copy · 92% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Hunt and validate reentrancy bugs — classic cross-function, same-function, read-only, and cross-contract variants.
★ not rated 11 2mo ago A 28 tokens
copy · 86% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
★ not rated 11 2mo ago A 31 tokens
copy · 100% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code Codex
Proxy upgrade patterns and their bugs — uninitialized implementation, storage slot collisions, selector clashes, unprotected upgrade auth.
★ not rated 11 2mo ago B 28 tokens
copy · 97% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
Active Directory exploitation — BloodHound analysis, Kerberoasting, AS-REP Roasting, AD CS abuse, DCSync, Golden Ticket, Constrained Delegation.
★ not rated 11 2mo ago C 39 tokens
original Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
Modern API category — gRPC, SOAP/WSDL, WebSocket, Server-Sent Events. Routing skill: identify the API protocol from the response Content-Type or wire format, then load the matching sub-skill.
★ not rated 11 2mo ago A 45 tokens
copy · 97% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
Skill "grpc" from MingyiSecLab/Mingyi-Atlas, covering grpc api attack surface, discovery, 3. if reflection disabled, grab .proto from, sourcemap of a grpc-web client app and attack patterns.
★ not rated 11 2mo ago B 52 tokens
copy · 95% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
Server-Sent Events (SSE / EventSource) exploitation — origin abuse for cross-site streaming exfil, prompt-injection via SSE messages into LLM clients, retry-after token leak, fragmenting events to bypass content-type sniffers.
★ not rated 11 2mo ago A 53 tokens
copy · 97% Apache-2.0 MingyiSecLab /Mingyi-Atlas
Skill Claude Code
SOAP / WSDL exploitation — WSDL enumeration via ?wsdl, XXE in SOAP envelope, WS-Addressing replay, WS-Security UsernameToken brute, SAML token injection in WS-Trust, schema validation bypass.
★ not rated 11 2mo ago A 51 tokens
copy · 97% Apache-2.0 At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: