registry  /  openspec-playwright  /  0.3.45

openspec-playwright@0.3.45

OpenSpec + Playwright E2E verification setup tool for Claude Code

Static Scan Results

scanned 4d ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 28 file(s), 190 KB of source

Source & flagged code

3 flagged · loading source
dist/utils/mcp-tools.jsView file
5*/ L6: import { execSync } from 'child_process'; L7: import { existsSync, readFileSync, writeFileSync } from 'fs';
High
Child Process

Package source references child process execution.

dist/utils/mcp-tools.jsView on unpkg · L5
dist/commands/mcpSync.jsView file
74} L75: const execAsync = promisify(exec); L76: /** Extract a .tgz tarball to a destination directory (cross-platform) */
High
Shell

Package source references shell execution.

dist/commands/mcpSync.jsView on unpkg · L74
dist/commands/audit.jsView file
163try { L164: const result = execFileSync("npx", ["openspec", "list", "--json"], { shell: needsShell, L165: cwd: projectRoot,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/audit.jsView on unpkg · L163

Findings

3 High3 Medium4 Low
HighChild Processdist/utils/mcp-tools.js
HighShelldist/commands/mcpSync.js
HighRuntime Package Installdist/commands/audit.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings