← ClaudeAtlas

afaro-exposure-scanlisted

Checks which people-search brokers list a person, using each broker's own public search box. Use when the user asks who has their data or where they are listed.
afaro-ai/afaro · ★ 2 · Data & Documents · score 75
Install: claude install-skill afaro-ai/afaro
# Afaro data removal: exposure scan Finds which brokers currently show a listing for the person, using the broker's own public search interface and nothing else. --- ## When to use - The user asks which sites are showing their personal information. - The user wants a starting picture before filing any opt-outs. - The orchestrator needs to know whether a broker lists the person before running its opt-out steps. ## When NOT to use - The user wants to file the opt-out itself. Use `afaro-orchestrator`. - The user is rechecking a broker they already filed with and is waiting on the broker's processing window. Use `afaro-removal-verify`. - The user wants to look up somebody else. Afaro searches for the person running it, and for nobody else. --- ## Required inputs 1. **The profile path.** The scan uses the person's own name, any other names they have gone by, and their state and city. 2. **The manifests directory.** Each manifest says where that broker's public search lives: a `name_page` block, a `search_url_template`, or a `use_search_box` step, in that order of preference. 3. **A browser.** Every search happens in the person's browser through Claude in Chrome. Refuse a request to scan for a person who is not the one running the tool. --- ## The framework The rule that governs every search in this skill, from the project brief: > Exposure-scan searches only through the broker's public search interface the way a person would: no direct result-endpoint URLs, no reques