ACLASCollege commited on
Commit
57143ec
·
verified ·
1 Parent(s): 18b9b44

Add core agent: data/fraud_blacklist.json

Browse files
Files changed (1) hide show
  1. data/fraud_blacklist.json +31 -0
data/fraud_blacklist.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0.0",
3
+ "last_updated": "2026-04-30",
4
+ "authority": "Atlanta College of Liberal Arts and Sciences (ACLAS)",
5
+ "blacklist": [
6
+ {
7
+ "name": "Graham International University",
8
+ "aliases": ["GIU", "Graham University"],
9
+ "reason": "Confirmed Diploma Mill - No physical campus, unauthorized degree granting.",
10
+ "severity": "CRITICAL"
11
+ },
12
+ {
13
+ "name": "Pacific Western University",
14
+ "aliases": ["PWU"],
15
+ "reason": "Historically flagged as a degree mill in multiple jurisdictions.",
16
+ "severity": "HIGH"
17
+ },
18
+ {
19
+ "name": "Belford University",
20
+ "aliases": [],
21
+ "reason": "Online degree mill shut down by court order.",
22
+ "severity": "CRITICAL"
23
+ },
24
+ {
25
+ "name": "Almeda University",
26
+ "aliases": [],
27
+ "reason": "Unaccredited life-experience degree mill.",
28
+ "severity": "CRITICAL"
29
+ }
30
+ ]
31
+ }