Skip to main content

k6-load-testing

Enables comprehensive load testing for APIs and browsers, helping to analyze performance and integrate with CI/CD pipelines.

Install this skill

or
36/100

Security score

The k6-load-testing skill was audited on May 15, 2026 and we found 28 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 183

Template literal with variable interpolation in command context

SourceSKILL.md
183'Authorization': `Bearer ${token}`,
medium line 209

Template literal with variable interpolation in command context

SourceSKILL.md
209const res = http.get(`https://api.example.com/users/${username}`);
medium line 244

Template literal with variable interpolation in command context

SourceSKILL.md
244console.log(`Page title: ${title}`);
medium line 278

Template literal with variable interpolation in command context

SourceSKILL.md
278console.log(`Received: ${data}`);
medium line 345

Template literal with variable interpolation in command context

SourceSKILL.md
345const res = http.get(`https://api.example.com/products/${product.id}`);
medium line 441

Template literal with variable interpolation in command context

SourceSKILL.md
441```yaml
medium line 577

Template literal with variable interpolation in command context

SourceSKILL.md
577const headers = { 'Authorization': `Bearer ${token}` };
medium line 46

Access to system keychain/keyring

SourceSKILL.md
46sudo gpg --no-default-keyring --keyring /usr/share/keyrings/k6-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C5AD17C747E3415A3642D57D77C6C491D6AC1D69
medium line 47

Access to system keychain/keyring

SourceSKILL.md
47echo "deb [signed-by=/usr/share/keyrings/k6-archive-keyring.gpg] https://dl.k6.io/deb stable main" | sudo tee /etc/apt/sources.list.d/k6.list
low line 47

External URL reference

SourceSKILL.md
47echo "deb [signed-by=/usr/share/keyrings/k6-archive-keyring.gpg] https://dl.k6.io/deb stable main" | sudo tee /etc/apt/sources.list.d/k6.list
low line 65

External URL reference

SourceSKILL.md
65const res = http.get('https://httpbin.test.k6.io/get');
low line 140

External URL reference

SourceSKILL.md
140const getRes = http.get('https://api.example.com/users');
low line 148

External URL reference

SourceSKILL.md
148const postRes = http.post('https://api.example.com/users',
low line 175

External URL reference

SourceSKILL.md
175const loginRes = http.post('https://api.example.com/login',
low line 187

External URL reference

SourceSKILL.md
187const profileRes = http.get('https://api.example.com/profile', {
low line 209

External URL reference

SourceSKILL.md
209const res = http.get(`https://api.example.com/users/${username}`);
low line 241

External URL reference

SourceSKILL.md
241await page.goto('https://example.com');
low line 323

External URL reference

SourceSKILL.md
323const res = http.post('https://api.example.com/login',
low line 345

External URL reference

SourceSKILL.md
345const res = http.get(`https://api.example.com/products/${product.id}`);
low line 414

External URL reference

SourceSKILL.md
414const res = http.get('https://api.example.com/data');
low line 429

External URL reference

SourceSKILL.md
429const taggedRes = http.get('https://api.example.com/users', {
low line 508

External URL reference

SourceSKILL.md
508k6 run --out influxdb=http://localhost:8086/k6 load-test.js
low line 546

External URL reference

SourceSKILL.md
546const res = http.get('https://api.example.com/users');
low line 571

External URL reference

SourceSKILL.md
571const loginRes = http.post('https://api.example.com/login',
low line 578

External URL reference

SourceSKILL.md
578const res = http.get('https://api.example.com/profile', { headers });
low line 624

External URL reference

SourceSKILL.md
624- [k6 Documentation](https://k6.io/docs/)
low line 626

External URL reference

SourceSKILL.md
626- [k6 Load Testing Guides](https://k6.io/guides/)
low line 627

External URL reference

SourceSKILL.md
627- [k6 Cloud](https://k6.io/cloud/)
Scanned on May 15, 2026
View Security Dashboard
Installation guide →