Konnect . I-9 Audit
Internal, single-user, restricted

Batch process scanned I-9 PDFs and reconcile against the active roster.

Pulls I-9 PDFs from the configured OneDrive folder, extracts work authorization data through Claude vision, hashes SSNs for secure matching, and produces a three-sheet audit workbook ready for HRIS import.

Current run

Idle
PDFs found
0
Processed
0
Matched
0
Unmatched
0
Low confidence
0
Errors
0
0 of 0

What this run does

  1. Loads the roster from the configured OneDrive CSV folder, hashes every SSN in memory, discards the raw values.
  2. Enumerates PDFs recursively through the I-9 OneDrive folder, capturing district and store from the folder path.
  3. Processes each PDF through Claude vision to extract work authorization status, document details, signature dates, and identifiers.
  4. Hashes the extracted SSN and matches it against the hashed roster index. Raw SSN never persists; only the last four digits appear in the output.
  5. Evaluates I-9 timing against the hire date in the roster to flag late completions and pre-hire dates.
  6. Builds a three-sheet xlsx: Compliance Audit, HRIS Import Data, and Exceptions, available to download on completion.

Security posture