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 3, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 169

Access to .env file

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

Access to .env file

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

Access to .env file

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

External URL reference

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