Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

nextlevelbuilder/ui-ux-pro-max-skill
main @ bdf1179
2
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Code Injection: 1 prior fix. Scrutinize any change in this area.
.claude/skills/design-system/scripts/generate-slide.py: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Code Injection: Unvalidated user input was interpolated directly into a generated configuration file and passed to Node.js require(), permitting arbitrary package execution. Ensure all plugin names conform strictly to a rigid regex allowlist before generation.
Cross-Site Scripting (XSS): Insecure interpolation of variables into HTML structures and unvalidated URL schemes for call-to-action actions permitted XSS. Ensure all dynamic parameters are HTML-escaped and URL schemes are strictly validated (e.g., HTTP/HTTPS only).