registry  /  @uzysjung/agent-harness  /  26.95.0

@uzysjung/agent-harness@26.95.0

Curate vetted AI-coding skills & plugins by your tech stack — install only what you need, across Claude Code, Codex, OpenCode & Antigravity

Static Scan Results

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

Source & flagged code

3 flagged · loading source
dist/index.jsView file
1387init_esm_shims(); L1388: import { spawnSync } from "child_process"; L1389: import { existsSync as existsSync6, readdirSync, readFileSync as readFileSync6 } from "fs";
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L1387
3453execute: () => { L3454: const r = spawn("claude", ["plugin", "uninstall", "--scope", "project", pluginId]); L3455: return r.status === 0 ? { ok: true } : { ok: false, message: (r.stderr || "").trim() }; ... L3461: return { L3462: label: `npx skills remove ${source}`, L3463: execute: () => {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L3453
scripts/prune-ecc.shView file
path = scripts/prune-ecc.sh kind = build_helper sizeBytes = 11869 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/prune-ecc.shView on unpkg

Findings

3 High3 Medium5 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumEnvironment Vars
MediumShips Build Helperscripts/prune-ecc.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings