registry  /  passbaton  /  2.1.0

passbaton@2.1.0

Session continuity and persistent memory for Claude Code, OpenAI Codex CLI & Google Gemini CLI. Auto-injects past context on start, survives compaction, shares one local db across all three. 100% local SQLite, zero API cost.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 39 file(s), 474 KB of source

Source & flagged code

3 flagged · loading source
package.jsonView file
scripts.postinstall = node dist/hooks/install.js install 2>/dev/null || true
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node dist/hooks/install.js install 2>/dev/null || true
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
dist/hooks/session-end.jsView file
47while (current !== workspaceRoot && current !== path.parse(current).root) { L48: const pkgPath = path.join(current, 'package.json'); L49: if (fs.existsSync(pkgPath)) { L50: try { L51: const pkg = JSON.parse(fs.readFileSync(pkgPath, 'utf-8')); L52: return pkg.name || path.basename(current); ... L217: text = text.replace(/<command-args>[\s\S]*?<\/command-args>/g, '').trim(); L218: text = text.replace(/<local-command-stdout>[\s\S]*?<\/local-command-stdout>/g, '').trim(); L219: if (text.length < 5) ... L546: * L547: * 예: https://docs.google.com/forms/d/e/1FAIpQLScm.../viewform L548: * → https://docs.google.com/forms/...
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/hooks/session-end.jsView on unpkg · L47

Findings

1 High3 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/hooks/session-end.js
LowFilesystem
LowHigh Entropy Strings