registry  /  @casemark/linc  /  0.79.4

@casemark/linc@0.79.4

Legal AI terminal agent powered by case.dev

Static Scan Results

scanned 10h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 269 file(s), 2.32 MB of source, external domains: 127.0.0.1, api.anthropic.com, api.case.dev, api.github.com, claude.ai, cli.github.com, cloud.gitlab.com, console.anthropic.com, distro.ibiblio.org, git-scm.com, github.com, gitlab.com, mariozechner.at, mistral.ai, pi.dev

Source & flagged code

7 flagged · loading source
dist/core/exec.jsView file
3*/ L4: import { spawn } from "node:child_process"; L5: import { waitForChildProcess } from "../utils/child-process.js";
High
Child Process

Package source references child process execution.

dist/core/exec.jsView on unpkg · L3
dist/utils/tools-manager.jsView file
186const script = "& { param($archive, $destination) $ErrorActionPreference = 'Stop'; Expand-Archive -LiteralPath $archive -DestinationPath $destination -Force }"; L187: const powershellFailure = runExtractionCommand("powershell.exe", [ L188: "-NoLogo",
High
Shell

Package source references shell execution.

dist/utils/tools-manager.jsView on unpkg · L186
examples/extensions/doom-overlay/doom-engine.tsView file
64const nativeRequire = createRequire(doomJsPath); L65: const moduleFunc = new Function("module", "exports", "__dirname", "__filename", "require", doomJsCode); L66: moduleFunc(moduleExports, moduleExports.exports, buildDir, doomJsPath, nativeRequire);
Low
Eval

Package source references a known benign dynamic code generation pattern.

examples/extensions/doom-overlay/doom-engine.tsView on unpkg · L64
dist/core/extensions/loader.jsView file
46}; L47: const require = createRequire(import.meta.url); L48: /**
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/core/extensions/loader.jsView on unpkg · L46
scripts/dark-linc.mjsView file
18if (!existsSync(command) || !existsSync(cliPath)) { L19: console.error("dark-linc requires a built package or repo dependencies. Run npm install and npm run build."); L20: process.exit(1); ... L22: L23: const result = spawnSync(command, [cliPath, ...process.argv.slice(2)], { L24: cwd: process.cwd(),
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/dark-linc.mjsView on unpkg · L18
examples/extensions/doom-overlay/doom/build/doom.wasmView file
path = examples/extensions/doom-overlay/doom/build/doom.wasm kind = wasm_module sizeBytes = 380169 magicHex = [redacted]
Medium
Ships Wasm Module

Package ships WebAssembly modules.

examples/extensions/doom-overlay/doom/build/doom.wasmView on unpkg
examples/extensions/doom-overlay/doom/build.shView file
path = examples/extensions/doom-overlay/doom/build.sh kind = build_helper sizeBytes = 3366 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

examples/extensions/doom-overlay/doom/build.shView on unpkg

Findings

3 High6 Medium6 Low
HighChild Processdist/core/exec.js
HighShelldist/utils/tools-manager.js
HighRuntime Package Installscripts/dark-linc.mjs
MediumDynamic Requiredist/core/extensions/loader.js
MediumNetwork
MediumEnvironment Vars
MediumShips Wasm Moduleexamples/extensions/doom-overlay/doom/build/doom.wasm
MediumShips Build Helperexamples/extensions/doom-overlay/doom/build.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvalexamples/extensions/doom-overlay/doom-engine.ts
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings