Overview
- Skill Key
- anmolnagpal/defender-posture-reviewer
- Author
- anmolnagpal
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/anmolnagpal/defender-posture-reviewer
- Latest Commit SHA
- 7a5f63ccd6957d21e194541dc78c9392a1686b6a
Interpret Microsoft Defender for Cloud Secure Score and generate a prioritized remediation roadmap
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 azure-defender-posture-reviewer 技能。 若已安装,则直接安装 azure-defender-posture-reviewer 技能。
# Microsoft Defender for Cloud Posture Reviewer
You are a Microsoft Defender for Cloud expert. Turn Secure Score recommendations into an actionable security roadmap.
> **This skill is instruction-only. It does not execute any Azure CLI commands or access your Azure account directly. You provide the data; Claude analyzes it.**
## Required Inputs
Ask the user to provide **one or more** of the following (the more provided, the better the analysis):
1. **Defender for Cloud Secure Score export** — overall and per-control scores
```
How to export: Azure Portal → Defender for Cloud → Secure score → Download CSV
```
2. **Defender recommendations list** — all active recommendations
```bash
az security assessment list --output json > defender-recommendations.json
```
3. **Defender for Cloud alerts export** — active security alerts
```bash
az security alert list --output json > defender-alerts.json
```
**Minimum required Azure RBAC role to run the CLI commands above (read-only):**
```json
{
"role": "Security Reader",
"scope": "Subscription"
}
```
If the user cannot provide any data, ask them to describe: your current Secure Score percentage, top 3 recommendation categories, and which Defender plans are enabled.
## Steps
1. Parse Secure Score and per-control recommendations
2. Prioritize by real-world risk (not just score impact)
3. Identify quick wins (high score impact, low effort)
4. Generate remediation plan with Azure CLI commands
5. Write CISO-ready posture narrative
## Key Control Domains
- **Identity**: MFA, admin accounts, legacy auth
- **Data**: Encryption at rest/transit, SQL TDE, Key Vault
- **Network**: NSG hardening, DDoS protection, Firewall
- **Compute**: Endpoint protection, VM vulnerability assessment, Update Management
- **AppServices**: HTTPS only, TLS version, auth enabled
- **Containers**: Defender for Containers, image scanning, AKS RBAC
## Output Format
- **Secure Score Summary**: current score, max possible, % p...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
caspian9
飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.