Static Scan Results
scanned 14h ago · by rust-scannerStatic analysis flagged 7 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcebin/fluncle.mjsView file
76function supportsAnsi() {
L77: return process.stdout.isTTY;
L78: }
...
L109: if (!result.parsed) {
L110: const err = new Error(`MISSING_DATA: Cannot parse ${vaultPath} for an unknown reason`);
L111: err.code = "MISSING_DATA";
...
L143: }
L144: if (process.env.DOTENV_KEY && process.env.DOTENV_KEY.length > 0) {
L145: return process.env.DOTENV_KEY;
...
L194: } else {
L195: possibleVaultPath = path2.resolve(process.cwd(), ".env.vault");
L196: }
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
bin/fluncle.mjsView on unpkg · L76Findings
1 High3 Medium3 Low
HighSandbox Evasion Gated Capabilitybin/fluncle.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings