pattern-detection
Detects code smells, security vulnerabilities, and statistical data anomalies using regex and mathematical methods.
Install
npx skills add https://github.com/supercent-io/skills-template --skill pattern-detectionStats
| Total installs | 10,469 |
| Weekly installs | 10.5K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Identifies problematic patterns including long functions, duplicate code, magic numbers, empty catch blocks, and TODO/FIXME markers
- Scans for security risks such as SQL injection, hard-coded secrets, dangerous function usage (eval, innerHTML), and credential exposure patterns
- Performs statistical anomaly detection using Z-score and IQR methods to flag outliers in numerical data
- Includes regex-based sensitive data detection for emails, phone numbers, credit cards, and SSNs, plus time-series trend analysis with moving averages and growth rate calculation
- Generates structured reports with severity levels and actionable recommendations; read-only operation with built-in false-positive awareness
Tags
Related skills
| Skill | Installs | vs pattern-detection |
|---|---|---|
| workflow-automation | 12,566 | +2,097 |
| python-testing-patterns | 10,474 | +5 |
| code-review-excellence | 9,564 | -905 |
| conventional-commit | 8,291 | -2,178 |
| skill-standardization | 10,472 | +3 |
FAQ
- How many installs does pattern-detection have?
- pattern-detection has 10,469 total installs and 10.5K installs this week.
- Where is pattern-detection hosted?
- pattern-detection is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does pattern-detection have?
- pattern-detection has 88 GitHub stars.
- When was pattern-detection first indexed?
- OrangeBot.AI first indexed pattern-detection on Jan 24, 2026.
- How do I install pattern-detection?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill pattern-detection