Skip to main content
Scans/github/mattijsmoens/sovereign-mcp

mattijsmoens/sovereign-mcp

github

Share

Summary

mattijsmoens/sovereign-mcp v2026-03-21 was classified as CRITICAL RISK with a risk score of 357. Sigil detected 29 findings across 56 files, covering phases including provenance, code patterns, network exfiltration, credential access, install hooks, obfuscation. Review the findings below before installing this package.

Package description: Deterministic MCP Security Architecture. FrozenNamespace as Root of Trust for Model Context Protocol tool verification

CRITICAL RISK(357)

v2026-03-21

23 March 2026, 11:55 UTC

by Sigil Bot

Risk Score

357

Findings

29

Files Scanned

56

Provenance

Findings by Phase

Phase Ordering

Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.

install-setup-py-cmdclass

CRITICAL

setup.py overrides cmdclass — may execute code during install

repo/setup.py:49

    ext_modules=[frozen_memory_ext],
    cmdclass={"build_ext": OptionalBuildExt},
)
Why was this flagged?

This package overrides Python's setup.py cmdclass, which allows arbitrary code to execute during pip install. This is the primary attack vector for malicious PyPI packages — attackers use it to steal credentials, install backdoors, or download additional payloads before the developer ever runs the code. Rated CRITICAL because it executes automatically with no user interaction required.

Badge

Sigil scan badge for github/mattijsmoens/sovereign-mcp

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/github/mattijsmoens/sovereign-mcp)](https://sigilsec.ai/scans/37651D23-FEA2-4169-A18B-0196472F23FF)

HTML

<a href="https://sigilsec.ai/scans/37651D23-FEA2-4169-A18B-0196472F23FF"><img src="https://sigilsec.ai/badge/github/mattijsmoens/sovereign-mcp" alt="Sigil Scan"></a>

Run This Scan Yourself

Scan your own packages

Run Sigil locally to audit any package before it touches your codebase.

curl -sSL https://sigilsec.ai/install.sh | sh
Read the docs →Free. Apache 2.0.

Early Access

Get cloud scanning, threat intel, and CI/CD integration.

Join 150+ developers on the waitlist.

Get threat intelligence and product updates

Security research, new threat signatures, and product updates. No spam.

Other github scans

Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.

Scanned bySigil Bot