registry  /  openwolf-enhanced  /  1.9.4

openwolf-enhanced@1.9.4

Token-conscious AI brain for Claude Code projects — enhanced fork with bounded storage, self-maintenance (openwolf doctor), .wolfignore scoping, and tunable retention.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 15 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsMinifiedUrlStrings
Manifest
CopyleftLicense
scanned 63 file(s), 1017 KB of source, external domains: 127.0.0.1, api.anthropic.com, bit.ly, openwolf.com, react.dev, redux-toolkit.js.org, redux.js.org, www.w3.org

Source & flagged code

6 flagged · loading source
package.jsonView file
scripts.postinstall = chmod +x dist/bin/openwolf.js 2>/dev/null || true
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = chmod +x dist/bin/openwolf.js 2>/dev/null || true
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
dist/src/cli/init.jsView file
3import { fileURLToPath } from "node:url"; L4: import { execFileSync } from "node:child_process"; L5: import { findProjectRoot } from "../scanner/project-root.js";
High
Child Process

Package source references child process execution.

dist/src/cli/init.jsView on unpkg · L3
dist/src/designqc/designqc-capture.jsView file
242cwd: projectRoot, L243: shell: true, L244: stdio: ["ignore", "pipe", "pipe"],
High
Shell

Package source references shell execution.

dist/src/designqc/designqc-capture.jsView on unpkg · L242
2import * as path from "node:path"; L3: import * as http from "node:http"; L4: import { execSync, spawn } from "node:child_process"; L5: export function findChromePath(configPath) { ... L9: const candidates = [ L10: path.join(process.env["PROGRAMFILES"] || "C:\\Program Files", "Google\\Chrome\\Application\\chrome.exe"), L11: path.join(process.env["PROGRAMFILES(X86)"] || "C:\\Program Files (x86)", "Google\\Chrome\\Application\\chrome.exe"),
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

dist/src/designqc/designqc-capture.jsView on unpkg · L2
dist/hooks/post-write.jsView file
194if (newImports > oldImports && Math.abs(newCount - oldCount) <= newImports - oldImports + 1) { L195: return `added ${newImports - oldImports} import(s)`; L196: }
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/hooks/post-write.jsView on unpkg · L194

Findings

4 High5 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/src/cli/init.js
HighShelldist/src/designqc/designqc-capture.js
HighSame File Env Network Executiondist/src/designqc/designqc-capture.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requiredist/hooks/post-write.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowCopyleft License