🔒 Hire Security Clearance Indicator

Automatically detect and display security clearance badges on hire.amazon.com

Quick Install

Two steps to get started:

1. Install TamperMonkey 2. Install Script (One Click)

With TamperMonkey installed, clicking "Install Script" will auto-prompt installation

What It Does

This TamperMonkey userscript scans candidate profiles on hire.amazon.com for security clearance and citizenship keywords. It displays color-coded badges next to candidate names so you can quickly identify cleared candidates without clicking into each profile.

Where Badges Appear

PageHow Badges Load
Sourcing /sourcing/discoverFrom cache or after opening resume flyout
CDP /person/{id}From cache, notes, screening questions, resume PDF
Jobs Tab /reqs/{id}From cache or auto-scanned via API
Applicants /arAuto-scanned via API (screening question answers)
Rapid ReviewScanned from flyout screening questions
RecommendationsAuto-scanned via API (previous job applications)
Pipeline /?table=ALL_STAGESAuto-scanned via API (screening question answers)

Badge Reference

BadgeColorDetected From
TS/SCI + L2Dark maroonTS/SCI with Full Scope Polygraph, FSP, Lifestyle
TS/SCI + L1Burnt orangeTS/SCI with CI Polygraph, Counter Intelligence
TS/SCI + PolyDark redTS/SCI with Polygraph (unspecified type)
TS/SCIRedTS/SCI, TS,SCI, Top Secret SCI
L2Dark maroonL2 Cleared, Level 2 Clearance
L1Burnt orangeL1 Cleared, Level 1 Clearance
Interim TSOrangeInterim Top Secret
Top SecretOrangeTop Secret clearance
DoD SecretGoldDoD Secret clearance
SecretGoldSecret (from screening answer)
Public TrustBluePublic Trust
DOE QPurpleDOE Q clearance
US CitizenGreenScreening answer: US Citizen, United States of America

Installation Steps

  1. Install the TamperMonkey browser extension from the Chrome Web Store
  2. Click the "Download Script" button above to save the .user.js file
  3. Open TamperMonkey (click the icon in your browser toolbar) → Dashboard
  4. Click the + tab to create a new script
  5. Select all default code (Ctrl+A) and delete it
  6. Open the downloaded .user.js file in a text editor, copy all contents (Ctrl+A, Ctrl+C)
  7. Paste into TamperMonkey (Ctrl+V) and click Save (Ctrl+S)
  8. Navigate to hire.amazon.com — badges will appear automatically

How Data Is Detected

Applicants Tab (Automatic)

The script queries the hire.amazon.com API for each applicant's screening question answers. Badges appear automatically within seconds — no manual action needed.

Jobs Tab (Automatic)

Same API approach as the Applicants tab. Requires the job iCIMS ID in the URL.

CDP — Candidate Detail Page

Badges are detected from multiple sources:

Sourcing Page

Badges show from cache (previous scans) or after opening the resume flyout for a candidate.

Recommendations Page

The script automatically searches for each candidate's previous job applications via the API, then queries their screening question answers. Badges appear within seconds for candidates who have applied to jobs in the system.

Candidates with no prior job applications will only show badges if they were previously scanned on another page (CDP, Applicants, etc.).

Recruiting Pipeline

The script extracts the person ID and job iCIMS ID from each table row, then queries screening question answers via the API. Badges appear automatically next to candidate names.

US Citizenship

Only detected from screening question answers (strict mode):

If "Permanent resident" is also detected, the US Citizen badge is suppressed.

Badge Hierarchy

Higher-level badges suppress lower-level ones to avoid duplicates:

Managing Badges

Clear a single candidate's badge

Click the × button next to any badge to remove it and clear that candidate's cached data.

Clear all cached badges

Open the browser console (F12 → Console) and paste:

GM_setValue('hsc-clearance-cache', '{}')

Cache behavior

Known Limitations

Updating the Script

  1. Download the latest .user.js file
  2. Open TamperMonkey → click "Hire Security Clearance Indicator"
  3. Select all (Ctrl+A), paste new code (Ctrl+V), save (Ctrl+S)
  4. Refresh hire.amazon.com — the cache auto-resets on version change
Hire Security Clearance Indicator v2.4 — For internal use only