Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 9 finding(s) at 93.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.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcedist/commands/server.jsView file
141patternName = generic_password
severity = medium
line = 141
matchedText = url.pass...ed";
Medium
Secret Pattern
Package contains a possible secret pattern.
dist/commands/server.jsView on unpkg · L141dist/commands/harness.jsView file
714const specifier = stringFromModuleSpecifier(node.moduleSpecifier);
L715: if (specifier !== undefined && isUnsupportedHarnessImport(specifier)) {
L716: diagnostics.push(diagnosticAtNode(sourceFile, node.moduleSpecifier, {
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/commands/harness.jsView on unpkg · L714dist/index.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = @baochunli/flakes@0.0.18
matchedIdentity = npm:QGJhb2NodW5saS9mbGFrZXM:0.0.18
similarity = 0.674
summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/index.jsView on unpkgFindings
1 High4 Medium4 Low
HighPrevious Version Dangerous Deltadist/index.js
MediumSecret Patterndist/commands/server.js
MediumDynamic Requiredist/commands/harness.js
MediumNetwork
MediumEnvironment Vars
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License