registry  /  hazo_collab_forms  /  6.30.0

hazo_collab_forms@6.30.0

Collaboration form elements

Static Scan Results

scanned 6d ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 363 file(s), 2.13 MB of source, external domains: accounts.google.com, sheets.googleapis.com, www.googleapis.com, www.w3.org

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node dist/bin/postinstall.js 2>/dev/null || true
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node dist/bin/postinstall.js 2>/dev/null || true
Medium
Ambiguous Install Lifecycle Script

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

package.jsonView on unpkg
dist/utils/formula.jsView file
38* Only supports: numbers, +, -, *, /, parentheses, whitespace, decimal points L39: * This avoids using eval() or new Function() for security L40: */
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/utils/formula.jsView on unpkg · L38
dist/utils/icon_loader.jsView file
83// Dynamic import of the icon set module L84: const module = await import(/* webpackIgnore: true */ module_path); L85: icon_module_cache[icon_set] = module;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/utils/icon_loader.jsView on unpkg · L83

Findings

1 High5 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requiredist/utils/icon_loader.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/utils/formula.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings