This tool generates entirely fictional background check result summaries for use in HR software demos, UI mockups, and automated test fixtures. It invents a subject name, a reference number, and a status for each common screening category, then rolls those up into an overall result. It never performs a real lookup and holds no information about any real individual.
How it works
Each report is assembled from curated banks of fictional names and per-category outcome notes:
- For every category (identity, criminal record, employment, education, financial, right to work) the tool draws a weighted random outcome — biased toward Clear so demo data looks realistic.
- Each outcome carries a matching explanatory note, for example
Clear — No records foundorFlagged — Unspent record returned. - The overall status is computed from the categories:
Flaggedif any is flagged, otherwiseReviewif any needs review, otherwiseClear.
Everything runs in your browser; no data is transmitted.
Tips and notes
- Surnames are deliberately obvious placeholders such as
ExampleandTestersonso fake reports can never be mistaken for real ones. - Use the copyable plain-text output to seed database fixtures or paste into a wireframe.
- Reroll repeatedly to capture the three overall states (clear, review, flagged) for screenshot sets.
- Real screening is legally regulated. Treat this purely as synthetic test data and never as a basis for any hiring or trust decision.