Static Scan Results
scanned 2h 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
DynamicRequireEnvironmentVarsFilesystem
HighEntropyStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/services/database.jsView file
120patternName = generic_password
severity = medium
line = 120
matchedText = passwo...
Medium
Secret Pattern
Package contains a possible secret pattern.
dist/services/database.jsView on unpkg · L120dist/cli/cleanupExpiredData.jsView file
32if (!existsSync(fullSchemaPath)) return;
L33: return await import(fullSchemaPath);
L34: }
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/cli/cleanupExpiredData.jsView on unpkg · L32Findings
3 Medium5 Low
MediumSecret Patterndist/services/database.js
MediumDynamic Requiredist/cli/cleanupExpiredData.js
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License