Regex Patterns

Security checks across malware telemetry and agentic risk

Overview

This is a coherent regex reference skill with purpose-aligned examples and no evidence of hidden code, credentials, persistence, or data exfiltration.

This skill appears safe as a regex reference. Before using its command examples, make sure file paths point only to files you intend to search, and review any refactoring or replacement operation before changing code.

VirusTotal

66/66 vendors flagged this skill as clean.

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.

#
ASI02: Tool Misuse and Exploitation
Info
What this means

If used directly, the examples may search local logs, source files, or text files chosen by the user or agent.

Why it was flagged

The skill provides local grep command examples for searching files. This is central to the stated regex purpose and is not hidden or destructive, but users should be aware it may inspect local project files when used.

Skill content
grep -rnP '(?:TODO|FIXME|HACK|XXX|WARN)(?:\([^)]+\))?:?\s+' src/
Recommendation

Use the examples only on intended files and review any search-and-replace actions before applying them.