Agent Plugins Marketplace
All plugins

supply-chain-risk-auditor

v2.0.3

Audit a project's npm, PyPI, and Go dependencies for supply-chain risk: version-matched advisories for direct dependencies and the full lockfile tree, abandoned upstreams, npm publisher concentration, and install scripts

Claude Code1 Skill

By Eric Quintero7.1k GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install supply-chain-risk-auditor for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install supply-chain-risk-auditor@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/trailofbits/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/supply-chain-risk-auditor/.

Plugin files

plugins/supply-chain-risk-auditor/
├── .claude-plugin/plugin.json
└── skills/supply-chain-risk-auditor/SKILL.md

Included Skills1

supply-chain-risk-auditorskills/supply-chain-risk-auditor/SKILL.md

Audits a project's dependencies for supply-chain risk: version-matched advisories for direct dependencies and the full lockfile tree, abandoned or archived upstreams, npm publisher concentration, and install-time script execution. Use when asked to audit dependencies, assess supply-chain or third-party package risk, or review a dependency tree before an engagement.

Plugin manifests1

plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json
{
  "name": "supply-chain-risk-auditor",
  "version": "2.0.3",
  "description": "Audit a project's npm, PyPI, and Go dependencies for supply-chain risk: version-matched advisories for direct dependencies and the full lockfile tree, abandoned upstreams, npm publisher concentration, and install scripts",
  "author": {
    "name": "Eric Quintero"
  },
  "keywords": [
    "supply-chain",
    "dependencies",
    "npm",
    "pypi",
    "go",
    "osv",
    "advisories",
    "security"
  ],
  "interface": {
    "displayName": "Supply Chain Risk Auditor",
    "shortDescription": "Audit a project's npm, PyPI, and Go dependencies for supply-chain risk: version-matched advisories for direct dependencies and the full lockfile tree, abandoned upstreams, npm publisher concentration, and install scripts",
    "longDescription": "Audit a project's npm, PyPI, and Go dependencies for supply-chain risk: version-matched advisories for direct dependencies and the full lockfile tree, abandoned upstreams, npm publisher concentration, and install scripts",
    "developerName": "Eric Quintero"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[supply-chain-risk-auditor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/supply-chain-risk-auditor)