registry  /  @code-abyss/cli  /  0.5.30

@code-abyss/cli@0.5.30

abyss — the code graph your agent checks before it edits. npm wrapper that downloads the prebuilt binary.

Static Scan Results

scanned 2h 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), 3.11 KB of source, external domains: github.com, raw.githubusercontent.com

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
8const path = require("path"); L9: const { execFileSync } = require("child_process"); L10: L11: const VERSION = require("./package.json").version; L12: const REPO = "telagod/abyss"; ... L14: function target() { L15: const arch = { x64: "x86_64", arm64: "aarch64" }[process.arch]; L16: if (!arch) return null; ... L34: return path.join( L35: __dirname, L36: "bin", ... L45: `[abyss] unsupported platform: ${process.platform}/${process.arch} — ` +
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 · L8
8const path = require("path"); L9: const { execFileSync } = require("child_process"); L10: L11: const VERSION = require("./package.json").version; L12: const REPO = "telagod/abyss"; ... L14: function target() { L15: const arch = { x64: "x86_64", arm64: "aarch64" }[process.arch]; L16: if (!arch) return null; ... L34: return path.join( L35: __dirname, L36: "bin", ... L45: `[abyss] unsupported platform: ${process.platform}/${process.arch} — ` +
High
Install Named Payload File

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

install.jsView on unpkg · L8

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