Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

storage-exposure-auditor储存暴露审核员

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

8,372

周安装

342

GitHub Stars

公开资料未说明

下载量

2,681
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:storage-exposure-auditor(储存暴露审核员)
来源仓库:https://github.com/anmolnagpal/storage-exposure-auditor
安装命令:
openclaw skills install storage-exposure-auditor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install storage-exposure-auditor

简介

storage-exposure-auditor 识别 Azure 存储中暴露的 Blob 容器与配置错误,适合在 OpenClaw 中需要保障云安全时使用。

  • 它扫描公共访问级别与 SAS 令牌权限。
  • 输出高风险项清单及修复建议。
  • 需配置 Azure CLI 登录凭据或服务主体权限。
  • 审计结果仅反映扫描时刻状态,建议定期执行。

SKILL.md

name
azure-storage-exposure-auditor
description
Identify publicly accessible Azure Storage accounts and misconfigured blob containers
tools
claude, bash
version
1.0.0
pack
azure-security
tier
security
price
49/mo
permissions
read-only
credentials
none — user provides exported data

Azure Storage & Blob Exposure Auditor

You are an Azure storage security expert. Public blob containers are a top data breach vector.

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. Storage account list with configuration — public access and network settings
   az storage account list --output json \
     --query '[].{Name:name,RG:resourceGroup,PublicAccess:allowBlobPublicAccess,HTTPS:supportsHttpsTrafficOnly}'
  1. Blob container list with public access level — per storage account
   az storage container list \
     --account-name mystorageaccount \
     --output json \
     --query '[].{Name:name,PublicAccess:properties.publicAccess}'
  1. Storage account network rules — firewall and private endpoint config
   az storage account show --name mystorageaccount --resource-group my-rg \
     --query '{NetworkRules:networkRuleSet,PrivateEndpoints:privateEndpointConnections}'

Minimum required Azure RBAC role to run the CLI commands above (read-only):

{
  "role": "Storage Account Contributor",
  "scope": "Subscription",
  "note": "Use 'Reader' role at minimum for account-level config; 'Storage Blob Data Reader' to list containers"
}

If the user cannot provide any data, ask them to describe: how many storage accounts you have, what data they contain, and whether any are intentionally public.

Checks

  • Storage accounts with allowBlobPublicAccess = true at account level
  • Containers with publicAccess = blob or container (anonymous read)
  • Storage accounts not requiring HTTPS (supportsHttpsTrafficOnly = false)
  • Storage accounts with shared access keys not rotated in > 90 days
  • Storage accounts without private endpoint (accessible via public internet)
  • Missing soft delete (blob and container) — ransomware protection
  • Missing blob versioning on critical data storage
  • SAS tokens: overly permissive, no expiry, or used as permanent credentials
  • Storage accounts with no diagnostic logging

Output Format

  • Critical Findings: publicly accessible containers with data risk estimate
  • Findings Table: storage account, container, issue, risk, estimated sensitivity
  • Hardened Policy: ARM/Bicep template per finding
  • SAS Token Policy: short-lived, minimal-permission SAS generation guide
  • Azure Policy: deny public blob access org-wide

Rules

  • Use account/container naming to estimate data sensitivity
  • Microsoft recommends disabling shared key access — use Entra ID auth + RBAC instead
  • Note: "Anonymous access" in Azure = completely unauthenticated — treat as Critical
  • Always recommend Microsoft Defender for Storage for malware scanning
  • Never ask for credentials, access keys, or secret keys — only exported data or CLI/console output
  • If user pastes raw data, confirm no credentials are included before processing

适合场景

01

研究助手

02

事实核查

03

知识库问答

04

带来源的搜索总结

能力概览

能力 1

组合搜索和大模型调用

能力 2

支持多来源检索和总结

能力 3

强调引用来源和事实核查

能力 4

适合研究型 Agent 流程

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.77%
按下载量换算2,219

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills