registry  /  @bookedsolid/rea  /  0.51.0

@bookedsolid/rea@0.51.0

Agentic governance layer for Claude Code — policy enforcement, hook-based safety gates, audit logging, and Codex-integrated adversarial review for AI-assisted projects

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 139 file(s), 2.34 MB of source, external domains: 127.0.0.1, github.com, openrouter.ai

Source & flagged code

5 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.mjs
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.mjs
Medium
Ambiguous Install Lifecycle Script

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

package.jsonView on unpkg
scripts/lint-safe-regex.mjsView file
40L41: const redact = await import(redactModulePath); L42: const injection = await import(injectionModulePath);
Medium
Dynamic Require

Package source references dynamic require/import behavior.

scripts/lint-safe-regex.mjsView on unpkg · L40
hooks/delegation-capture.shView file
path = hooks/delegation-capture.sh kind = build_helper sizeBytes = 1669 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

hooks/delegation-capture.shView on unpkg
dist/cli/doctor.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @bookedsolid/rea@0.50.0 matchedIdentity = npm:QGJvb2tlZHNvbGlkL3JlYQ:0.50.0 similarity = 0.775 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/cli/doctor.jsView on unpkg

Findings

2 High6 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighPrevious Version Dangerous Deltadist/cli/doctor.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requirescripts/lint-safe-regex.mjs
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperhooks/delegation-capture.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings