Static Scan Results
scanned 12d ago · by rust-scannerStatic analysis flagged 10 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
DynamicRequireEvalFilesystemNetwork
HighEntropyStringsUrlStrings
Oversized source lightweight scan
dist/es6/lib/docs.js15.3 MB file, sampled 256 KB
HighEntropyStringsUrlStringsdeveloper.mozilla.orgemotion.shesbuild.github.iogithub.comreactjs.orgwww.typescriptlang.org
Source & flagged code
4 flagged · loading sourcedist/mdx/preview-react/_examples/mdx/examples/TextInputWithReactHookForm.tsxView file
84patternName = generic_password
severity = medium
line = 84
matchedText = password...az',
Medium
Secret Pattern
Package contains a possible secret pattern.
dist/mdx/preview-react/_examples/mdx/examples/TextInputWithReactHookForm.tsxView on unpkg · L84dist/es6/utils/parseSpecFile.jsView file
6* transpiler, setting up custom `describe`, `it`, `beforeEach`, etc functions and runs the file
L7: * contents through `eval()` with those custom functions to extract out a JSON object representing
L8: * the structure of a Spec file. We use `eval` instead of an AST parser to handle meta coding like
Low
Eval
Package source references a known benign dynamic code generation pattern.
dist/es6/utils/parseSpecFile.jsView on unpkg · L6dist/es6/lib/Specifications.jsView file
11if (file && !initialSpecs) {
L12: import(/* @vite-ignore */ file).then(({ default: contents }) => {
L13: setSpecs(contents);
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/es6/lib/Specifications.jsView on unpkg · L11dist/es6/lib/docs.jsView file
•path = dist/es6/lib/docs.js
kind = oversized_source_file
sizeBytes = 16058520
magicHex = [redacted]
High
Oversized Source File
Package contains source files above the static scanner size ceiling.
dist/es6/lib/docs.jsView on unpkgFindings
1 High4 Medium5 Low
HighOversized Source Filedist/es6/lib/docs.js
MediumSecret Patterndist/mdx/preview-react/_examples/mdx/examples/TextInputWithReactHookForm.tsx
MediumDynamic Requiredist/es6/lib/Specifications.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowEvaldist/es6/utils/parseSpecFile.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings