Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

agent-bom-complianceAgent 物料清单合规性

Agent Skill

agent-bom-compliance 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

25,566

周安装

1,087

GitHub Stars

公开资料未说明

下载量

8,957
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:agent-bom-compliance(Agent 物料清单合规性)
来源仓库:https://github.com/msaad00/agent-bom-compliance
安装命令:
openclaw skills install agent-bom-compliance
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install agent-bom-compliance

简介

用于评估 AI 代理的合规性,支持 OWASP、NIST、SOC 2、ISO 27001 等安全框架。

  • 适合在 OpenClaw 中处理开发相关任务时检查策略和风险。
  • 通过 clawhub 安装,需结合原始 README 确认具体用法。
  • 使用前应核实权限范围、维护状态及是否涉及联网或文件操作。
  • 建议先验证工具输出,避免直接依赖自动化结果。

SKILL.md

name
agent-bom-compliance
description
>-
version
0.84.0
license
Apache-2.0
compatibility
>-
metadata
author
msaad00
homepage
https://github.com/msaad00/agent-bom
source
https://github.com/msaad00/agent-bom
pypi
https://pypi.org/project/agent-bom/
scorecard
https://securityscorecards.dev/viewer/?uri=github.com/msaad00/agent-bom
tests
7239
install
pipx
agent-bom
pip
agent-bom
docker
ghcr.io/msaad00/agent-bom:0.84.0
openclaw
requires
bins
[]
env
[]
credentials
none
credential_policy
Zero credentials required for OWASP/NIST/EU AI Act compliance and SBOM generation. CIS benchmark checks (AWS, Azure, GCP, Snowflake) optionally accept cloud credentials — only used locally to call cloud APIs, never transmitted elsewhere.
credential_handling
Use only operator-configured cloud SDK credentials for explicitly requested CIS checks. Do not ask users to paste secrets, and never print cloud tokens, private keys, passwords, or connection strings.
optional_env
purpose
AWS CIS benchmark checks — uses boto3 with your local AWS profile
required
false
purpose
Azure CIS benchmark checks (azure-mgmt-* SDK)
required
false
purpose
Azure CIS benchmark checks — service principal client ID
required
false
purpose
Azure CIS benchmark checks — service principal secret
required
false
purpose
GCP CIS benchmark checks (google-cloud-* SDK)
required
false
purpose
Snowflake CIS benchmark checks
required
false
purpose
Snowflake CIS benchmark checks
required
false
purpose
Snowflake key-pair auth (CI/CD)
required
false
purpose
Snowflake auth method (default: externalbrowser SSO)
required
false
optional_bins
[]
emoji
\2705
homepage
https://github.com/msaad00/agent-bom
source
https://github.com/msaad00/agent-bom
license
Apache-2.0
os
data_flow
>-
file_reads
file_writes
[]
network_endpoints
purpose
AWS CIS benchmark checks — read-only API calls (IAM, S3, CloudTrail, etc.)
auth
true
optional
true
purpose
Azure CIS benchmark checks — read-only API calls (Azure Resource Manager)
auth
true
optional
true
purpose
GCP CIS benchmark checks — read-only API calls (Cloud Resource Manager, IAM, etc.)
auth
true
optional
true
purpose
Snowflake CIS benchmark checks — read-only API calls (ACCOUNT_USAGE views)
auth
true
optional
true
telemetry
false
persistence
false
privilege_escalation
false
always
false
autonomous_invocation
restricted

agent-bom-compliance — AI Compliance & Policy Engine

Evaluate AI infrastructure scan results against 14 security and regulatory frameworks. Enforce policy-as-code rules. Generate SBOMs in standard formats. Run AISVS v1.0 and CIS benchmark checks.

Install

pipx install agent-bom
agent-bom agents --compliance --compliance-export nist-ai-rmf
agent-bom agents -f cyclonedx -o sbom.json

When to Use

  • "compliance report" / "run compliance"
  • "NIST" / "NIST AI RMF" / "NIST CSF" / "NIST 800-53"
  • "SOC 2" / "SOC2"
  • "ISO 27001"
  • "OWASP" / "OWASP LLM Top 10" / "OWASP Agentic Top 10"
  • "EU AI Act"
  • "AISVS" / "AI Security Verification Standard"
  • "CMMC" / "FedRAMP"
  • "generate SBOM" / "CycloneDX" / "SPDX"
  • "policy check" / "policy enforcement"

Tools (5)

ToolDescription
complianceOWASP LLM/Agentic Top 10, EU AI Act, MITRE ATLAS, NIST AI RMF
policy_checkEvaluate results against custom security policy (17 conditions)
cis_benchmarkRun CIS benchmark checks against cloud accounts
generate_sbomGenerate SBOM (CycloneDX or SPDX format)
aisvs_benchmarkOWASP AISVS v1.0 compliance — 9 AI security checks

Supported Frameworks (14)

  • OWASP LLM Top 10 (2025) — prompt injection, supply chain, data leakage
  • OWASP MCP Top 10 — MCP-specific security risks
  • OWASP Agentic Top 10 — tool poisoning, rug pulls, credential theft
  • OWASP AISVS v1.0 — AI Security Verification Standard (9 checks)
  • MITRE ATLAS — adversarial ML threat framework
  • NIST AI RMF — govern, map, measure, manage lifecycle
  • NIST CSF 2.0 — identify, protect, detect, respond, recover
  • NIST 800-53 Rev 5 — federal security controls (CM-8, RA-5, SI-2, SR-3)
  • FedRAMP Moderate — derived from NIST 800-53 controls
  • EU AI Act — risk classification, transparency, SBOM requirements
  • ISO 27001:2022 — information security controls (Annex A)
  • SOC 2 — Trust Services Criteria
  • CIS Controls v8 — implementation groups IG1/IG2/IG3
  • CMMC 2.0 — cybersecurity maturity model (Level 1-3)

Examples

# Run compliance check against multiple frameworks
compliance(frameworks=["owasp_llm", "eu_ai_act", "nist_ai_rmf"])

# Enforce custom policy
policy_check(policy={"max_critical": 0, "max_high": 5})

# Generate SBOM
generate_sbom(format="cyclonedx")

# Run AISVS v1.0 compliance
aisvs_benchmark()

# Run AWS CIS benchmark
cis_benchmark(provider="aws")

Privacy & Data Handling

OWASP, NIST, EU AI Act, MITRE ATLAS, AISVS, SBOM generation, and policy checks run entirely locally on scan data already in memory. No network calls, no credentials needed for these features.

CIS benchmark checks (optional, user-initiated) call cloud provider APIs using your locally configured credentials. These are read-only API calls to AWS, Azure, GCP, or Snowflake. You must explicitly run cis_benchmark(provider=...) and confirm before any cloud API calls are made.

Verification

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

76.47%
按下载量换算6,849

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills