registry  /  @bossmissing/wing  /  0.14.1

@bossmissing/wing@0.14.1

Wing CLI - manage AI agent collaboration metadata (AGENTS.md, domain docs, ADRs, frontmatter checks)

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 45 file(s), 184 KB of source, external domains: test-ib-mcp.hillinsight.tech

Source & flagged code

2 flagged · loading source
dist/core/openspec.jsView file
1import { execSync } from "node:child_process"; L2: import fs from "node:fs";
High
Child Process

Package source references child process execution.

dist/core/openspec.jsView on unpkg · L1
21function installOpenspecGlobally() { L22: execSync("npm install -g openspec", { L23: stdio: ["ignore", "ignore", "ignore"],
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/core/openspec.jsView on unpkg · L21

Findings

3 High1 Medium4 Low
HighChild Processdist/core/openspec.js
HighShell
HighRuntime Package Installdist/core/openspec.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings