Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 9 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcescripts/lib/external.mjsView file
1// scripts/lib/external.mjs
L2: import { execFileSync } from 'node:child_process';
L3: import fs from 'node:fs';
...
L9: // `git` est un vrai .exe : inchangé sur toutes les plateformes.
L10: export function buildRunCommand(cmd, platform = process.platform) {
L11: if (platform === 'win32' && cmd === 'npx') return { cmd: 'npx.cmd', options: { shell: true } };
...
L35: export function installCaveman(run = defaultRun) {
L36: run('bash', ['-lc', 'curl -fsSL https://raw.githubusercontent.[redacted].sh | bash']);
L37: }
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
scripts/lib/external.mjsView on unpkg · L1scripts/download-ai-context.shView file
•path = scripts/download-ai-context.sh
kind = build_helper
sizeBytes = 2581
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/download-ai-context.shView on unpkgscripts/lib/pre-commit-secrets.test.mjsView file
22patternName = private_key_rsa
severity = critical
line = 22
matchedText = '-----BE...--',
Critical
Secret Pattern
RSA private key in scripts/lib/pre-commit-secrets.test.mjs
scripts/lib/pre-commit-secrets.test.mjsView on unpkg · L22Findings
1 Critical1 High3 Medium4 Low
CriticalSecret Patternscripts/lib/pre-commit-secrets.test.mjs
HighSandbox Evasion Gated Capabilityscripts/lib/external.mjs
MediumEnvironment Vars
MediumShips Build Helperscripts/download-ai-context.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings