registry  /  @aware-aeco/cli  /  0.86.0

@aware-aeco/cli@0.86.0

AWARE CLI — open-source agentic substrate for AECO

Static Scan Results

scanned 3h 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
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 4.09 KB of source, external domains: github.com

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
scripts/bin/aware.jsView file
2const path = require('path'); L3: const { spawnSync } = require('child_process'); L4:
High
Child Process

Package source references child process execution.

scripts/bin/aware.jsView on unpkg · L2
scripts/postinstall.jsView file
3const path = require('path'); L4: const https = require('https'); L5: const { execSync } = require('child_process'); L6: ... L16: // Skip-download escape hatch — for environments without network (corp networks, CI sandboxes) L17: if (process.env.AWARE_NPM_SKIP_DOWNLOAD === '1') { L18: console.log('[aware-npm] AWARE_NPM_SKIP_DOWNLOAD=1 — skipping binary download.');
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

scripts/postinstall.jsView on unpkg · L3

Findings

3 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processscripts/bin/aware.js
HighSame File Env Network Executionscripts/postinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings