registry  /  @wrongstack/plugins  /  0.281.3

@wrongstack/plugins@0.281.3

⚠ Under review

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 10 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 37 file(s), 741 KB of source, external domains: keepachangelog.com

Source & flagged code

3 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
dist/index.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @wrongstack/plugins@0.281.0 matchedIdentity = npm:QHdyb25nc3RhY2svcGx1Z2lucw:0.281.0 similarity = 0.703 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/index.jsView on unpkg

Findings

1 Critical3 High2 Medium4 Low
CriticalPrevious Version Dangerous Deltadist/index.js
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