← 返回
未分类 中文

agent-bom discover aws

Discover AWS-hosted AI agent and MCP-relevant assets from the operator's environment, emit canonical agent-bom inventory JSON, and scan it without giving age...
从操作员环境发现 AWS 托管的 AI 代理和 MCP 相关资产,生成标准化的 agent‑bom 清单 JSON 并进行扫描。
msaad00 msaad00 来源
未分类 clawhub v0.89.2 7 版本 100000 Key: 无需
★ 0
Stars
📥 876
下载
💾 0
安装
7
版本
#latest

概述

agent-bom-discover-aws

Use this skill to collect AWS AI and workload inventory from the operator's

environment as canonical inventory. The skill is discover-only by default:

write schema-valid JSON to an operator-selected path and stop. Run

agent-bom only when the operator explicitly wants findings, graph, policy,

or exports from that inventory.

Guardrails

  • Use only operator-approved AWS profiles, roles, or short-lived STS sessions.
  • Prefer read-only IAM actions listed by agent-bom trust or

/v1/discovery/providers.

  • Do not request or display raw AWS_ACCESS_KEY_ID,

AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, or bearer tokens.

  • Do not modify AWS resources. This workflow is discovery-only.
  • Write inventory only to a path the operator chose.
  • Treat AI-generated prose as non-authoritative; only the schema-validated

inventory JSON is evidence.

Modes

ModeWhat happensData boundary
-----------------------------------
discover-onlyEmit canonical inventory JSON and stopNo agent-bom scan or API handoff
scan-localRun agent-bom agents --inventory ... on the generated fileLocal handoff into the scanner
exportWrite JSON/SARIF or another operator-selected outputLocal output only unless the operator routes it elsewhere

Use discover-only unless the operator asks for scan results or an export.

Workflow

  1. Confirm the AWS account/region/profile and intended services.
  2. Generate inventory with the repository adapter and stop:
python examples/operator_pull/aws_inventory_adapter.py \
  --region us-east-1 \
  --profile readonly-audit \
  --source aws-skill-invoked \
  --discovery-method skill_invoked_pull \
  --output aws-inventory.json
  1. If the operator asks for findings, scan the generated inventory locally:
agent-bom agents --inventory aws-inventory.json
  1. If the operator asks for an export, write it to an operator-selected path:
agent-bom agents --inventory aws-inventory.json --format json --output agent-bom-aws-findings.json

Optional Service Flags

Start narrow, then expand deliberately:

python examples/operator_pull/aws_inventory_adapter.py \
  --region us-east-1 \
  --profile readonly-audit \
  --source aws-skill-invoked \
  --discovery-method skill_invoked_pull \
  --include-ecs \
  --include-lambda \
  --include-eks \
  --output aws-inventory.json

Use --no-include-ecs or similar flags to disable default services when an

operator wants a smaller scope.

Evidence Contract

The inventory emitted by this skill uses:

  • source: aws-skill-invoked
  • discovery_provenance.source_type: skill_invoked_pull
  • discovery_provenance.observed_via: skill_invoked_pull, aws_sdk
  • sanitized metadata.permissions_used
  • sanitized cloud_origin, cloud_principal, lifecycle fields, packages, and

MCP server launch metadata

If schema validation fails, stop and fix the inventory instead of scanning a

best-effort or prose summary.

The skill does not push inventory to an API by default. Any push, scan, or

managed control-plane handoff must be a separate operator-approved handoff

command with the destination URL, auth method, and retained evidence classes

made explicit.

版本历史

共 7 个版本

  • v0.89.2 当前
    2026-06-22 19:22
  • v0.88.4
    2026-05-26 22:49
  • v0.88.3
    2026-05-26 17:22
  • v0.88.1
    2026-05-23 15:53 安全 安全
  • v0.87.1
    2026-05-19 10:40 安全 安全
  • v0.86.2
    2026-05-08 12:46 安全 安全
  • v0.86.1
    2026-05-07 03:59 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

it-ops-security

agent-bom runtime

msaad00
AI运行时安全监控——上下文图分析、运行时审计日志与CVE漏洞关联分析,以及漏洞分析查询。
★ 0 📥 1,983
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,117 📥 837,441
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,484 📥 545,367