Static Scan Results
scanned 8d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 8 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
1 flagged · loading sourcedist/cli.mjsView file
994const localThemePath = path.join(options.docsRoot, "theme.ts");
L995: if (await exists(localThemePath)) return { light: validateTheme(await createJiti(pathToFileURL(options.cwd).href).import(localThemePath, { default: true }), localThemePath) };
L996: return {
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/cli.mjsView on unpkg · L994Findings
3 Medium5 Low
MediumDynamic Requiredist/cli.mjs
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License