registry  /  @wpro-eng/opencode-config  /  1.22.0

@wpro-eng/opencode-config@1.22.0

Wpromote OpenCode plugin to sync team config assets on startup

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsEvalFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 5 file(s), 475 KB of source, external domains: github.com

Source & flagged code

3 flagged · loading source
dist/index.jsView file
179/*! L180: * is-extendable <https://github.com/jonschlinkert/is-extendable> L181: * ... L313: function createSection() { L314: return { key: "", data: "", content: "" }; L315: } ... L761: continue; L762: if (!isHexCode(data.charCodeAt(index))) L763: return false; ... L1378: if (ast.body[0].expression.body.type === "BlockStatement") { L1379: return new Function(params, source.slice(body[0] + 1, body[1] - 1)); L1380: }
High
Obfuscated Payload Loader

Source contains an obfuscator-style string-array loader that reconstructs and executes hidden code.

dist/index.jsView on unpkg · L179
1378if (ast.body[0].expression.body.type === "BlockStatement") { L1379: return new Function(params, source.slice(body[0] + 1, body[1] - 1)); L1380: }
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/index.jsView on unpkg · L1378
skill/terraform-search-import/scripts/list_resources.shView file
path = skill/terraform-search-import/scripts/list_resources.sh kind = build_helper sizeBytes = 1287 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

skill/terraform-search-import/scripts/list_resources.shView on unpkg

Findings

1 High3 Medium7 Low
HighObfuscated Payload Loaderdist/index.js
MediumEnvironment Vars
MediumShips Build Helperskill/terraform-search-import/scripts/list_resources.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License