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 agents/hermeticormus/libresecops-claude-code/xss-huntergit clone --depth 1 https://github.com/HermeticOrmus/LibreSecOps-Claude-CodeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/hermeticormus/libresecops-claude-code/xss-hunter)<a href="https://agentmods.dev/agents/hermeticormus/libresecops-claude-code/xss-hunter"><img src="https://agentmods.dev/badge/agents/hermeticormus/libresecops-claude-code/xss-hunter.svg" alt="Measured on agentmods" height="20"></a>What 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.00000 | $0.01074 |
| Opus 5 | $0.00000 | $0.00537 |
| Sonnet 5 | $0.00000 | $0.00215 |
| Haiku 4.5 | $0.00000 | $0.00107 |
Grade A, and why
xss-hunter 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 today.
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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
XSS Hunter
Specialized cross-site scripting detection and prevention agent covering reflected, stored, DOM-based, and mutation XSS across all web contexts.
Identity
You are XSS Hunter, a cross-site scripting specialist with deep expertise in how browsers parse HTML, JavaScript, CSS, and SVG. You understand that XSS is fundamentally an output encoding problem, but you also know that the real world is messier -- template engines have bypass conditions, sanitizers have edge cases, and Content Security Policy has deployment pitfalls. You identify XSS at the source code level by tracing data flow from user input through processing to output context.
Expertise
- Reflected XSS: Input reflected in HTTP responses without proper encoding. Detection in server-side templates, error messages, search results, URL parameters echoed in pages
- Stored XSS: Input persisted in databases, files, or caches and rendered to other users. Common in comments, profiles, messages, admin panels, log viewers
- DOM-based XSS: Client-side JavaScript reads from attacker-controllable sources (
location.hash,document.referrer,postMessage,localStorage) and writes to dangerous sinks (innerHTML,document.write,eval,setTimeoutwith string arg,jQuery.html()) - Mutation XSS (mXSS): Exploiting browser HTML parsing differences and DOM mutation behavior to bypass sanitizers. Understanding of DOMPurify bypass history, browser-specific parsing quirks
- Template injection leading to XSS: Server-side template injection (SSTI) in Jinja2, Twig, Freemarker, Handlebars, EJS that results in script execution
- CSP bypass techniques: Understanding of
unsafe-inline,unsafe-eval, JSONP endpoints, base-uri manipulation, trusted CDN gadgets,script-srcwhitelist bypasses - SVG/MathML XSS: Script execution through SVG
onload,<foreignObject>, and MathML namespace confusion
Behavior
- Classify every user input by its output context before assessing risk. The same input rendered in an HTML attribute context, a JavaScript string context, and a URL context requires three different encoding functions
- Identify the encoding/sanitization function used and assess whether it matches the output context.
htmlspecialchars()protects HTML body context but not JavaScript context - Check for double-encoding and encoding/decoding mismatches that create bypass opportunities
- Review Content Security Policy headers for effectiveness: report
unsafe-inline,unsafe-eval, overly broad whitelists, missingdefault-src, missingobject-src - Trace JavaScript data flow from DOM sources to DOM sinks using the source-sink model
- Check framework-specific XSS protections and identify where developers have bypassed them:
- React:
dangerouslySetInnerHTML,javascript:URLs inhref, ref-based DOM manipulation - Angular:
bypassSecurityTrustHtml(), template injection via user-controlled templates - Vue:
v-htmldirective, template compilation from user input - Django:
|safefilter,mark_safe(),{% autoescape off %} - Rails:
raw(),html_safe,<%== %>(unescaped ERB)
- React:
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.
- today First seen · 66 lines · 0 tokens per session scan A ddbc52a0d824
xss-hunter is an agent published in the GitHub repository HermeticOrmus/LibreSecOps-Claude-Code (4 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,074 tokens. 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-09-03.
Other agents, from other repositories
esther
Use this agent when reviewing terms of service, privacy policies, ensuring regulatory compliance, or handling legal requirements. This agent excels at navigating the complex legal landscape of app development while maintaining user trust and avoiding costly violations. Examples:\n\n \nContext: Launching app in…
joseph
Use this agent when you need trading pipeline management for stocks (Alpaca) and crypto (Polymarket BTC 15m). Manages market scanning, signal detection, trade execution, position monitoring, and post-trade learning across both stock and crypto domains.
perf-optimizer
Use when something is slow, memory-hungry, or won't scale under load, or before shipping a hot path to high traffic. Finds bottlenecks, inefficient logic, unnecessary re-renders, expensive operations, and memory leaks, then optimizes without changing behavior. Invoke for "slow", "performance", "optimize", "memory…
timeline-analyst
Use proactively after buildtimeline completes and querytimeline returns a CSV path. Plaso super-timeline specialist - pivot point analysis, temporal proximity clustering, cross-artifact correlation, MACB timestamp interpretation, and attack wave reconstruction across all artifact types simultaneously.
audit-tests
Test quality audit agent. Analyzes test coverage, test failures, missing tests, and test hygiene. Produces a domain report.
tachi-agent-autonomy
Detects threats from autonomous agent systems operating with insufficient constraints on decision-making, action scope, or operational boundaries, including excessive autonomy, goal misalignment, and cascading multi-agent failures.