Skip to main content

mpak-scanner

CI PyPI Python License mpak.dev

Security scanner for MCP bundles (.mcpb). Reference implementation of the mpak Trust Framework (MTF), an open security standard for MCP server packaging.

Built by NimbleBrain, mpak-scanner powers the mpak Certified verification on the mpak registry, analyzing bundles for supply chain risks, code quality issues, and compliance with the MTF specification.

What it does

mpak-scanner analyzes MCP bundles (.mcpb files) for security issues before installation:

  • Supply Chain: SBOM generation, vulnerability scanning, dependency analysis
  • Code Quality: Secret detection, malicious pattern detection, static analysis
  • Artifact Integrity: Manifest validation, content hashes, signatures
  • Provenance: Source repository verification, author identity, build attestation
  • Capability Declaration: Tool declarations, permission scopes

Compliance Levels

The scanner evaluates bundles against four compliance levels defined in the MTF specification:

Level Name Target Controls
L1 Basic Personal projects 6
L2 Standard Team tools, published packages 12
L3 Verified Production, enterprise 17
L4 Attested Critical infrastructure 20

Installation

# Install with uv (recommended)
uv pip install mpak-scanner

# Or with pip
pip install mpak-scanner

External Tools

The scanner integrates with these tools for deeper analysis. Controls gracefully skip if a tool is not installed.

Tool Purpose Install
Syft SBOM generation brew install syft
Grype Vulnerability scanning brew install grype
TruffleHog Secret detection brew install trufflehog
GuardDog Malicious package detection uv pip install guarddog
Bandit Python static analysis uv pip install bandit
ESLint JavaScript static analysis npm install -g eslint eslint-plugin-security

Usage

Command Line

# Scan a bundle
mpak-scanner scan bundle.mcpb

# Output JSON report
mpak-scanner scan bundle.mcpb --json

# Check specific compliance level
mpak-scanner scan bundle.mcpb --level 2

Python API

from mpak_scanner import scan_bundle

report = scan_bundle("bundle.mcpb")
print(f"Compliance Level: {report.compliance_level}")
print(f"Risk Score: {report.risk_score}")

for finding in report.findings:
    print(f"[{finding.severity}] {finding.control}: {finding.message}")

Specification

This scanner implements the mpak Trust Framework (MTF). See the full specification for details on compliance levels, controls, and verification methods.

Development

# Install dev dependencies
uv sync --dev

# Run all tests
uv run pytest

# Lint and format
uv run ruff check src/ tests/
uv run ruff format --check src/ tests/

# Type check
uv run ty check src/

# Full verification
uv run ruff check src/ tests/ && uv run ruff format --check src/ tests/ && uv run ty check src/ && uv run pytest

Test Fixtures

The scanner ships with test fixtures for validation:

Fixture Tests Expected
clean-l1-bundle/ Valid L1 bundle All controls pass
has-secrets-bundle/ CQ-01 detection Fails with secret findings
invalid-manifest-bundle/ AI-01 validation Fails on missing fields
missing-tools-bundle/ CD-01 validation Fails on tool issues
has-vulns-bundle/ SC-02 detection Fails with CVE findings
node-server-bundle/ Node.js bundle All controls pass
unsafe-node-bundle/ CQ-05 detection Fails with unsafe patterns

See tests/fixtures/README.md for details.

Releasing

Releases are automated via GitHub Actions. Pushing a tag triggers the full pipeline: verify, publish to PyPI (via trusted publishing), and build + push Docker image to GHCR.

Version is defined in one place: pyproject.toml. The runtime version (mpak_scanner.__version__, SCANNER_VERSION) is derived automatically via importlib.metadata.

Steps

  1. Bump version in pyproject.toml:

    # Edit pyproject.toml version field, or use hatch:
    hatch version patch   # 0.2.4 → 0.2.5
    hatch version minor   # 0.2.4 → 0.3.0
    
  2. Run verification:

    uv run ruff check src/ tests/ && uv run ruff format --check src/ tests/ && uv run ty check src/ && uv run pytest
    
  3. Commit and push:

    git commit -am "scanner: bump to X.Y.Z"
    git push
    
  4. Tag and push (this triggers the publish):

    git tag scanner-vX.Y.Z
    git push origin scanner-vX.Y.Z
    

CI will:

  • Run lint, format, type check, and unit tests
  • Verify the tag matches pyproject.toml
  • Build and publish to PyPI
  • Build and push Docker image to ghcr.io/nimblebraininc/mpak-scanner:{version} and :latest

See scanner-publish.yml.

Docker Image

The Docker image includes all external security tools (Syft, Grype, TruffleHog, ESLint, Bandit, GuardDog) and installs mpak-scanner from PyPI.

# Pull from GHCR
docker pull ghcr.io/nimblebraininc/mpak-scanner:latest

# Run a scan
docker run --rm -v /path/to/bundle.mcpb:/bundle.mcpb ghcr.io/nimblebraininc/mpak-scanner scan /bundle.mcpb

Related Projects

Contributing

See CONTRIBUTING.md for how to add new controls or improve detection rules.

License

Apache License 2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpak_scanner-0.2.8.tar.gz (145.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mpak_scanner-0.2.8-py3-none-any.whl (83.6 kB view details)

Uploaded Python 3

File details

Details for the file mpak_scanner-0.2.8.tar.gz.

File metadata

  • Download URL: mpak_scanner-0.2.8.tar.gz
  • Upload date:
  • Size: 145.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for mpak_scanner-0.2.8.tar.gz
Algorithm Hash digest
SHA256 d1ddf9208b0fc9a9bde50c6c79191faeb660c58b547374ba5e18b29599f1a875
MD5 ab3bb894f789297a49b644baa193dc4f
BLAKE2b-256 9348ea7f4a27842b910df811311ead872c7cc1f3eecdf2a0f9f99be044a9d024

See more details on using hashes here.

Provenance

The following attestation bundles were made for mpak_scanner-0.2.8.tar.gz:

Publisher: scanner-publish.yml on NimbleBrainInc/mpak

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mpak_scanner-0.2.8-py3-none-any.whl.

File metadata

  • Download URL: mpak_scanner-0.2.8-py3-none-any.whl
  • Upload date:
  • Size: 83.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for mpak_scanner-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 9b5768f19ba02626c37ac5aedba9de46481a09fd6ddaa56659f128848a88096a
MD5 dac58243dc5baa738d92e27391cd1786
BLAKE2b-256 82af1ddd579a22728c069a65d4cb32b416d6b76cca1a276322a02df29c83fd3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mpak_scanner-0.2.8-py3-none-any.whl:

Publisher: scanner-publish.yml on NimbleBrainInc/mpak

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.2.9

2 files

This release

0.2.8 This release

2 files

0.2.7

2 files

0.2.6

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page