testability-scoring
Evaluates web applications' testability using AI and Playwright, generating reports based on 10 intrinsic principles.
Install this skill
or
83/100
Security score
The testability-scoring skill was audited on Feb 28, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 121
Template literal with variable interpolation in command context
SourceSKILL.md
| 121 | ```yaml |
medium line 153
Template literal with variable interpolation in command context
SourceSKILL.md
| 153 | console.log(`Overall: ${results.overallScore}/100 (${results.grade})`); |
low line 31
External URL reference
SourceSKILL.md
| 31 | TEST_URL='https://example.com/' npx playwright test tests/testability-scoring/testability-scoring.spec.js --project=chromium --workers=1 |
low line 34
External URL reference
SourceSKILL.md
| 34 | .claude/skills/testability-scoring/scripts/run-assessment.sh https://example.com/ |
low line 138
External URL reference
SourceSKILL.md
| 138 | target: 'https://example.com', |
low line 152
External URL reference
SourceSKILL.md
| 152 | const results = await runTestabilityAssessment('https://example.com'); |
low line 164
External URL reference
SourceSKILL.md
| 164 | url: 'https://example.com', |
low line 171
External URL reference
SourceSKILL.md
| 171 | target: 'https://example.com', |
low line 321
External URL reference
SourceSKILL.md
| 321 | - Available at: https://www.satisfice.com/download/heuristics-of-software-testability |
Scanned on Feb 28, 2026
View Security Dashboard