Back to skill

Security audit

Regex Tester

Security checks for vulnerabilities and agentic risk

Overview

This is a small local regex-testing helper with no evidence of hidden data access, networking, persistence, or destructive behavior.

Install is reasonable for users who want a local command-line regex tester. Treat any text you paste into it like normal local command input, and be aware that extremely complex regexes or very large test strings can consume CPU because Python regex evaluation runs locally.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.