Static Scan Results
scanned 7d ago · by rust-scannerStatic analysis flagged 11 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
4 flagged · loading sourcedist/auditx.jsView file
19import { resolve } from "path";
L20: import { execSync } from "child_process";
L21:
High
826try {
L827: execSync("npx eslint --fix .", { cwd: targetDir, stdio: "inherit" });
L828: console.log(chalk3.green(" \u2713 eslint --fix applied"));
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/auditx.jsView on unpkg · L82619import { resolve } from "path";
L20: import { execSync } from "child_process";
L21:
...
L128: {
L129: exitCode: urgentCount > 0 ? 1 : 0,
L130: urgentCount,
...
L143: lines.push("");
L144: lines.push(`*Generated by [auditx](https://github.com/parth308/auditx) \xB7 MIT License*`);
L145: return lines.join("\n");
...
L356: import chalk2 from "chalk";
L357: var CONFIG_DIR = join(homedir(), ".auditx");
L358: var CONFIG_FILE = join(CONFIG_DIR, "config.json");
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/auditx.jsView on unpkg · L19dist/chunk-XGUZLLPZ.jsView file
973import { promisify as promisify9 } from "util";
L974: var execAsync = promisify9(exec);
L975: async function runCspell(targetDir, stagedFiles) {
High
Findings
3 High3 Medium5 Low
HighChild Processdist/auditx.js
HighShelldist/chunk-XGUZLLPZ.js
HighRuntime Package Installdist/auditx.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptodist/auditx.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings