registry  /  @creatornader/agent-bridge  /  0.3.1

@creatornader/agent-bridge@0.3.1

Durable, pull-first mailbox and work-delivery control plane for AI agents across runtimes, sessions, and machines.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 28 file(s), 689 KB of source, external domains: agent-bridge.dev, gateway.invalid, json-schema.org

Source & flagged code

1 flagged · loading source
dist/chunk-MBPZXTJA.jsView file
14import { L15: preparePrivateFileLocation, L16: preparePrivateSqliteLocation, ... L38: import { dirname, resolve } from "path"; L39: var MAGIC = Buffer.from("AGENT-BRIDGE-DR!", "ascii"); L40: var HEADER_BYTES = MAGIC.length + 2 + 4; ... L410: // src/postgres-native-dr.ts L411: import { spawn } from "child_process"; L412: import { createHash as createHash2, randomUUID } from "crypto"; ... L933: function resolvePostgresTool(tool, toolDirectory) { L934: const executable = process.platform === "win32" ? `${tool}.exe` : tool; L935: const candidates = toolDirectory ? [resolve2(toolDirectory, executable)] : (process.env.PATH ?? "").split(delimiter).filter(Boolean).map((directory) => resolve2(directory, executab...
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/chunk-MBPZXTJA.jsView on unpkg · L14

Findings

2 Medium5 Low
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowWeak Cryptodist/chunk-MBPZXTJA.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings