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

agent-bom-vulnerability-intelAgent bom 漏洞英特尔

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

706

周安装

30

GitHub Stars

公开资料未说明

下载量

247
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install agent-bom-vulnerability-intel

简介

基于 OSV、NVD、CISA KEV 等数据库检查代理依赖项漏洞。

  • 适合安全审计、依赖风险排查和认证流程复核。
  • 通过 clawhub 安装,可集成到 SBOM 或库存分析流程中。
  • 涉及密钥或用户数据时应确保操作边界和脱敏措施。
  • 不能将工具输出直接视为最终安全结论。agent-bom-vulnerability-intel 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
agent-bom-vulnerability-intel
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/
openclaw
requires
bins
env
[]
credentials
none
credential_policy
Do not ask users to paste credentials. Optional NVD_API_KEY and GITHUB_TOKEN values may be present in the operator environment for rate limits, but their values must never be displayed, logged, or copied into prompts.
optional_env
optional_bins
[]
emoji
\F6E1
homepage
https://github.com/msaad00/agent-bom
source
https://github.com/msaad00/agent-bom
license
Apache-2.0
os
credential_handling
No cloud or source-control credentials are needed. Advisory API tokens stay in the operator environment and are used only by agent-bom's existing advisory clients; do not echo or persist token values.
data_flow
Default package checks send package names, versions, ecosystems, PURLs, and CVE/advisory IDs to public advisory databases. Source code, raw config files, secrets, env values, and full scan reports are not sent to advisory providers. Use offline/cache-approved mode when private package names are sensitive.
file_reads
file_writes
network_endpoints
purpose
OSV package vulnerability lookup
auth
false
purpose
GitHub Security Advisories lookup; optional token only raises rate limits
auth
false
purpose
NVD CVSS, CWE, and publication metadata enrichment
auth
false
purpose
EPSS exploit probability enrichment
auth
false
purpose
CISA Known Exploited Vulnerabilities enrichment
auth
false
telemetry
false
persistence
false
privilege_escalation
false
always
false
autonomous_invocation
restricted

agent-bom-vulnerability-intel

Use this skill to answer vulnerability-intelligence questions through agent-bom's existing scanners and canonical evidence model. Do not create one-off OSV, GHSA, NVD, EPSS, or KEV clients in the agent session; route through agent-bom so advisory provenance, aliases, severity gates, cache behavior, redaction, and output schemas stay consistent.

Modes

Start with the smallest mode that answers the user:

ModeUse WhenData Boundary
explain-onlyUser wants to know what would be queriedNo advisory calls
check-packageUser names one package/version/ecosystemOnly that package identifier is queried
scan-localUser wants findings from local agents or a local inventory fileLocal parse first; advisory calls use package identifiers only
offline-reviewPrivate package names cannot leave the environmentUse local/cache-approved data only; disclose reduced coverage
exportUser wants PR gate, SARIF, JSON, or audit evidenceWrite only to an operator-selected path

Guardrails

  • Ask before scanning a broad filesystem path or local agent configs.
  • Do not paste or reveal NVD_API_KEY, GITHUB_TOKEN, package-registry

credentials, cloud credentials, or env values.

  • Do not send full source files, lockfiles, config contents, secrets, or scan

reports to advisory providers. agent-bom extracts package identifiers first.

  • Treat unknown or unresolvable versions as coverage gaps, not clean results.
  • Preserve advisory provenance. Do not collapse OSV, GHSA, NVD, EPSS, and KEV

into a single unlabelled severity.

  • Do not modify dependencies or install fixes unless the user explicitly asks

for a remediation workflow.

Workflows

Explain the Boundary

When the user asks "what leaves my environment?", answer before running:

This lookup sends package identifiers (name, version, ecosystem/PURL) and CVE
IDs to public advisory databases. It does not send source code, raw configs,
secrets, env values, credentials, or full scan reports. Use offline-review if
private package names are sensitive.

Check One Package

agent-bom check flask==2.0.0 --ecosystem pypi

Use this for quick triage and fix-version checks. If the package name belongs to a private registry or internal project, use explain-only first and let the operator decide whether the identifier may be queried externally.

Scan a Canonical Inventory

agent-bom agents --inventory inventory.json --format json --output findings.json

Use this after an operator-pull adapter or discovery skill emits canonical inventory. The inventory can stop at the file boundary; scanning is an explicit operator handoff.

Export for a PR Gate

agent-bom agents --inventory inventory.json --format sarif --output agent-bom.sarif

Use SARIF only when the user wants GitHub code-scanning or AppSec PR-gate evidence. Keep JSON for local analysis and audit trails.

Offline Review

If external advisory calls are not allowed, run with the project's offline or cache-approved mode and say clearly that coverage depends on the locally available vulnerability database. Do not call a clean offline result equivalent to a fresh OSV/GHSA/NVD lookup.

Output Rules

  • Show CVE/GHSA/PYSEC aliases together when available.
  • Include severity source, fix version, EPSS, KEV status, CWE, and advisory

source chain when present.

  • Separate "no vulnerabilities found" from "not enough data to evaluate."
  • Keep raw credentials and credential-bearing URLs out of output, logs, prompts,

SARIF locations, and exported reports.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

78.93%
按下载量换算195

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills