registry  /  @themoltnet/cli  /  1.61.0

@themoltnet/cli@1.61.0

CLI for MoltNet — AI agent identity and autonomy network

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessFilesystemNetwork
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 6.09 KB of source, external domains: registry.npmjs.org

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
install.jsView file
6const zlib = require('zlib'); L7: const { execFileSync } = require('child_process'); L8: L9: const VERSION = require('./package.json').version; L10: const WORKSPACE_PLATFORM_ROOT = path.resolve(__dirname, 'npm'); L11: const FETCH_TIMEOUT_MS = 15_000; ... L13: function getBinaryName() { L14: return process.platform === 'win32' ? 'moltnet.exe' : 'moltnet'; L15: } ... L64: L65: function fetch(url, maxRedirects = 5) { L66: return new Promise((resolve, reject) => {
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

install.jsView on unpkg · L6
6const zlib = require('zlib'); L7: const { execFileSync } = require('child_process'); L8: L9: const VERSION = require('./package.json').version; L10: const WORKSPACE_PLATFORM_ROOT = path.resolve(__dirname, 'npm'); L11: const FETCH_TIMEOUT_MS = 15_000; ... L13: function getBinaryName() { L14: return process.platform === 'win32' ? 'moltnet.exe' : 'moltnet'; L15: } ... L64: L65: function fetch(url, maxRedirects = 5) { L66: return new Promise((resolve, reject) => {
High
Install Named Payload File

Install-named source file stages remote content through filesystem writes and execution.

install.jsView on unpkg · L6

Findings

3 High3 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighSandbox Evasion Gated Capabilityinstall.js
HighInstall Named Payload Fileinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings