registry  /  @inference-gateway/adl-cli  /  0.45.0

@inference-gateway/adl-cli@0.45.0

Scaffold complete A2A (Agent-to-Agent) projects from YAML Agent Definition Language (ADL) manifests. Thin npm wrapper around the native adl binary.

Static Scan Results

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

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
bin/run.jsView file
8const path = require("path"); L9: const { spawnSync } = require("child_process"); L10:
High
Child Process

Package source references child process execution.

bin/run.jsView on unpkg · L8
bin/install.jsView file
10const path = require("path"); L11: const https = require("https"); L12: const crypto = require("crypto"); L13: const { spawnSync } = require("child_process"); L14: ... L17: const BASE_URL = L18: process.env.ADL_CLI_BASE_URL || L19: `https://github.com/${REPO}/releases/download/v${version}`;
High
Same File Env Network Execution

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

bin/install.jsView on unpkg · L10

Findings

3 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/run.js
HighSame File Env Network Executionbin/install.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings