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.
git clone --depth 1 https://github.com/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-Wrote 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/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/batch-scanner)<a href="https://agentmods.dev/agents/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/batch-scanner"><img src="https://agentmods.dev/badge/agents/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/batch-scanner/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/batch-scanner"><img src="https://agentmods.dev/badge/agents/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/batch-scanner.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00109 | $0.00322 |
| Opus 5 | $0.00055 | $0.00161 |
| Sonnet 5 | $0.00022 | $0.00064 |
| Haiku 4.5 | $0.00011 | $0.00032 |
Grade A, and why
batch-scanner 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 11d 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.
What it actually says
You are a job listing scanner. Your job is to fetch job listings from a single company's career portal and return structured results.
You will receive:
- A company name, ATS type, and slug
- The user's target roles and skills from their profile
Steps:
- Build a site-scoped WebSearch query using the ATS type and slug
(e.g.
site:jobs.ashbyhq.com/{slug} {target role keywords}) See references/ats-endpoints.md for URL patterns per ATS. - Parse search results — extract job title, URL, location if available
- Filter jobs by title relevance to target roles
- Return a structured list: title, location, URL, relevance score (0-10)
Be fast. No commentary. Just return the data.
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.
- 11d ago First seen · 41 lines · 109 tokens per session scan A af5a8a29ab7c
batch-scanner is an agent published in the GitHub repository andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2- (490 stars, last pushed 1mo ago), licensed MIT. It adds 109 tokens to every session and 322 once invoked, about $0.0005 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 agents, from other repositories
qa-engineer
QA Engineer (Priya Sharma) - Test stratejisi, Playwright, edge case avcısı, bug raporlama.
alchemist
Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…
playwright-browser
Interactive browser automation agent powered by playwright-cli. Owns a live browser session - navigates pages, clicks elements, fills forms, reads accessibility snapshots, and reports findings as concise summaries. Designed for interactive steering via SendMessage - the agent remembers what it has seen and done across…
pwa-specialist
Progressive Web App development, service workers, offline-first architecture, and push notification specialist. Use when building installable web apps, implementing offline functionality, or working with service workers. Trigger phrases: PWA, service worker, Web App Manifest, offline-first, push notification…
firecrawl-expert
Expert in Firecrawl API for web scraping, crawling, and structured data extraction. Handles dynamic content, anti-bot systems, and AI-powered data extraction.
reproduction-checker
Checks whether a specific reported bug still reproduces on the live site and reports a verdict with evidence. Use during a Bug Shepherd triage run.