Close Open Privacy Scan

bolt Snapshot: commit e2c19fe
science engine v1.23
schedule 2026-07-27T08:14:09.036021+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code.

App Privacy Score

82 /100
Low privacy risk

Low risk · 63 finding(s)

Based on: 1 first-party package(s) · 0/0 deps analyzed

Dependency score: 100 (Low risk)

bar_chart Score Breakdown

egress −15
env_fs −3

list Scan Summary

0 high 0 medium 63 low
First-party packages: 1
Dependency packages: 0
Ecosystem: npm

swap_horiz External domains

chromeuxreport.googleapis.comffmpeg.orggithub.complay.googleapis.compolicies.google.comregistry.npmjs.orgurlpattern.spec.whatwg.orgwww.chromium.orgwww.ffmpeg.org

</> First-Party Code

first-party (npm)

npm first-party
expand_more 63 low-confidence finding(s)
low env_fs Environment-variable access. 15 locations
low env_fs Filesystem access. 44 locations
low pii_flow test-only Excluded from app score #3115ef80ce798e5b PII-bearing data is written to a log sink. Logged PII is a privacy concern even when it does not leave the process. Non-production path — not application runtime.
repo/scripts/count_tokens.ts:44 · flow /tmp/closeopen-fksfbyxd/repo/scripts/count_tokens.ts:12 → /tmp/closeopen-fksfbyxd/repo/scripts/count_tokens.ts:44
console.log(`Tokens: ${response.totalTokens}`);

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.

low egress Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination. 3 locations