wstg-clnt-12
Tests browser storage security to identify vulnerabilities in client-side data management and ensure sensitive information is protected.
Install this skill
Security score
The wstg-clnt-12 skill was audited on May 24, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 55 | console.log(`${key}: ${value.substring(0, 100)}...`) |
Template literal with variable interpolation in command context
| 63 | console.log(`${key}: ${value.substring(0, 100)}...`) |
Template literal with variable interpolation in command context
| 75 | dbs.forEach((db) => console.log(`Database: ${db.name}`)) |
Template literal with variable interpolation in command context
| 326 | console.log(`\n=== Database: ${dbInfo.name} ===`) |
Template literal with variable interpolation in command context
| 342 | console.log(`\nStore: ${storeName}`) |
Template literal with variable interpolation in command context
| 349 | console.log(`[!] Potential sensitive data in record ${i}`) |
Template literal with variable interpolation in command context
| 478 | document.cookie = `${name}=;expires=Thu, 01 Jan 1970 00:00:00 GMT;path=/`; |
External URL reference
| 314 | tester = BrowserStorageTester("https://target.com") |
External URL reference
| 365 | TARGET="https://target.com" |
External URL reference
| 513 | - [OWASP Testing Guide - Browser Storage](https://owasp.org/www-project-web-security-testing-guide/) |