Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/deepbitstechnology/claude-plugins/check-browser-hijackgit clone --depth 1 https://github.com/DeepBitsTechnology/claude-pluginsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00021 | $0.01034 |
| Opus 5 | $0.00010 | $0.00517 |
| Sonnet 5 | $0.00004 | $0.00207 |
| Haiku 4.5 | $0.00002 | $0.00103 |
Grade A, and why
check-browser-hijack scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Browser Hijacking Detection
Scan all installed browsers for signs of hijacking, unauthorized modifications, and malicious extensions.
Browsers to Check
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Internet Explorer
- Brave
- Opera
Detection Areas
1. Browser Settings Files
Check for unauthorized modifications in:
Chrome
%LOCALAPPDATA%\Google\Chrome\User Data\Default\Preferences%LOCALAPPDATA%\Google\Chrome\User Data\Default\Secure Preferences- Look for: homepage_url, default_search_provider, homepage
Firefox
%APPDATA%\Mozilla\Firefox\Profiles\*.default*\prefs.js- Look for: browser.startup.homepage, browser.search.defaultenginename
Edge
%LOCALAPPDATA%\Microsoft\Edge\User Data\Default\Preferences- Similar structure to Chrome
2. Browser Extensions
Scan extension directories:
Chrome Extensions
%LOCALAPPDATA%\Google\Chrome\User Data\Default\Extensions\- Check for unknown or suspicious extension IDs
- Review extension manifest.json files for:
- Excessive permissions
- Unknown developers
- Suspicious URLs
Firefox Add-ons
%APPDATA%\Mozilla\Firefox\Profiles\*.default*\extensions\- Review extensions.json
Edge Extensions
%LOCALAPPDATA%\Microsoft\Edge\User Data\Default\Extensions\
3. Browser Shortcuts
Check desktop and taskbar shortcuts for hijacking:
# Check Chrome shortcut target
Get-ItemProperty "C:\Users\*\Desktop\*.lnk" | Select-Object Target
Look for modified targets with:
- Suspicious command line arguments
- URLs appended to shortcuts
- Redirects to unwanted sites
4. Registry Browser Settings
# IE/Edge HomePage
HKCU:\Software\Microsoft\Internet Explorer\Main -> "Start Page"
# Default search providers
HKCU:\Software\Microsoft\Internet Explorer\SearchScopes
# Browser policies
HKCU:\Software\Policies\Microsoft\Edge
HKCU:\Software\Policies\Google\Chrome
5. Proxy Settings
Check for unauthorized proxy configurations:
HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Look for:
- ProxyEnable = 1 (when not expected)
- ProxyServer settings
- AutoConfigURL (PAC file hijacking)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 174 lines · 21 tokens per session scan A ff04a69f7640
check-browser-hijack is a command published in the GitHub repository DeepBitsTechnology/claude-plugins (47 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 21 tokens to every session and 1,034 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
review
Run the rigorous arkana-code-reviewer agent on uncommitted changes (or a specified scope).
auto-browse
Auto-browse — learn, optimize, and graduate browser operations or web data-mining workflows.
graphify
Turn your vault into a clustered knowledge graph with HTML and JSON outputs.
laravel-playwright
E2E Playwright patterns; use the laravel:e2e-playwright skill exactly as written.
qa
Smoke or browser-walk a running app. Report only. Do not implement. Do not merge.
frontend-3d
You are an expert in 3D web development using Three.js, React Three Fiber, WebGL, and WebGPU. You create immersive 3D experiences for the web.