From frontend-craft
Reviews frontend security risks: XSS, CSRF, sensitive data, unsafe DOM APIs, authentication, CSP, file uploads, and third-party scripts. Outputs a graded security report with file-level findings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-craft:fec-security-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identify client-side security risks in front-end code and recommend actionable fixes.
Identify client-side security risks in front-end code and recommend actionable fixes.
dangerouslySetInnerHTML, v-html, innerHTML, document.write, dynamic script, unverified redirect, and plain text token.Output a CRITICAL/HIGH/MEDIUM/LOW graded security review report. Each issue is associated with a specific file and line number, and repair suggestions are given; the report is saved as reports/security-review-YYYY-MM-DD-HHmmss.md.
npx claudepluginhub bovinphang/frontend-craftImplements XSS prevention, CSP configuration, safe DOM manipulation, and client-side vulnerability fixes for secure frontend development.
Performs systematic security code review for vulnerabilities including injection, XSS, authentication, authorization, and cryptography issues. Reports only high-confidence exploitable findings after tracing data flow and checking framework protections.
Audits code for OWASP Top 10 vulnerabilities, authentication flaws, security headers, and code quality (DRY/SOLID). Triggers on security-related terms.