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.
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.
If used directly, the examples may search local logs, source files, or text files chosen by the user or agent.
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.
grep -rnP '(?:TODO|FIXME|HACK|XXX|WARN)(?:\([^)]+\))?:?\s+' src/
Use the examples only on intended files and review any search-and-replace actions before applying them.
