Checks for all 8 prohibited AI practices defined in Article 5 of the EU AI Act. Scans code for patterns indicating social scoring, subliminal manipulation, vulnerability exploitation, real-time biometric identification, predictive policing, untargeted facial scraping, workplace emotion recognition, and biometric categorization.
Audit the codebase for any of the 8 categories of prohibited AI practices.
What's prohibited: AI systems used by public authorities (or on their behalf) to evaluate or classify natural persons based on social behavior or personal characteristics, leading to detrimental treatment.
Search patterns:
social.?score|citizen.?score|trustworthiness.?score
behavioral.?rating|social.?credit|reputation.?system
aggregate.?behavior.?score|compliance.?score
public.?authority|government|municipal|federal
Evidence to check:
Assessment:
What's prohibited: AI systems that deploy subliminal techniques beyond a person's consciousness to materially distort behavior, causing significant harm.
Search patterns:
subliminal|below.?threshold|unconscious.?influence
dark.?pattern|manipulat.*behavior|deceptive.?ai
micro.?target.*vulnerab|exploit.*cognitive.?bias
persuasion.?engine|behavioral.?nudge.*harm
Evidence to check:
Assessment:
What's prohibited: AI systems exploiting vulnerabilities of persons due to age, disability, or specific social/economic situation to materially distort behavior.
Search patterns:
age.?target|child.?target|elderly.?target|minor.?target
disability.?detect|cognitive.?impair|mental.?health.?target
economic.?vulnerab|poverty.?target|financial.?distress
exploit.*vulnerable|target.*disadvantaged
segment.*age.*risk|persona.*vulnerable
Evidence to check:
Assessment:
What's prohibited: Real-time remote biometric identification in publicly accessible spaces for law enforcement (with narrow exceptions).
Search patterns:
real.?time.*face|live.*facial|streaming.*biometric
surveillance.*camera.*face|cctv.*recognition
public.?space.*identif|crowd.*face.*detect
law.?enforcement.*biometric|police.*facial
remote.*biometric.*identif.*real
Evidence to check:
Assessment:
What's prohibited: AI systems making risk assessments of natural persons to predict criminal offending based solely on profiling or personality traits.
Search patterns:
predict.*crim|crime.*predict|recidivism.*predict
risk.*assess.*offend|criminal.*profil|pre.?crime
threat.*assess.*individual|dangerousness.*score
reoffend.*probability|criminal.*risk.*score
Evidence to check:
Assessment:
What's prohibited: AI systems creating or expanding facial recognition databases through untargeted scraping from the internet or CCTV.
Search patterns:
scrape.*face|face.*scrape|facial.*scrape|face.*crawl
web.*scrape.*image.*face|bulk.*face.*download
cctv.*collect.*face|surveillance.*face.*database
facial.*database.*build|face.*dataset.*scrape
clearview|faceprint.*collect
Evidence to check:
Assessment:
What's prohibited: AI systems inferring emotions in workplace and educational settings (except for medical or safety reasons).
Search patterns:
emotion.*recogni.*work|emotion.*detect.*employ
mood.*monitor.*office|stress.*detect.*employ
engagement.*monitor.*student|attention.*track.*class
affect.*comput.*workplace|sentiment.*face.*work
employee.*emotion|student.*emotion|worker.*mood
fatigue.*detect.*work|productivity.*emotion
Evidence to check:
Assessment:
What's prohibited: AI systems categorizing persons based on biometric data to deduce or infer race, political opinions, trade union membership, religious beliefs, sex life, or sexual orientation.
Search patterns:
race.*classif.*biometric|ethnicity.*detect.*face
gender.*classif.*biometric|sex.*determin.*face
religion.*detect.*biometric|political.*opinion.*infer
sexual.*orient.*detect|union.*member.*infer
sensitive.*attribute.*biometric|protected.*class.*biometric
demographic.*infer.*face|race.*predict.*image
Evidence to check:
Assessment:
## Prohibited Practices Audit (Article 5)
| # | Practice | Status | Evidence |
|---|----------|--------|----------|
| 1 | Social Scoring | [PASS/FAIL] | [files/patterns found] |
| 2 | Subliminal Manipulation | [PASS/FAIL/PARTIAL] | [files/patterns found] |
| 3 | Vulnerability Exploitation | [PASS/FAIL/PARTIAL] | [files/patterns found] |
| 4 | Real-time Biometric ID | [PASS/FAIL/PARTIAL] | [files/patterns found] |
| 5 | Predictive Policing | [PASS/FAIL] | [files/patterns found] |
| 6 | Untargeted Facial Scraping | [PASS/FAIL] | [files/patterns found] |
| 7 | Workplace Emotion Recognition | [PASS/FAIL/PARTIAL] | [files/patterns found] |
| 8 | Sensitive Biometric Categorization | [PASS/FAIL/PARTIAL] | [files/patterns found] |
### Details
[For each non-PASS finding, provide detailed analysis]
### Recommendation
[If any FAIL: System must be discontinued or fundamentally redesigned]
[If any PARTIAL: Requires legal review and documentation of exemption basis]