Robotaxi Briefing

PassAudited by VirusTotal on May 13, 2026.

Overview

Type: OpenClaw Skill Name: robotaxi-briefing Version: 1.0.1 The skill is a legitimate automated news aggregator for the autonomous driving sector. It uses standard tools like curl for Reddit API access and URL resolution, and performs file operations (read/write/delete) strictly within its designated workspace directory (~/.openclaw/workspace-group/memory/) to manage report history and delta extraction. No indicators of data exfiltration, malicious execution, or unauthorized access were found in SKILL.md.

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.

What this means

The agent may contact Reddit, search providers, news sites, and resolved URLs while preparing the briefing.

Why it was flagged

The skill directs the agent to use external search and curl requests to gather and resolve public news URLs. This is expected for the stated briefing purpose, but it is still network/tool activity the user should be aware of.

Skill content
Use `web_search` to search for... Also search X/Twitter: `site:x.com` ... `curl -sIL -o /dev/null -w "%{url_effective}\\n" "URL"`
Recommendation

Use the skill only for public-source research, and review the cited links before relying on or redistributing the briefing.

What this means

Prior local report files and memory rules may affect what the agent treats as new or already covered, and matching old report files may be removed by the cleanup step.

Why it was flagged

The skill uses persistent local report files and references MEMORY.md rules to shape future output. This is aligned with delta tracking, but stored or externally maintained memory content can influence later briefings.

Skill content
Reports are stored in `~/.openclaw/workspace-group/memory/robotaxi_report_*.md` ... Save the new report ... Then DELETE any `robotaxi_report_*.md` files older than 24 hours ... All rules in MEMORY.md Section 8 ... apply
Recommendation

Keep unrelated files out of the robotaxi_report_*.md pattern, and ensure any MEMORY.md rules used by the agent are trusted and current.