원클릭으로
nerf-az-storage
Azure Storage Account inspection tools (network rules, public access, private endpoints)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Azure Storage Account inspection tools (network rules, public access, private endpoints)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Safe wrappers for common Unix utilities
Safe wrappers for common Unix utilities
Allow nerf tools without prompting (supports glob patterns like nerf-git-*)
Allow/deny nerf tools by threat profile (read/write ceiling)
Deny nerf tools entirely (supports glob patterns like nerf-git-*)
List nerf tool permissions across all scopes
| name | nerf-az-storage |
| description | Azure Storage Account inspection tools (network rules, public access, private endpoints) |
| targets | ["*"] |
These tools are available as scripts within this plugin. Call them using the absolute paths shown in each usage line.
Tools for inspecting storage account configuration. az-storage-account-show reports network rules, allowBlobPublicAccess, and private endpoint connections. Useful for auditing tfstate accounts and verifying public access is appropriately restricted. All tools accept --subscription to target a specific subscription.
List storage accounts (optionally filtered by resource group).
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-az-storage/scripts/nerf-az-storage-account-list [--resource-group|-g <resource_group>] [--subscription <subscription>]
Maps to: az storage account list <resource_group> <subscription> --output json
Options:
--resource-group|-g (optional): Filter to a specific resource group--subscription (optional): Subscription name or ID (defaults to active)Show storage account details (network rules, public access, private endpoints).
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-az-storage/scripts/nerf-az-storage-account-show --resource-group|-g <resource_group> [--subscription <subscription>] <name>
Maps to: az storage account show --resource-group <resource_group> --name <name> <subscription> --output json
Options:
--resource-group|-g (required): Resource group containing the storage account--subscription (optional): Subscription name or ID (defaults to active)Arguments:
<name> (required): Storage account nameList explicit network rules on a storage account.
Usage: ${CLAUDE_PLUGIN_ROOT}/skills/nerf-az-storage/scripts/nerf-az-storage-account-network-rule-list --resource-group|-g <resource_group> [--subscription <subscription>] <account_name>
Maps to: az storage account network-rule list --resource-group <resource_group> --account-name <account_name> <subscription> --output json
Options:
--resource-group|-g (required): Resource group containing the storage account--subscription (optional): Subscription name or ID (defaults to active)Arguments:
<account_name> (required): Storage account nameHit a bug, complaint, bypass-worthy guardrail, or want a feature? Use the nerf-report skill.