Static Scan Results
scanned 7h ago · by rust-scannerStatic analysis flagged 15 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsMinifiedObfuscatedProtestwareTelemetryUrlStrings
NoLicenseWildcardDependency
Source & flagged code
3 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = wxt prepare
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = wxt prepare
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgbin/linear-grab-bridge.mjsView file
14*/
L15: import { createServer } from 'node:http';
L16: import { spawn, execFile } from 'node:child_process';
L17: import { randomUUID } from 'node:crypto';
...
L28: const PORT = Number(flag('--port', '4577'));
L29: const DIR = flag('--dir', process.cwd());
L30: const CLAUDE_BIN = flag('--claude', 'claude');
...
L35: return new Promise((resolve) => {
L36: execFile(cmd, args, { cwd, timeout: 15_000, maxBuffer: 2_000_000 }, (err, stdout) =>
L37: resolve(err ? null : stdout.toString()),
...
L80: try {
L81: const items = JSON.parse(readFileSync(HISTORY_FILE, 'utf8'));
Low
Weak Crypto
Package source references weak cryptographic algorithms.
bin/linear-grab-bridge.mjsView on unpkg · L14Findings
1 High6 Medium8 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumProtestware
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowWeak Cryptobin/linear-grab-bridge.mjs
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowTelemetry
LowUrl Strings
LowNo License