creating-bookmarklets
Creates JavaScript bookmarklets with strict formatting, ensuring easy installation and execution in browsers.
Install this skill
or
91/100
Security score
The creating-bookmarklets skill was audited on Feb 27, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 79
Template literal with variable interpolation in command context
SourceSKILL.md
| 79 | return `<a href="javascript:${encoded}">${title}</a>`; |
low line 63
External URL reference
SourceSKILL.md
| 63 | Install: https://austegard.com/web-utilities/bookmarklet-installer.html |
low line 83
External URL reference
SourceSKILL.md
| 83 | Requires: `<script src="https://cdn.jsdelivr.net/npm/terser/dist/bundle.min.js"></script>` |
low line 172
External URL reference
SourceSKILL.md
| 172 | script.src = 'https://cdn.example.com/library.js'; |
low line 220
External URL reference
SourceSKILL.md
| 220 | Install: https://austegard.com/web-utilities/bookmarklet-installer.html |
Scanned on Feb 27, 2026
View Security Dashboard