registry  /  mxcad-app  /  1.0.70

mxcad-app@1.0.70

[![npm version](https://badge.fury.io/js/mxcad-app.svg)](https://badge.fury.io/js/mxcad-app)

Static Scan Results

scanned 5d ago · by rust-scanner

Static analysis flagged 11 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
Filesystem
Supply chain
HighEntropyStrings
Manifest
NoLicense
scanned 35 file(s), 620 KB of source

Source & flagged code

6 flagged · loading source
package.jsonView file
scripts.postinstall = node postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
packToolPlugin/webpack/index.mjsView file
76Manifest entrypoint (manifest.exports) carries capability families absent from dist/build output: builtin-tampering L76: if (hasSetupMiddlewares) { L77: const context = compiler.options.context || process.cwd(); L78: const defaultPublicDir = path.join(context, "public", this.options.outputDir); ... L237: }; L238: //# sourceMappingURL=data:application/json;charset=utf-8;base64,[redacted]...
High
Entrypoint Build Divergence

Manifest entrypoint contains risky behavior absent from dist/build output.

packToolPlugin/webpack/index.mjsView on unpkg · L76
dist/index.cjs.gzView file
path = dist/index.cjs.gz kind = high_entropy_blob sizeBytes = 3141542 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

dist/index.cjs.gzView on unpkg
path = dist/index.cjs.gz kind = compressed_blob sizeBytes = 3141542 magicHex = [redacted]
Medium
Ships Compressed Blob

Package ships compressed or archive-like blobs.

dist/index.cjs.gzView on unpkg
dist/mxcadAppAssets/languages/test/messages/idMap.json.gzView file
path = [redacted].json.gz kind = payload_in_excluded_dir sizeBytes = 6067 magicHex = [redacted]
High
Payload In Excluded Dir

Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.

dist/mxcadAppAssets/languages/test/messages/idMap.json.gzView on unpkg

Findings

4 High3 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighEntrypoint Build DivergencepackToolPlugin/webpack/index.mjs
HighShips High Entropy Blobdist/index.cjs.gz
HighPayload In Excluded Dirdist/mxcadAppAssets/languages/test/messages/idMap.json.gz
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumShips Compressed Blobdist/index.cjs.gz
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License