registry  /  @evalguard/cli  /  3.3.1

@evalguard/cli@3.3.1

EvalGuard CLI - Run LLM evaluations and security scans from the command line

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 88 file(s), 773 KB of source, external domains: api.openai.com, cyclonedx.org, evalguard.ai, github.com, raw.githubusercontent.com, spdx.dev

Source & flagged code

5 flagged · loading source
dist/commands/__tests__/iac-scan.test.jsView file
35patternName = aws_access_key severity = critical line = 35 matchedText = fs.write...n");
Critical
Critical Secret

Package contains a critical-looking secret pattern.

dist/commands/__tests__/iac-scan.test.jsView on unpkg · L35
35patternName = aws_access_key severity = critical line = 35 matchedText = fs.write...n");
Critical
Secret Pattern

AWS access key ID in dist/commands/__tests__/iac-scan.test.js

dist/commands/__tests__/iac-scan.test.jsView on unpkg · L35
dist/commands/model-scan.jsView file
39{ pattern: "exec(", severity: "critical", desc: "Direct exec call in model data" }, L40: { pattern: "eval(", severity: "critical", desc: "Direct eval call in model data" }, L41: ];
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/commands/model-scan.jsView on unpkg · L39
dist/commands/infra.jsView file
98package = @evalguard/cli; repositoryIdentity = evalguard; dependency = @evalguard/core L98: } L99: const { runInfraScan, OsvClient } = await import("@evalguard/core"); L100: let result;
High
Copied Package Dependency Bridge

Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.

dist/commands/infra.jsView on unpkg · L98
dist/commands/__tests__/firewall-advanced-rails.test.jsView file
34patternName = private_key_rsa severity = critical line = 34 matchedText = const le...--";
Critical
Secret Pattern

RSA private key in dist/commands/__tests__/firewall-advanced-rails.test.js

dist/commands/__tests__/firewall-advanced-rails.test.jsView on unpkg · L34

Findings

3 Critical1 High3 Medium5 Low
CriticalCritical Secretdist/commands/__tests__/iac-scan.test.js
CriticalSecret Patterndist/commands/__tests__/firewall-advanced-rails.test.js
CriticalSecret Patterndist/commands/__tests__/iac-scan.test.js
HighCopied Package Dependency Bridgedist/commands/infra.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowEvaldist/commands/model-scan.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings