browser-session-rules
>-
Install this skill
or
99/100
Security score
The browser-session-rules skill was audited on Jul 29, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 60
Command substitution pattern
SourceSKILL.md
| 58 | $info = Invoke-RestMethod http://localhost:9222/json/version |
| 59 | if ($info.Browser -match 'Chrome') { |
| 60 | Write-Host "Browser: $($info.Browser)" |
| 61 | } |
| 62 | ``` |
Scanned on Jul 29, 2026
View Security Dashboard