configuring-active-directory-tiered-model

configuring-active-directory-tiered-model is a skill for Claude Code, Codex from Youngmaidainon/Agent-Level-Up. It costs 95 tokens per session (589 once invoked), scanned A, a copy of configuring-active-directory-tiered-model, MIT.

A design for separating Microsoft Active Directory administration into security levels, so the most sensitive accounts and systems receive the strongest protection. Active Directory is Microsoft’s system for managing users, computers, and access in a network.

In plain words
What is it for?
Use it to plan Tier 0, 1, and 2 administration, protected administrator workstations, separate administrative forests, and stricter authentication rules.
Why use it?
It limits the damage from stolen administrator credentials by preventing lower-trust systems from controlling higher-trust ones.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan Tier 0, 1, and 2 administration, protected administrator workstations, separate administrative forests, and stricter authentication rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/youngmaidainon/agent-level-up/configuring-active-directory-tiered-model
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.

Any agent
npx skills add Youngmaidainon/Agent-Level-Up --skill configuring-active-directory-tiered-model
Clone the repo
git clone --depth 1 https://github.com/Youngmaidainon/Agent-Level-Up

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 configuring-active-directory-tiered-model

README.md
[![agentmods](https://agentmods.dev/badge/skills/youngmaidainon/agent-level-up/configuring-active-directory-tiered-model/github.svg)](https://agentmods.dev/skills/youngmaidainon/agent-level-up/configuring-active-directory-tiered-model)
Your own site
<a href="https://agentmods.dev/skills/youngmaidainon/agent-level-up/configuring-active-directory-tiered-model"><img src="https://agentmods.dev/badge/skills/youngmaidainon/agent-level-up/configuring-active-directory-tiered-model/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for configuring-active-directory-tiered-model

Your own site · 80×15
<a href="https://agentmods.dev/skills/youngmaidainon/agent-level-up/configuring-active-directory-tiered-model"><img src="https://agentmods.dev/badge/skills/youngmaidainon/agent-level-up/configuring-active-directory-tiered-model.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 589 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod 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.1 $0.00095 $0.00589
Opus 5 $0.00048 $0.00295
Sonnet 5 $0.00019 $0.00118
Haiku 4.5 $0.00010 $0.00059

Measured 8d ago against content hash 0fb769805cde, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

configuring-active-directory-tiered-model 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/agent.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

91% identical to configuring-active-directory-tiered-model — 7 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.

cyber-security/ctf/configuring-active-directory-tiered-model/SKILL.md · 76 lines

What it actually says

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
Files

What ships with it

2 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.

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. 8d ago First seen · 76 lines · 95 tokens per session scan A 0fb769805cde

Subscribe to this mod's changes

configuring-active-directory-tiered-model is a skill published in the GitHub repository Youngmaidainon/Agent-Level-Up (3 stars, last pushed 17d ago), licensed MIT. It adds 95 tokens to every session and 589 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to configuring-active-directory-tiered-model, differing in 7 lines, and is treated as a copy.

Related

Other skills, from other repositories

configuring-active-directory-tiered-model

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 f.

26zl/cybersec-toolkit · 46 tokens

configuring-multi-factor-authentication-with-duo

Deploy Cisco Duo multi-factor authentication across enterprise applications, VPN, RDP, and SSH access points. This skill covers Duo integration methods, adaptive authentication policies, device trust.

26zl/cybersec-toolkit · 44 tokens

configuring-oauth2-authorization-flow

Configure secure OAuth 2.0 authorization flows including Authorization Code with PKCE, Client Credentials, and Device Authorization Grant. This skill covers flow selection, PKCE implementation, token.

26zl/cybersec-toolkit · 44 tokens

configuring-ldap-security-hardening

Harden LDAP directory services against common attacks including credential harvesting, LDAP injection, anonymous binding, and channel binding bypass. Covers LDAPS enforcement, channel binding, LDAP si.

26zl/cybersec-toolkit · 41 tokens

iam-review

Reviews identity and access management configurations against NIST SP 800-63B, NIST SP 800-207 zero trust principles, and CIS Controls v8. Auto-invoked when reviewing IAM policies, role definitions, user provisioning workflows, or when asked to assess identity security posture. Produces findings on least privilege…

UnitOneAI/SecuritySkills · 83 tokens

Aws Iam Best Practices

IAM policy review, hardening, and least privilege implementation.

mayurrathi/awesome-agent-skills · 17 tokens