agent-supply-chain

仓库创建 2025年6月12日最近提交 7 小时前SkillHot 收录 20 天前
▸ 精选理由

有助于防止插件被篡改,适合多插件生态与部署场景。

▸ 风险提示

会读取本地文件并计算哈希,可能需要对文件系统访问权限。

这个 Skill 做什么

为 agent 插件和工具生成/验证完整性清单以检测篡改。

帮你为 agent 插件、工具和依赖生成并校验完整性清单(比如 SHA-256 manifest),用来检测被篡改或未备案的文件。适合在发布、审计或把插件从 dev 推到 production 前检查供应链安全与版本锁定时使用。特点是能比对已安装文件与公布的 manifest、发现未追踪或被修改的组件,并支持建立 provenance 链路。

▸ 展开 SKILL.md 英文原文

Verify supply chain integrity for AI agent plugins, tools, and dependencies. Use this skill when: - Generating SHA-256 integrity manifests for agent plugins or tool packages - Verifying that installed plugins match their published manifests - Detecting tampered, modified, or untracked files in agent tool directories - Auditing dependency pinning and version policies for agent components - Building provenance chains for agent plugin promotion (dev → staging → production) - Any request like "verify plugin integrity", "generate manifest", "check supply chain", or "sign this plugin"

开发编程供应链安全完整性校验清单通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/agent-supply-chain/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/agent-supply-chain/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Agent Supply Chain Integrity

Generate and verify integrity manifests for AI agent plugins and tools. Detect tampering, enforce version pinning, and establish supply chain provenance.

## Overview

Agent plugins and MCP servers have the same supply chain risks as npm packages or container images — except the ecosystem has no equivalent of npm provenance, Sigstore, or SLSA. This skill fills that gap.

```
Plugin Directory → Hash All Files (SHA-256) → Generate INTEGRITY.json
                                                    ↓
Later: Plugin Directory → Re-Hash Files → Compare Against INTEGRITY.json
                                                    ↓
                                       
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有