registry  /  @wrongstack/plugins  /  0.282.0

@wrongstack/plugins@0.282.0

Official WrongStack plugin collection — 62 focused, single-purpose plugins for code quality, security, observability, planning, and agent coordination

Static Scan Results

scanned 1d 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
ChildProcessCryptoFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 64 file(s), 1.32 MB of source, external domains: keepachangelog.com

Source & flagged code

2 flagged · loading source
dist/format-on-save.jsView file
1import { execSync, execFileSync } from 'child_process'; L2: import { existsSync, statSync } from 'fs';
High
Child Process

Package source references child process execution.

dist/format-on-save.jsView on unpkg · L1
65try { L66: execFileSync("npx", ["biome", "format", "--write", filePath], { L67: encoding: "utf-8",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/format-on-save.jsView on unpkg · L65

Findings

3 High2 Medium4 Low
HighChild Processdist/format-on-save.js
HighShell
HighRuntime Package Installdist/format-on-save.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings