registry  /  @casomoltd/tooling  /  0.20.3

@casomoltd/tooling@0.20.3

Casomo's shared dev config: ESLint, Prettier, commitlint, knip & jscpd presets and dev CLIs (git hooks, readability, screenshots)

Static Scan Results

scanned 4h ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 11 file(s), 23.1 KB of source, external domains: cdn.jsdelivr.net

Source & flagged code

3 flagged · loading source
bin/utils.mjsView file
17if (!fs.existsSync(cfgPath)) return {}; L18: return import(pathToFileURL(cfgPath).href); L19: }
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/utils.mjsView on unpkg · L17
bin/render-report.mjsView file
20* L21: * Exit codes: L22: * 0 HTML written (and opened unless --no-open) ... L24: */ L25: import {spawn} from "node:child_process"; L26: import {existsSync, readFileSync, writeFileSync} from "node:fs"; ... L88: <script type="module"> L89: import { marked } from "https://cdn.jsdelivr.net/npm/marked/lib/marked.esm.js"; L90: import mermaid from "https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs"; ... L115: // xdg-mime default firefox_firefox.desktop text/html L116: const opener = process.platform === "darwin" ? "open" : "xdg-open"; L117: spawn(opener, [url], {detached: true, stdio: "ignore"}).unref();
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

bin/render-report.mjsView on unpkg · L20
bin/check-version.shView file
path = bin/check-version.sh kind = build_helper sizeBytes = 718 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

bin/check-version.shView on unpkg

Findings

1 High5 Medium4 Low
HighSandbox Evasion Gated Capabilitybin/render-report.mjs
MediumDynamic Requirebin/utils.mjs
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperbin/check-version.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowUrl Strings