Skip to main content

write-frontend-tests

Analyzes frontend changes and writes integration tests, ensuring robust coverage for updated components and pages.

Install this skill

or
93/100

Security score

The write-frontend-tests skill was audited on May 18, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26```bash
low line 193

External URL reference

SourceSKILL.md
193http.get("http://localhost:3000/api/proxy/api/v2/library/agents", () => {
low line 202

External URL reference

SourceSKILL.md
202Use the proxy URL pattern: `http://localhost:3000/api/proxy/api/v{version}/{path}` — this matches the MSW base URL configured in `orval.config.ts`.
Scanned on May 18, 2026
View Security Dashboard
Installation guide →