registry  /  rea-agents  /  2.0.0

rea-agents@2.0.0

Reverse engineer anything from your terminal or agent with one CLI and MCP server.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 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
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 376 file(s), 2.30 MB of source, external domains: 127.0.0.1, app.example.test, rea.invalid, registry.npmjs.org, www.hopperapp.com

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/prepare-node-pty.mjs
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
dist/dotnet/ManagedMetadataHeaps.jsView file
24readUInt16() { L25: this.require(2); L26: const value = this.bytes.readUInt16LE(this.#offset);
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/dotnet/ManagedMetadataHeaps.jsView on unpkg · L24
81try { L82: return new TextDecoder("utf-8", { fatal: true }).decode(bytes.subarray(start, end)); L83: }
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/dotnet/ManagedMetadataHeaps.jsView on unpkg · L81
bridge/hopper_bridge.pyView file
path = bridge/hopper_bridge.py kind = build_helper sizeBytes = 38096 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

bridge/hopper_bridge.pyView on unpkg

Findings

1 High5 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumDynamic Requiredist/dotnet/ManagedMetadataHeaps.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperbridge/hopper_bridge.py
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/dotnet/ManagedMetadataHeaps.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings