registry  /  robotrock  /  1.3.0

robotrock@1.3.0

Human-in-the-loop approval workflows for AI agents

Static Scan Results

scanned 5h ago · by rust-scanner

Static analysis flagged 6 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
ChildProcessCryptoEnvironmentVarsNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 21 file(s), 1006 KB of source, external domains: api.robotrock.io, app.robotrock.io, robotrock.io

Source & flagged code

1 flagged · loading source
dist/trigger/index.jsView file
49id: handled.actionId, L50: data: handled.data L51: }, ... L165: } L166: const env = process.env.ROBOTROCK_OTEL_RECORD_HANDLED; L167: return env === "true" || env === "1"; ... L341: } L342: var PUBLIC_HTTP_URL_ERROR = "URL must be a public http:// or https:// address"; L343: var HANDLER_URL_ERROR = "Handler URL must be a public or loopback http:// or https:// address"; ... L989: const contentType = response.headers.get("content-type") ?? ""; L990: const bodyText = await response.text(); L991: if (!bodyText) {
High
Cloud Metadata Access

Source reaches cloud instance metadata or link-local credential endpoints.

dist/trigger/index.jsView on unpkg · L49

Findings

1 High2 Medium3 Low
HighCloud Metadata Accessdist/trigger/index.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowHigh Entropy Strings
LowUrl Strings