Close Open Privacy Scan

bolt Snapshot: commit eb088df
science engine v1.23
schedule 2026-07-27T17:10:37.427470+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code. Dependency data flows are listed separately and do not affect this verdict.

smart_toy MCP server detected: @modelcontextprotocol/ext-apps, github.com/modelcontextprotocol/go-sdk — detected in dependencies, not a safety judgment.

App Privacy Score

97 /100
Low privacy risk

Low risk · 93 finding(s)

Based on: 2 first-party package(s) · 25/25 deps analyzed

Dependency score: 77 (Medium risk)

bar_chart Score Breakdown

env_fs −3

list Scan Summary

0 high 1 medium 92 low
First-party packages: 1
Dependency packages: 8
Ecosystem: go

swap_horiz Application data flows

No application data flows were found. See dependency data flows below.

hub Dependency data flows (1)
medium github.com/modelcontextprotocol/go-sdk tooling PII-bearing data is written to a log/print sink. Logged PII is a privacy concern even when it does not leave the process.
  1. 1sourcepkgs/go/[email protected]/examples/server/distributed/main.go:91
  2. 2sinkpkgs/go/[email protected]/examples/server/distributed/main.go:97

</> First-Party Code

</> Dependencies

github.com/modelcontextprotocol/go-sdk

go dependency
medium pii_flow tooling Excluded from app score unknown #688ef9af2a6f00cd PII-bearing data is written to a log/print sink. Logged PII is a privacy concern even when it does not leave the process.
pkgs/go/[email protected]/examples/server/distributed/main.go:97 · flow /tmp/closeopen-x98foqw9/pkgs/go/[email protected]/examples/server/distributed/main.go:91 → /tmp/closeopen-x98foqw9/pkgs/go/[email protected]/examples/server/distributed/main.go:97
				log.Printf("child %d failed: %v", i, err)

PII-bearing data is written to a log/print sink — it stays in-process and does not leave the application, but logged PII is still a privacy concern.

Fix: Avoid logging user identifiers; redact or omit PII from log/print statements.

expand_more 7 low-confidence finding(s)

github.com/google/jsonschema-go

go dependency
expand_more 3 low-confidence finding(s)

github.com/josephburnett/jd/v2

go dependency
expand_more 16 low-confidence finding(s)

github.com/shurcooL/githubv4

go dependency
expand_more 4 low-confidence finding(s)
low env_fs Environment-variable access. 2 locations
low env_fs dependency Excluded from app score #becd6d2d5d18a03a capability detected · no path traced Filesystem access.
pkgs/go/[email protected]/gen.go:54
		err = os.WriteFile(filename, out, 0644)

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low egress dependency Excluded from app score #0342fe0a4abb339f capability detected · no path traced Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/go/[email protected]/gen.go:64
	req, err := http.NewRequest("GET", "https://api.github.com/graphql", nil)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

github.com/spf13/viper

go dependency