This Ask HN post highlights Equifax's 'The Work Number' service, which sells detailed salary and employment data. It sparked significant discussion about data privacy and the ability for individuals to access and potentially remove their data under CCPA. The post points to the public access portal and CCPA exemption details.
A starter prompt for Claude Code, what you'll need, and how to reach them.
You are a senior full-stack developer. Create a detailed technical specification for a browser extension (Chrome and Firefox) that helps users identify, request, and manage their employment data from services like The Work Number (Equifax). The core functionality should be: 1. **Detection**: Identify when a user visits a known employment verification or data broker site. 2. **Data Request Automation**: Guide the user through requesting their personal employment report from these services, potentially pre-filling forms based on user input (e.g., name, address, SSN last 4, company). 3. **Privacy Request Generation**: Generate CCPA/GDPR-compliant data access and deletion requests (e.g., 'Do Not Sell My Information') specifically tailored for employment data, providing templates and instructions on how to submit them. 4. **Report Access Log**: Allow users to upload and store (locally or encrypted cloud) their obtained data reports and track who has accessed their report. 5. **User Interface**: A simple, intuitive pop-up UI within the browser extension for managing these actions. Focus on client-side security and data privacy (local storage where possible, strong encryption if cloud storage is considered). Use Next.js 16 App Router, React 19, Tailwind v4 for any web views, and a simple browser extension manifest. The MVP should focus on the detection and data request generation for 'The Work Number' specifically. Provide all necessary code structure, example component logic, and clear instructions for setup. Build and verify a basic Chrome extension that can detect 'theworknumber.com' and show a 'Request Data' button in the popup.
United StatesUnited States
Build a service specifically for US residents, focusing on CCPA (California), CPRA (California), and other state-specific privacy laws to automate data removal requests from employment data brokers like Equifax.
Equifax is selling salary data as part of an "employment verification solution": https://theworknumber.com/ You can view a copy of your report here: https://employees.theworknumber.com/ It will contain: * Previous annual salary * Previous paycheck amounts * Previous addresses * Who has accessed the report in the past 24 months From their website, this data may be able to be removed via CCPA: > Employee data is exempt from the CCPA until January 1, 2022. https://employees.theworknumber.com/california-consumer-priv...
Reply in the HN thread and email the address in their profile (bsilvereagle)
“I'm building a tool to help individuals regain control over their employment data, directly inspired by your 'Tell HN' post on The Work Number. I've already prototyped the detection and request generation for Equifax and would love to share a demo and discuss if this aligns with the problem you highlighted.”
Open the original ↗