registry  /  linear-grab  /  0.20.0

linear-grab@0.20.0

Point at any React element in your dev app, draft a Linear issue with AI, delegate it to the Cursor agent, and track it live — in any browser.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 16 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsMinifiedObfuscatedProtestwareTelemetryUrlStrings
Manifest
NoLicenseWildcardDependency
scanned 3 file(s), 2.63 MB of source, external domains: 127.0.0.1, ai-gateway.vercel.sh, ai-sdk.dev, api.anthropic.com, api.github.com, api.linear.app, api.openai.com, api.telegram.org, example.com, fonts.googleapis.com, json-schema.org, linear.app, react-grab.com, reactjs.org, slack.com, tailwindcss.com, vercel.com, www.w3.org

Source & flagged code

4 flagged · loading source
package.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 unpkg
bin/linear-grab-bridge.mjsView file
matchType = previous_version_dangerous_delta matchedPackage = linear-grab@0.19.1 matchedIdentity = npm:bGluZWFyLWdyYWI:0.19.1 similarity = 0.667 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

bin/linear-grab-bridge.mjsView on unpkg
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()), ... L83: try { L84: const items = JSON.parse(readFileSync(HISTORY_FILE, 'utf8'));
Low
Weak Crypto

Package source references weak cryptographic algorithms.

bin/linear-grab-bridge.mjsView on unpkg · L14

Findings

2 High6 Medium8 Low
HighInstall Time Lifecycle Scriptspackage.json
HighPrevious Version Dangerous Deltabin/linear-grab-bridge.mjs
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