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 skills add xAmirHamza77/ReverseOps-Skill --skill osint-recongit clone --depth 1 https://github.com/xAmirHamza77/ReverseOps-SkillWrote 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/skills/xamirhamza77/reverseops-skill/osint-recon)<a href="https://agentmods.dev/skills/xamirhamza77/reverseops-skill/osint-recon"><img src="https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/osint-recon/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/skills/xamirhamza77/reverseops-skill/osint-recon"><img src="https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/osint-recon.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.00091 | $0.01053 |
| Opus 5 | $0.00046 | $0.00526 |
| Sonnet 5 | $0.00018 | $0.00211 |
| Haiku 4.5 | $0.00009 | $0.00105 |
Grade A, and why
osint-recon scanned grade A with 1 finding 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 6d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s "https://crt.sh/?q=%25.target.com&output=json" | jq -r '.[].name_value' | sort -u How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ACTION REQUIRED (execute immediately after reading)
NOW: confirm scope.md exists withauth.status=granted(passive recon still needs scope — the mapping output drives later ACT legality; see../ops/scope-contract.md)NOW: recordnetwork_profilein scope; during the passive phase only third-party data sources may be queried (crt.sh / Wayback / DNS / CA logs) — no direct contact with the targetNEXT: read../tool-index.mdfor real paths of subfinder / amass / httpx / naabu; if missing, go through the bootstrap manifestACT: run the pipeline below; append every batch to the timeline + Evidence (../scripts/append-evidence.ps1)ACT: land the asset inventory inwork/<case>/attack-surface.md, then hand off topentest-tools/(active scanning) orreporting/(dashboard + report)
osint-recon — passive recon & attack-surface mapping
Principles
- Passive first: subdomains, certificates, snapshots, buckets, favicons — all from third-party sources, target sees nothing
- Fully reproducible: every asset records its source and fetch time; everything enters the Evidence chain
- Produce decision material only: asset list + priority + hypotheses. No "I ran every tool" noise.
Pipeline (in order — later stages consume earlier output)
1. Root asset confirmation
| Action | Tools / sources | Output |
|---|---|---|
| WHOIS / ASN / netblock owner | whois, bgp.he.net, RDAP |
org + ASN + CIDR list |
| Root domains & brand variants | cert CN/SAN, search engines, trademarks | root domains |
2. Subdomain enumeration (passive)
subfinder -d target.com -all -silent -o subs.txt
amass enum -passive -d target.com -o amass.txt
curl -s "https://crt.sh/?q=%25.target.com&output=json" | jq -r '.[].name_value' | sort -u
Dedupe and merge → subs.all.txt. Resolve only, do not probe.
3. History & exposure
| Source | What to look for |
|---|---|
| Wayback Machine CDX | endpoints that are down but not decommissioned, legacy parameters, backup paths |
| GitHub / GitLab code search | leaked tokens, internal hostnames, CI configs (dork on the in-scope org name) |
| Certificate transparency logs | naming patterns for staging / dev / vpn |
| Public buckets / storage | s3://<brand>-* name guessing + public indexes (HEAD/GET public objects only) |
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.
- 6d ago First seen · 98 lines · 91 tokens per session scan A 66879a15e1e2
osint-recon is a skill published in the GitHub repository xAmirHamza77/ReverseOps-Skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 91 tokens to every session and 1,053 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
building-mcp-servers
Use this skill whenever the user wants to design, build, harden, review, or debug an MCP (Model Context Protocol) server — including "build me an MCP server for X", connecting an AI agent/Claude to a database or API, adding tools/resources to an existing MCP server, reviewing a contributor PR against an MCP server, or…
scanner-pmcc
Scan stocks for Poor Man's Covered Call (PMCC) suitability. Analyzes LEAPS and short call options for delta, liquidity, spread, IV, yield, trend direction, and earnings proximity. Use when user asks about PMCC candidates, diagonal spreads, or LEAPS strategies.
ib-collar
Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.
ib-portfolio-action-report
Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.
ib-trades-history
Fetch trade executions from Interactive Brokers filtered by account, date range, or symbol. Supports live API (7 days history) and FlexReport (full history). Use when user asks about their trades, executions, or transaction history. Requires TWS or IB Gateway running locally.
ib-report-delta-adjusted-notional-exposure
Report delta-adjusted notional exposure across all IBKR accounts. Calculates option deltas using Black-Scholes and reports long/short exposure by account and underlying. Use when user asks about delta exposure, portfolio risk, or directional exposure.