registry  /  tp-react-elements  /  3.0.0

tp-react-elements@3.0.0

React form components library built with React Hook Form and Yup

Static Scan Results

scanned 3h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 414 file(s), 373 KB of source, external domains: www.w3.org

Source & flagged code

3 flagged · loading source
scripts/install-deps.jsView file
10L11: import { execSync } from 'child_process'; L12: import { readFileSync } from 'fs';
High
Child Process

Package source references child process execution.

scripts/install-deps.jsView on unpkg · L10
103// Use --save-exact to pin exactly L104: const installCommand = `npm install --save-exact ${toInstall.join(' ')}`; L105: execSync(installCommand, { stdio: 'inherit' }); L106: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/install-deps.jsView on unpkg · L103
dist/assets/icons/flaticon_hvc.woff2View file
path = dist/assets/icons/flaticon_hvc.woff2 kind = high_entropy_blob sizeBytes = 7572 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

dist/assets/icons/flaticon_hvc.woff2View on unpkg

Findings

4 High1 Medium5 Low
HighChild Processscripts/install-deps.js
HighShell
HighRuntime Package Installscripts/install-deps.js
HighShips High Entropy Blobdist/assets/icons/flaticon_hvc.woff2
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings