Filter

PassAudited by ClawScan on May 1, 2026.

Overview

This skill coherently creates user-provided filter rules and saves them locally; the main thing to notice is that those rules persist for future OpenClaw workflows.

This appears safe for its stated purpose. Before installing, be aware that filter criteria are saved locally and marked active; review or delete the local rules file if rules become outdated or if you accidentally save sensitive terms.

Findings (1)

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

Saved rules could continue shaping future filtering behavior until the user edits or removes them.

Why it was flagged

The skill persistently stores user-supplied filter criteria in the OpenClaw memory area, so future workflows may reuse these saved rules.

Skill content
FILTER_DIR = os.path.expanduser("~/.openclaw/workspace/memory/filter") ... data["rules"].append(filter_rule) ... save_rules(data)
Recommendation

Only save criteria you intend to reuse, avoid putting secrets in filter criteria, and periodically review rules.json for stale or unwanted rules.