Install
$ agentstack add skill-mingyiseclab-mingyi-atlas-ad ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
AD Operator Skill Catalog
Playbooks
| Skill | Use for | |---|---| | /skills/standard/ad/bloodhound-query/SKILL.md | Ingest + common Cypher queries | | /skills/standard/ad/kerberoasting/SKILL.md | Roast SPN users, crack with hashcat | | /skills/standard/ad/asrep-roasting/SKILL.md | dontreqpreauth users | | /skills/standard/ad/adcs-esc1/SKILL.md | ESC1 template abuse → domain admin | | /skills/standard/ad/dcsync/SKILL.md | Replication rights → krbtgt dump | | /skills/standard/ad/laps/SKILL.md | LAPS local admin password extraction | | /skills/standard/ad/netexec/SKILL.md | NetExec (formerly CrackMapExec) cheatsheet — SMB/WinRM/LDAP/MSSQL modules |
Workflow
- Collect:
bash("bloodhound-python -u user -p pass -d DOMAIN -c all --zip") bh_ingest_zip("/workspace/bh.zip")dcsync_check— if any principal, that's instant domain compromisekg_query(kind="user")and filter forhasspn=true→ Kerberoast queuekg_query(kind="user")and filter fordontreqpreauth=true→ AS-REP roast- ADCS:
bash("certipy find -u user -p pass -dc-ip X -json")thenadcs_audit plan_attack_chainsto see graph-computed domain compromise paths
Crown jewels to add
kg_add_node(kind="crown_jewel", label="Domain Admins group")
kg_add_node(kind="crown_jewel", label="krbtgt account")
kg_add_node(kind="crown_jewel", label="DC: DC01.corp.local")
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: MingyiSecLab
- Source: MingyiSecLab/Mingyi-Atlas
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.