skills(unbroker): blind opt-out default, email fallback, PeopleConnect delete-wipes-suppression - #57902
Merged
Merged
Conversation
…ct delete-wipes-suppression from a live blocked-sites pass (no PII): - posture shift: blind opt-out is the DEFAULT, not a fallback -- submit on every site with an accessible removal channel even without first confirming a listing (own identifiers to the broker's own official channel = still least-disclosure). guided flows double as the authoritative search. - blocked-form rule: when a form is automation-hostile (hard captcha / cloudflare / datadome / slide-to-verify), default to the broker's CITED rights-email rather than recording blocked. - captcha policy clarified: never defeat behavioral/token/slider challenges; ok to read a static distorted-text or plain-arithmetic captcha on the subject's own opt-out; stop if the whole submission is rejected after a correct answer (fingerprinting the automation, not grading it). - intelius/peopleconnect: delete-wipes-suppression is field-confirmed -- a deletion-complete email means the suppression is gone and the subject re-lists cluster-wide; re-run suppression and verify the Control step reads "suppressed". guided-mode session persists; DOB is an <input type=date>. - new records: addresses.json (intelius front-end, cluster-covered) and socialcatfish.json (cited rights-email lane + automation-hostile form). - new references/site-playbooks.md: per-site game-plan matrix (8 blocked-tail sites), the meta-search no-op skip-list (idcrawl/lullar/yasni/webmii/namesdir/itools/skipease), and the infopay / peopleconnect backend clusters. OSINT-list triage taxonomy added to methods.md. - state-machine.md: fixed doc drift + documented submitted->not_found illegal (resolves as awaiting_processing), blocked->submitted via action_selected, operator_manual_check, --evidence & pitfall. tests: standalone 99, PR 97 (+1 cluster-coverage regression); ruff + windows-footguns clean.
habarmc1223-sudo
pushed a commit
to habarmc1223-sudo/hermes-agent-fluxmem
that referenced
this pull request
Jul 8, 2026
…ed-tail skills(unbroker): blind opt-out default, email fallback, PeopleConnect delete-wipes-suppression
santhreal
pushed a commit
to santhreal/hermes-agent
that referenced
this pull request
Jul 13, 2026
…ed-tail skills(unbroker): blind opt-out default, email fallback, PeopleConnect delete-wipes-suppression
Gravezzz
pushed a commit
to Gravezzz/hermes-agent
that referenced
this pull request
Jul 21, 2026
…ed-tail skills(unbroker): blind opt-out default, email fallback, PeopleConnect delete-wipes-suppression
leewenjie
pushed a commit
to leewenjie/hermes-agent
that referenced
this pull request
Aug 7, 2026
…ed-tail skills(unbroker): blind opt-out default, email fallback, PeopleConnect delete-wipes-suppression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #57438 (merged). All changes are confined to
optional-skills/security/unbroker/and its test; no core, tool, or plugin changes.Field learnings from a live blocked-sites removal pass, folded into the skill so future runs execute rather than re-derive mechanics.
Posture
not_found(the opt-out flow doubles as the search).blocked.Broker records
intelius.json: field-confirmed delete-wipes-suppression — a PeopleConnect deletion wipes the suppression and the subject re-lists across the whole affiliate cluster; if a "deletion request is Complete" email appears, re-run suppression and re-verify the Control step reads "suppressed". Guided-mode session persists; DOB is an<input type=date>(ISOYYYY-MM-DD).addresses.json(PeopleConnect/Intelius front-end, covered by the cluster suppression) andsocialcatfish.json(cited rights-email lane + automation-hostile-form pitfalls).Docs
references/site-playbooks.md: per-site game-plan matrix (8 blocked-tail sites), the meta-search no-op skip-list (IDCrawl/Lullar/Yasni/WebMii/Namesdir/iTools/Skipease), and the InfoPay / PeopleConnect backend clusters. OSINT-list triage taxonomy added tomethods.md.state-machine.md: fixed doc drift and documented the transition gotchas (submitted -> not_foundis illegal and resolves asawaiting_processing;blocked -> submittedgoes viaaction_selected;operator_manual_checkevidence note;--evidence &shell pitfall).Tests
tests/skills/test_unbroker_skill.py: 97 passing (+1 cluster-coverage regression).ruffandcheck-windows-footguns.py --allclean.