registry  /  @wrongstack/plugins  /  0.281.0

@wrongstack/plugins@0.281.0

Official WrongStack plugin collection — auto-doc, git-autocommit, shell-check, cost-tracker, file-watcher, cron, template-engine, semver-bump, secret-scanner, todo-tracker, token-budget, lint-gate, branch-guard, diff-summary, commit-validator, format-on-s

Static Scan Results

scanned 2d 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 37 file(s), 729 KB of source, external domains: keepachangelog.com

Source & flagged code

2 flagged · loading source
dist/format-on-save.jsView file
1import { execSync } 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
39try { L40: execSync(`npx biome format --write "${filePath}"`, { L41: encoding: "utf-8",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

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

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