registry  /  godpowers  /  5.2.0

godpowers@5.2.0

⚠ Under review

AI-powered development system: 122 slash commands and 40 specialist agents that take a project from raw idea to hardened production, then run it as an autonomous loop. Runs inside Claude Code, Codex, Cursor, Windsurf, Gemini, and 10+ other AI coding tools

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis flagged 13 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 97 file(s), 835 KB of source, external domains: getdesign.md, github.com, godpowers.dev, raw.githubusercontent.com

Source & flagged code

4 flagged · loading source
lib/package-legitimacy.jsView file
1const { execFileSync } = require('child_process'); L2:
High
Child Process

Package source references child process execution.

lib/package-legitimacy.jsView on unpkg · L1
lib/skillui-bridge.jsView file
95error: 'not-installed', L96: installInstructions: 'npm install -g skillui' L97: }); ... L109: L110: const proc = spawn('npx', args, { L111: cwd: projectRoot,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

lib/skillui-bridge.jsView on unpkg · L95
hooks/pre-tool-use.shView file
path = hooks/pre-tool-use.sh kind = build_helper sizeBytes = 2440 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

hooks/pre-tool-use.shView on unpkg
lib/have-nots-validator.jsView file
matchType = previous_version_dangerous_delta matchedPackage = godpowers@5.0.0 matchedIdentity = npm:Z29kcG93ZXJz:5.0.0 similarity = 0.979 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.

lib/have-nots-validator.jsView on unpkg

Findings

1 Critical3 High4 Medium5 Low
CriticalPrevious Version Dangerous Deltalib/have-nots-validator.js
HighChild Processlib/package-legitimacy.js
HighShell
HighRuntime Package Installlib/skillui-bridge.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperhooks/pre-tool-use.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings