Skip to main content

analyzing-test-effectiveness

Audits test quality with SRE scrutiny, identifying weaknesses and creating improvement tasks for effective testing.

Install this skill

or
91/100

Security score

The analyzing-test-effectiveness skill was audited on Feb 9, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 249

Fetch to external URL

SourceSKILL.md
249const result = await fetch('/api/users');
low line 1080

External URL reference

SourceSKILL.md
1080- Java: [Pitest](https://pitest.org/) (`mvn org.pitest:pitest-maven:mutationCoverage`)
low line 1081

External URL reference

SourceSKILL.md
1081- JS/TS: [Stryker](https://stryker-mutator.io/) (`npx stryker run`)
low line 1088

External URL reference

SourceSKILL.md
1088- [Google Testing Blog: Code Coverage Best Practices](https://testing.googleblog.com/2020/08/code-coverage-best-practices.html)
low line 1089

External URL reference

SourceSKILL.md
1089- [Software Testing Anti-patterns](https://blog.codepipes.com/testing/software-testing-antipatterns.html)
low line 1090

External URL reference

SourceSKILL.md
1090- [Tautological Tests](https://randycoulman.com/blog/2016/12/20/tautological-tests/)
low line 1091

External URL reference

SourceSKILL.md
1091- [Mutation Testing Guide](https://mastersoftwaretesting.com/testing-fundamentals/types-of-testing/mutation-testing)
low line 1092

External URL reference

SourceSKILL.md
1092- [Codecov: Beyond Coverage Metrics](https://about.codecov.io/blog/measuring-the-effectiveness-of-test-suites-beyond-code-coverage-metrics/)
low line 1093

External URL reference

SourceSKILL.md
1093- [Google SRE: Testing Reliability](https://sre.google/sre-book/testing-reliability/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →