registry  /  opencode-plugin-auto-maintain  /  0.6.50

opencode-plugin-auto-maintain@0.6.50

Gitee repo trigger plugin for opencode — event-driven triage, implement, review handlers

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 26 file(s), 100 KB of source, external domains: gitee.com

Source & flagged code

3 flagged · loading source
dist/qa.jsView file
1import { execFile } from "node:child_process"; L2: import { promises as fs } from "node:fs";
High
Child Process

Package source references child process execution.

dist/qa.jsView on unpkg · L1
14const args = parts.slice(1); L15: execFile(cmd, args, { cwd, timeout: 120_000, shell: true }, (err, stdout, stderr) => { L16: resolve({
High
Shell

Package source references shell execution.

dist/qa.jsView on unpkg · L14
1import { execFile } from "node:child_process"; L2: import { promises as fs } from "node:fs"; ... L4: const DEFAULT_COMMANDS = [ L5: "npx tsc --noEmit", L6: "npm run lint",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/qa.jsView on unpkg · L1

Findings

3 High3 Medium5 Low
HighChild Processdist/qa.js
HighShelldist/qa.js
HighRuntime Package Installdist/qa.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings