Skip to main content

qa

Enables browser-based QA verification by automating user flows and interactions using Playwright for effective testing.

Install this skill

or
84/100

Security score

The qa skill was audited on Jun 12, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 176

Access to .env file

SourceSKILL.md
176Test credentials should come from `.env.example` or the campaign file.
medium line 177

Access to .env file

SourceSKILL.md
177NEVER read from `.env` (protected by the hook). Use test accounts only.
medium line 194

Access to .env file

SourceSKILL.md
194- Access .env files (uses .env.example or test credentials from campaign)
low line 102

External URL reference

SourceSKILL.md
102await page.goto('http://localhost:3000');
Scanned on Jun 12, 2026
View Security Dashboard
Installation guide →