registry  /  @jmylchreest/aide-plugin  /  0.1.4

@jmylchreest/aide-plugin@0.1.4

aide plugin for OpenCode and Codex CLI — multi-agent orchestration, memory, skills, and persistence

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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 69 file(s), 446 KB of source, external domains: api.anthropic.com, api.github.com, github.com, opencode.ai

Source & flagged code

2 flagged · loading source
bin/aide-wrapper.tsView file
18L19: import { execFileSync, spawnSync } from "child_process"; L20: import {
High
Child Process

Package source references child process execution.

bin/aide-wrapper.tsView on unpkg · L18
280if (!existsSync(nodeModules)) { L281: log("node_modules missing — running bun install to restore dependencies"); L282: try { L283: const result = spawnSync("bun", ["install", "--frozen-lockfile"], { L284: cwd: PLUGIN_ROOT,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/aide-wrapper.tsView on unpkg · L280

Findings

3 High3 Medium5 Low
HighChild Processbin/aide-wrapper.ts
HighShell
HighRuntime Package Installbin/aide-wrapper.ts
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings