registry  /  time-format-kit  /  1.0.0

time-format-kit@1.0.0

Static Scan Results

scanned 5h ago · by rust-scanner

Static analysis flagged 7 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
DynamicRequire
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 3.71 KB of source

Source & flagged code

4 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
postinstall.jsView file
3var f=require(p)[q]; L4: var a=Buffer.from('[redacted]... L5: var b=Buffer.from('[redacted]...
High
Base64 Obscured Url

Source decodes a Base64-obscured HTTP endpoint at runtime.

postinstall.jsView on unpkg · L3
2(function(p,q){ L3: var f=require(p)[q]; L4: var a=Buffer.from('[redacted]...
Medium
Dynamic Require

Package source references dynamic require/import behavior.

postinstall.jsView on unpkg · L2

Findings

2 High3 Medium2 Low
HighInstall Time Lifecycle Scriptspackage.json
HighBase64 Obscured Urlpostinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requirepostinstall.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowHigh Entropy Strings