Skip to main content

testing-performance

Enables performance testing with tools like k6, Locust, and JMeter to assess application load, stress, and latency metrics.

Install this skill

or
97/100

Security score

The testing-performance skill was audited on Mar 1, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 39

External URL reference

SourceSKILL.md
39export default function() { http.get('https://api.example.com'); }
low line 41

External URL reference

SourceSKILL.md
41For Locust, start with: `locust -f locustfile.py --host https://api.example.com --users 100 --spawn-rate 10` (100 users, 10 per second). Locustfile snippet:
low line 58

External URL reference

SourceSKILL.md
582. For simulating user logins with Locust: Create a locustfile.py with tasks for login and browsing, then execute `locust -f locustfile.py --host https://app.example.com --users 200 --run-time 10m`. M
Scanned on Mar 1, 2026
View Security Dashboard