SkillAgentSearch skills...

configuring-active-directory-tiered-model

Implement Microsoft's Enhanced Security Admin Environment (ESAE) tiered

Install / Use

npx skills add mukul975/Anthropic-Cybersecurity-Skills --skill configuring-active-directory-tiered-model

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

83/100

Category

Security

Supported Platforms

Universal

Our assessment of configuring-active-directory-tiered-model

configuring-active-directory-tiered-model scores 83/100 on our quality scale, 387th of 544 Security skills we index.

Its SKILL.md is 2.7 KB long, split into 7 sections and no code examples: a solid amount of guidance for an agent.

With 33,340 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
26/30
Structure
11/20
Description
12/15
Adoption
19/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 25 days ago, so configuring-active-directory-tiered-model is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-25. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

configuring-active-directory-tiered-model compared with similar skills

All 4 of these similar skills score higher than configuring-active-directory-tiered-model; compare them before choosing.

SkillScoreStarsUpdatedFormat
configuring-active-directory-tiered-model (this skill)by mukul9758333.3k25d agoSKILL.md
algorithmic-artby anthropics100177.9k3d agoSKILL.md
pptxby anthropics100177.9k3d agoSKILL.md
designby nextlevelbuilder100130.2k4d agoSKILL.md
ui-ux-pro-maxby nextlevelbuilder100130.2k4d agoSKILL.md

Frequently asked questions

How do I install configuring-active-directory-tiered-model?
Run npx skills add mukul975/Anthropic-Cybersecurity-Skills --skill configuring-active-directory-tiered-model. The install tabs above show the steps for each supported agent.
Which AI agents does configuring-active-directory-tiered-model work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is configuring-active-directory-tiered-model safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is configuring-active-directory-tiered-model still maintained?
The repository was last updated 25 days ago, so configuring-active-directory-tiered-model is actively maintained.

name: configuring-active-directory-tiered-model description: Implement Microsoft's Enhanced Security Admin Environment (ESAE) tiered administration model for Active Directory, covering Tier 0/1/2 separation, privileged access workstations (PAWs), administrative forest design, and authentication policy silos. Use when designing or hardening AD privileged-access architecture, segmenting Domain/Enterprise Admin accounts into tiers, or containing lateral movement and credential theft (pass-the-hash, Kerberoasting, golden tickets). domain: cybersecurity subdomain: identity-access-management tags:

  • iam
  • identity
  • access-control
  • active-directory
  • tiered-model
  • paw
  • esae version: '1.0' author: mahipal license: Apache-2.0 nist_csf:
  • PR.AA-01
  • PR.AA-02
  • PR.AA-05
  • PR.AA-06 mitre_attack:
  • T1078.002
  • T1550.002
  • T1550.003
  • T1003.001
  • T1021

Configuring Active Directory Tiered Model

Overview

Implement Microsoft's Enhanced Security Admin Environment (ESAE) tiered administration model for Active Directory. Covers Tier 0/1/2 separation, privileged access workstations (PAWs), administrative forest design, authentication policy silos, and credential theft mitigation.

When to Use

  • When deploying or configuring configuring active directory tiered model capabilities in your environment
  • When establishing security controls aligned to compliance requirements
  • When building or improving security architecture for this domain
  • When conducting security assessments that require this implementation

Prerequisites

  • Familiarity with identity access management concepts and tools
  • Access to a test or lab environment for safe execution
  • Python 3.8+ with required dependencies installed
  • Appropriate authorization for any testing activities

Objectives

  • Implement comprehensive configuring active directory tiered model capability
  • Establish automated discovery and monitoring processes
  • Integrate with enterprise IAM and security tools
  • Generate compliance-ready documentation and reports
  • Align with NIST 800-53 access control requirements

Security Controls

| Control | NIST 800-53 | Description | |---------|-------------|-------------| | Account Management | AC-2 | Lifecycle management | | Access Enforcement | AC-3 | Policy-based access control | | Least Privilege | AC-6 | Minimum necessary permissions | | Audit Logging | AU-3 | Authentication and access events | | Identification | IA-2 | User and service identification |

Verification

  • [ ] Implementation tested in non-production environment
  • [ ] Security policies configured and enforced
  • [ ] Audit logging enabled and forwarding to SIEM
  • [ ] Documentation and runbooks complete
  • [ ] Compliance evidence generated

Related Skills

View on GitHub
GitHub Stars33.3k
CategorySecurity
Updated25d ago
Forks4.0k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions