Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis flagged 8 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
ChildProcessDynamicRequireFilesystem
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcelib/index.jsView file
39const readline = __importStar(require("readline"));
L40: const child_process_1 = require("child_process");
L41: const USAGE = `
High
39const readline = __importStar(require("readline"));
L40: const child_process_1 = require("child_process");
L41: const USAGE = `
L42: Usage: npx create-slycode [directory]
L43:
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
lib/index.jsView on unpkg · L39bin/create-slycode.jsView file
11L12: const { main } = require('../lib/index');
L13: main(process.argv.slice(2)).catch((err) => {
Medium
Dynamic Require
Package source references dynamic require/import behavior.
bin/create-slycode.jsView on unpkg · L11Findings
2 High2 Medium4 Low
HighChild Processlib/index.js
HighRuntime Package Installlib/index.js
MediumDynamic Requirebin/create-slycode.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings