Beeper
PassAudited by VirusTotal on May 13, 2026.
Overview
Type: OpenClaw Skill Name: beeper Version: 0.0.1 The skill is classified as benign. Its stated purpose is to provide read-only access to local Beeper chat history using the `beeper-cli` tool. The `SKILL.md` explicitly states 'Read-only: This tool never sends messages' and all commands shown are local executions. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent. The installation instructions are standard for Go projects, fetching from a specific GitHub repository (github.com/krausefx/beeper-cli).
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may read and summarize private Beeper conversations, including messages from connected services.
The skill intentionally retrieves local chat content into the agent context; this is purpose-aligned but can expose private conversations and any untrusted text contained in messages.
This skill provides **read-only access** to your local Beeper chat history. Browse threads, search messages, and extract conversation data.
Install only if you are comfortable letting the agent search your local Beeper history; use specific queries and avoid sharing retrieved chat output unless you have reviewed it.
The installed CLI behavior depends on the current upstream repository version at install time.
The install instruction fetches the latest version of an external Go CLI rather than a pinned version included in the artifact set.
go install github.com/krausefx/beeper-cli/cmd/beeper-cli@latest
Review the upstream repository and consider pinning a trusted version before installation.
