En

agent-bom ingest

Validate and import cloud asset inventory JSON, generate local audit reports

其他 开展合规审计验证云资产库存JSON生成审计报告 通用 ★ 2.7k Updated 2026-08-02

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: agent-bom ingest.
It is used for: Validate and import cloud asset inventory JSON, generate local audit reports
Full Skill content: https://321skill.com/skills/agent-bom-ingest-x-9/raw/index.md
Read that page and install it.

The prompt includes a link to the full Skill content. You can also view the full content.

This Skill addresses a core pain point for enterprise operations and security teams in cloud asset inventory management: when standardized inventory JSON is already available from sources like AWS, Azure, GCP, Snowflake, CMDB, or endpoint collectors, how can you quickly perform data validation, local scanning, and compliance auditing without exposing cloud credentials to third-party tools? Traditional approaches often require granting tools direct access to cloud account keys, posing security risks, while manual JSON inspection is error-prone and inefficient.

Usage is straightforward. You simply prepare an inventory JSON file that conforms to the standard schema and invoke this skill via a natural language instruction. It will automatically execute the agent-bom mcp validate command to verify the JSON's field completeness, data types, and required fields. Upon successful validation, it proceeds to run agent-bom scan to generate scan results. You can specify the output format as JSON, SARIF, HTML, or Markdown for purposes like automation integration, CI gating, manual review, or archiving. The entire process requires no cloud credentials, and all computation is performed locally.

It is particularly well-suited for operations engineers, security auditors, and AI agent development teams that need to conduct regular cloud asset compliance audits. Especially for enterprises that already export inventory in JSON format via automated scripts or their CMDB, this skill can be directly embedded into AI Agent workflows, enabling a closed-loop process of "upload JSON → automatic validation → output audit report." For teams managing multi-cloud environments, this skill provides a unified data entry point, helping to avoid audit blind spots caused by platform differences.

It is recommended to use this tool uniformly within CI/CD pipelines or regular inspection tasks. Note that it primarily relies on the locally installed agent-bom tool (version 0.84.4 or higher) and a Python 3.11+ environment. The input JSON must strictly adhere to the field constraints defined in packaged inventory.schema.json; otherwise, validation will fail. Additionally, optional features like vulnerability lookups (OSV/GitHub Advisory) and pushing results to a control plane require network connectivity, but the tool runs locally by default.

Key Features

Unlike scanning tools such as CloudSploit or ScoutSuite that require cloud credentials, agent-bom-ingest is specifically designed to process standardized inventory JSON already generated by operators. It requires no cloud account keys, performing local schema validation before scanning, thereby isolating credential exposure risks at the source.

Limitations

Requires Python 3.11+ and agent-bom 0.84.4+. The input JSON must strictly conform to the field structure defined in packaged inventory.schema.json; otherwise, validation will fail.

FAQ

How do I install agent-bom?

Run `pip install agent-bom`. Ensure your Python version is ≥ 3.11.

Are cloud provider credentials required?

No. This skill only processes existing inventory JSON and requires no cloud credentials. Optional control plane push functionality requires an API token provided by the operator.

Installation guide for AI assistants

If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:

Visit https://321skill.com/skills/agent-bom-ingest-x-9/raw/index.md to read the original Skill definition (Markdown format) for agent-bom ingest, and install it according to the instructions.