Beat

Security checks across malware telemetry and agentic risk

Overview

Beat appears to be an offline local logging command-line tool with no credential or network behavior shown, but the visible code may not actually perform the advertised audio conversion or analysis.

This does not show malicious behavior, but treat it as a local activity logger unless you confirm a fuller Beat CLI is installed. Be careful with sensitive file names or metadata in commands, and review how the `beat` executable is installed before relying on it.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI09: Human-Agent Trust Exploitation
Low
What this means

A user or agent may assume audio files were converted or analyzed when the visible artifact mainly records the request.

Why it was flagged

The visible implementation for advertised commands such as convert records the input to a log rather than showing actual audio conversion or metadata analysis, so the capability description appears broader than the code shown.

Skill content
convert) ... echo "$ts|$input" >> "$DATA_DIR/convert.log" ... echo "  [Beat] convert: $input"
Recommendation

Verify actual outputs before relying on the tool for audio processing, and review any installed `beat` command separately if it differs from this script.

#
ASI06: Memory and Context Poisoning
Low
What this means

Information typed into Beat commands can remain on the local machine and later be searched or exported.

Why it was flagged

The skill persistently stores activity history, which may include file names, paths, or other user-provided command text.

Skill content
All data is stored locally at `~/.local/share/beat/`. Each action is logged with timestamps.
Recommendation

Avoid putting secrets or sensitive private details in command arguments, and periodically inspect or clear `~/.local/share/beat/` if needed.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

Users may need to manually determine what executable is actually being run as `beat`.

Why it was flagged

The skill documentation assumes a `beat` CLI exists and the manifest includes a script, but no install specification explains how that command is installed or pinned.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Only install or place the script on PATH from a trusted source, and review the script before making it executable.