3 checks that ran failed — supply chain, version behavior and transport config — so this release can’t be trusted as-is.
- Publisher
- io.github.benseverndev-oss
- Repository
- github.com/benseverndev-oss/goldenflow
- Install
- pypi:goldenflow, pypi:goldenflow, pypi:goldenflow, pypi:goldenflow, pypi:goldenflow, pypi:goldenflow, pypi:goldenflow
- Versions
- 7
- MCP revision
- 2025-11-25 · superseded
- Inspected
- 6 of 6 checks · 100%
- Scored
- 2026-09-01 · rubric 1.0.0
What we checked
Six static checks, weighted by risk. Every result reflects only what could be observed in the published package and repository — never intent.
Injection surface
pass25% of gradeTool descriptions/manifest scanned for instruction-injection patterns (imperatives at the model, hidden text, 'ignore previous', data-exfil URLs).
Scanned 10 text field(s); no instruction-injection patterns found. PASS = no static red flag. A server can serve different tool descriptions at runtime (the rug-pull class), which static scanning cannot see.
Supply chain
fail25% of gradePackage provenance: namespace verification, repo linkage, maintainer count, account age, postinstall scripts, typosquat distance.
Python build script executes at build time: network call in build script
Credential hygiene
pass15% of gradeHow the server takes secrets (env vs plaintext config vs hardcoded); secrets appearing in tool schemas.
Reads secrets from the environment (e.g. goldenflow/cli/main.py) — the recommended intake shape. PASS = no static red flag; static analysis cannot prove the code honors env-based secret handling at runtime.
Permission scope
warn15% of gradeDeclared tools vs. breadth (filesystem, network, exec); flags shell-exec and unbounded filesystem access.
has both shell/exec and network egress — capable of download-and-run, though no such path was observed (scripts/build_native.py: subprocess.* call; pyproject declares an HTTP client dependency). has both shell/exec and destructive filesystem writes (scripts/build_native.py: subprocess.* call; goldenflow/config/loader.py: open(…, 'w'/'a'/'x') write-mode file access). discloses shell/exec capability: scripts/build_native.py: subprocess.* call discloses broad/destructive filesystem access: goldenflow/config/loader.py: open(…, 'w'/'a'/'x') write-mode file access Capability DISCLOSURE, not a verdict: static analysis sees the primitive is present and reachable, not whether its use is attacker-controlled.
Version behavior
fail10% of gradeDiff of tool definitions between versions; new permissions or changed descriptions in a patch release (the postmark-mcp class).
vs prior 2.1.0 (minor bump): new tool "echo" appeared; new tool "add" appeared; new tool "server_time" appeared; new capability primitive(s) in source: fs-write, subprocess; new hardcoded outbound host/BCC destination(s): a.com, avatars.githubusercontent.com, bensevern.dev, benzsevern.github.io, example.com, foo.com, github.com, not-gcs, not-s3, sub.domain.org, test.org, www.example.com, www.test.org, x.com.
Transport config
fail10% of gradeRemote servers: TLS and auth mode (none/token/OAuth). Local servers: whether the manifest indicates it phones home.
remote MCP endpoint declares NO authentication (unauthenticated remote — nginx-ui/CVE-2026-33032 class); manifest/source references tracking behavior — disclosure
Version history
Each release plotted by grade against the safe line at B. A version that sinks below the line has lost its trusted standing — the shape of a rug-pull.
| Version | Published | Grade | Score | Inspected | Change |
|---|---|---|---|---|---|
| v2.2.0 · current | 2026-08-16 | D | 47.5 | 6/6 · 100% | C→D in v2.2.0 |
| v2.1.0 | 2026-07-13 | C | 70 | 4/6 · 65% | ±0 |
| v1.13.0 | 2026-07-05 | C | 62.5 | 4/6 · 65% | — |