registry  /  fad-checker  /  2.4.2

fad-checker@2.4.2

Scan ALL Maven, Gradle, npm, Yarn, Composer, Python, C#/.NET, Go & Ruby dependencies — plus embedded JARs (fat-jars/war/ear) — in a source tree ONE SHOT without mvn/python/etc — CVE (EPSS/KEV-prioritised), EOL, obsolete, outdated & licenses, with SBOM/CSA

Static Scan Results

scanned 6d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 84 file(s), 709 KB of source, external domains: api.deps.dev, api.first.org, api.github.com, api.nuget.org, api.osv.dev, cwe.mitre.org, endoflife.date, github.com, hashlookup.circl.lu, json.schemastore.org, nexus.acme, npm.acme, nvd.nist.gov, osv-vulnerabilities.storage.googleapis.com, osv.dev, packagist.org, proxy.golang.org, pypi.org, raw.githubusercontent.com, registry.npmjs.org, repo1.maven.org, rubygems.org, search.maven.org, services.nvd.nist.gov, www.cisa.gov, www.w3.org

Source & flagged code

3 flagged · loading source
lib/codecs/binary/scan.jsView file
1/** L2: * lib/codecs/binary/scan.js — walk a source tree for committed NATIVE binaries
Low
Weak Crypto

Package source references weak cryptographic algorithms.

lib/codecs/binary/scan.jsView on unpkg · L1
lib/cve-download.jsView file
4* L5: * The bundle is ~500 MB+. We shell out to curl + unzip rather than L6: * bundling a zip library. The extracted JSON is deleted after the index ... L14: const os = require("os"); L15: const { execFile } = require("child_process"); L16: const { promisify } = require("util"); ... L20: L21: const CVE_DATA_DIR = path.join(os.homedir(), ".fad-checker", "cve-data"); L22: const CVE_INDEX_PATH = path.join(CVE_DATA_DIR, "maven-cve-index.json"); ... L261: try { L262: await execFileP(process.platform === "win32" ? "where" : "which", [name]); L263: return true;
High
Sandbox Evasion Gated Capability

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

lib/cve-download.jsView on unpkg · L4
completions/fad-checker.bashView file
path = completions/fad-checker.bash kind = build_helper sizeBytes = 1379 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

completions/fad-checker.bashView on unpkg

Findings

1 High4 Medium5 Low
HighSandbox Evasion Gated Capabilitylib/cve-download.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helpercompletions/fad-checker.bash
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptolib/codecs/binary/scan.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings