Skip to content

steventimes/dependency-checker

v0.4.0MIT

Static multi-ecosystem dependency evidence, security, SBOM, and update-impact analysis for coding agents.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

depcheckstdio
{
  "type": "stdio",
  "command": "uv",
  "args": [
    "run",
    "--project",
    ".",
    "--extra",
    "agent",
    "--frozen",
    "depcheck-mcp"
  ],
  "cwd": "."
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "dependency-checker",
  "version": "0.4.0",
  "description": "Static multi-ecosystem dependency evidence, security, SBOM, and update-impact analysis for coding agents.",
  "author": {
    "name": "Steven Yang",
    "email": "stevenyang0316@gmail.com",
    "url": "https://github.com/steventimes"
  },
  "homepage": "https://github.com/steventimes/dependency-checker",
  "repository": "https://github.com/steventimes/dependency-checker",
  "license": "MIT",
  "keywords": [
    "dependencies",
    "mcp",
    "multi-ecosystem",
    "python",
    "security",
    "sbom"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • score.py
  • 2JSON files
  • openai.yaml
  • LICENSE
View on GitHub