Skip to main content

wstg-clnt-12

Tests browser storage security to identify vulnerabilities in client-side data management and ensure sensitive information is protected.

Install this skill

or
62/100

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

medium line 55

Template literal with variable interpolation in command context

SourceSKILL.md
55console.log(`${key}: ${value.substring(0, 100)}...`)
medium line 63

Template literal with variable interpolation in command context

SourceSKILL.md
63console.log(`${key}: ${value.substring(0, 100)}...`)
medium line 75

Template literal with variable interpolation in command context

SourceSKILL.md
75dbs.forEach((db) => console.log(`Database: ${db.name}`))
medium line 326

Template literal with variable interpolation in command context

SourceSKILL.md
326console.log(`\n=== Database: ${dbInfo.name} ===`)
medium line 342

Template literal with variable interpolation in command context

SourceSKILL.md
342console.log(`\nStore: ${storeName}`)
medium line 349

Template literal with variable interpolation in command context

SourceSKILL.md
349console.log(`[!] Potential sensitive data in record ${i}`)
medium line 478

Template literal with variable interpolation in command context

SourceSKILL.md
478document.cookie = `${name}=;expires=Thu, 01 Jan 1970 00:00:00 GMT;path=/`;
low line 314

External URL reference

SourceSKILL.md
314tester = BrowserStorageTester("https://target.com")
low line 365

External URL reference

SourceSKILL.md
365TARGET="https://target.com"
low line 513

External URL reference

SourceSKILL.md
513- [OWASP Testing Guide - Browser Storage](https://owasp.org/www-project-web-security-testing-guide/)
Scanned on May 24, 2026
View Security Dashboard
Installation guide →
GitHub Stars 283
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
CyberStrikeus/CyberStrike