beam
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill's primary function is to read local session transcripts from Claude Code (
/.claude/projects/) or Codex (/.codex/sessions/) and upload a redacted version to a remote Gateway endpoint. - Evidence: Found in the
publishfunction ofscripts/beamand therenderSessionfunction inscripts/beam-session.js. - [COMMAND_EXECUTION]: The script executes the
cloudflaredCLI tool to facilitate authentication and token retrieval for Cloudflare Access-protected endpoints. - Evidence: The
cloudflaredTokenfunction inscripts/beamusesexecFileSyncto callcloudflared access tokenandcloudflared access login. - [SAFE]: The skill includes extensive security-focused logic designed to prevent the accidental exposure of sensitive data. It uses a wide array of regular expressions to detect and redact API keys (e.g., OpenAI, Stripe, GitLab, GitHub), authorization headers, private keys, email addresses, and local system paths before any data is sent over the network.
- Evidence: The
redactandsanitizeVisibleTextfunctions inscripts/beam-session.jsimplement these safeguards.
Audit Metadata