Noting that new site member
Scarlett red77 (account age 979 days, site application processed just now) has a sandbox with obvious indicators of AI-generation: https://scp-sandbox-3.wikidot.com/personnel-dossier:nick (they also have 10 other sandboxes, most of which are similar character statistics-style pages)
CSS might be AI-generated as well, as it doesn't render properly on the sandbox. No edits on this page beyond creation.
import { Badge } from "@/components/ui/badge"
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
import { Shield, AlertTriangle, FileText, User, MapPin } from "lucide-react"
export default function Component() {
return (
<div className="min-h-screen bg-slate-900 text-slate-100 p-6">
<div className="max-w-4xl mx-auto space-y-6">
{/* Header */}
<div className="text-center space-y-2">
<div className="flex items-center justify-center gap-2 mb-4">
<Shield className="h-8 w-8 text-red-500" />
<h1 className="text-3xl font-bold text-red-500">SCP FOUNDATION</h1>
</div>
<div className="bg-red-600 text-white px-4 py-2 rounded">
<p className="font-bold">CLASSIFIED DOCUMENT - LEVEL 5 CLEARANCE REQUIRED</p>
</div>
</div>
{/* Personnel Information */}
<Card className="bg-slate-800 border-slate-700">
<CardHeader>
<CardTitle className="flex items-center gap-2 text-slate-100">
<User className="h-5 w-5" />
PERSONNEL DOSSIER
</CardTitle>
<CardDescription className="text-slate-400">Site-64 Security Personnel Record</CardDescription>
</CardHeader>
<CardContent className="space-y-4">
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
<div className="space-y-2">
<p>
<span className="font-semibold text-slate-300">Name:</span> Nicholas "Nick" Hartwell
</p>
<p>
<span className="font-semibold text-slate-300">Personnel ID:</span> S64-7749
</p>
<p>
<span className="font-semibold text-slate-300">Codename:</span>{" "}
<span className="text-red-400 font-mono">NICK</span>
</p>
<p>
<span className="font-semibold text-slate-300">Age:</span> 34
</p>
<p>
<span className="font-semibold text-slate-300">Nationality:</span> American
</p>
</div>
<div className="space-y-2">
<div className="flex items-center gap-2">
<span className="font-semibold text-slate-300">Clearance Level:</span>
<Badge variant="secondary" className="bg-yellow-600 text-white">
Level 3 (Cover)
</Badge>
<Badge variant="destructive" className="bg-red-600 text-white">
Level 5 (Actual)
</Badge>
</div>
<p>
<span className="font-semibold text-slate-300">Position:</span> Security Guard (Cover)
</p>
<p>
<span className="font-semibold text-slate-300">Actual Position:</span>{" "}
<span className="text-red-400">Office of the Administrator Operative</span>
</p>
<p>
<span className="font-semibold text-slate-300">Site Assignment:</span> Site-64
</p>
<p>
<span className="font-semibold text-slate-300">Years of Service:</span> 8 (Cover), 12 (Actual)
</p>
</div>
</div>
</CardContent>
</Card>
{/* Physical Description */}
<Card className="bg-slate-800 border-slate-700">
<CardHeader>
<CardTitle className="text-slate-100">PHYSICAL DESCRIPTION</CardTitle>
</CardHeader>
<CardContent>
<p className="text-slate-300">
Height: 6'1" (185 cm) | Weight: 180 lbs (82 kg) | Hair: Dark Brown | Eyes: Hazel | Build: Athletic |
Notable Features: Small scar above left eyebrow, tends to wear a slight smirk
</p>
</CardContent>
</Card>
{/* Psychological Profile */}
<Card className="bg-slate-800 border-slate-700">
<CardHeader>
<CardTitle className="text-slate-100">PSYCHOLOGICAL PROFILE</CardTitle>
</CardHeader>
<CardContent className="space-y-3">
<p className="text-slate-300">
<span className="font-semibold">Personality:</span> Agent Hartwell displays a complex personality
characterized by genuine compassion for fellow personnel combined with a sharp, often sarcastic wit. He
demonstrates exceptional emotional intelligence and maintains strong moral convictions despite his covert
role.
</p>
<p className="text-slate-300">
<span className="font-semibold">Notable Traits:</span> Highly protective of junior staff, quick to deflect
serious situations with humor, maintains an almost pathological disdain for bureaucratic oversight,
particularly the Ethics Committee.
</p>
<div className="bg-red-900/30 border border-red-700 p-3 rounded">
<p className="text-red-300 font-semibold">⚠️ PSYCHOLOGICAL NOTE:</p>
<p className="text-slate-300 text-sm">
Subject has been observed making increasingly pointed remarks about Ethics Committee protocols.
Recommend continued monitoring of anti-bureaucratic sentiment.
</p>
</div>
</CardContent>
</Card>
{/* Backstory */}
<Card className="bg-slate-800 border-slate-700">
<CardHeader>
<CardTitle className="flex items-center gap-2 text-slate-100">
<FileText className="h-5 w-5" />
BACKGROUND & RECRUITMENT
</CardTitle>
</CardHeader>
<CardContent className="space-y-4">
<div className="space-y-3 text-slate-300">
<p>
<span className="font-semibold">Early Life:</span> Born in Portland, Oregon, to a family of first
responders. Father was a firefighter, mother was an EMT. Developed strong protective instincts and moral
compass from early age.
</p>
<p>
<span className="font-semibold">Military Service:</span> Enlisted in U.S. Army at 18, served in Military
Police. Deployed twice to Afghanistan, demonstrated exceptional leadership and tactical awareness.
Honorably discharged as Staff Sergeant after 6 years.
</p>
<p>
<span className="font-semibold">Foundation Recruitment:</span> Initially recruited by Foundation after
displaying anomalous abilities during a civilian incident involving SCP-████. Rather than
amnesticization, was offered employment due to his discretion and natural aptitude for containment
protocols.
</p>
<p>
<span className="font-semibold">Covert Assignment:</span> After 4 years of exemplary service, was
secretly recruited by the Office of the Administrator for deep cover operations. Underwent extensive
training in intelligence gathering and counter-surveillance. Has maintained cover identity for 8 years.
</p>
</div>
</CardContent>
</Card>
{/* Anomalous Abilities */}
<Card className="bg-slate-800 border-slate-700 border-orange-500">
<CardHeader>
<CardTitle className="flex items-center gap-2 text-orange-400">
<AlertTriangle className="h-5 w-5" />
ANOMALOUS PROPERTIES
</CardTitle>
<CardDescription className="text-orange-300">CLASSIFIED - LEVEL 5 CLEARANCE REQUIRED</CardDescription>
</CardHeader>
<CardContent className="space-y-4">
<div className="bg-orange-900/30 border border-orange-700 p-4 rounded space-y-3">
<h4 className="font-semibold text-orange-300">Designation: Thaumic-Class Humanoid</h4>
<div className="space-y-2 text-slate-300">
<p>
<span className="font-semibold text-orange-300">Primary Ability - "Emotional Resonance":</span>
</p>
<p className="ml-4">
Subject can sense and subtly influence the emotional states of individuals within a 15-meter radius.
This manifests as an enhanced ability to calm distressed personnel, detect deception, and defuse
potentially violent situations.
</p>
<p>
<span className="font-semibold text-orange-300">Secondary Ability - "Threat Assessment":</span>
</p>
<p className="ml-4">
Possesses preternatural awareness of hostile intent directed toward himself or nearby personnel. This
ability has prevented 7 documented security breaches and 3 assassination attempts on Site-64
personnel.
</p>
<p>
<span className="font-semibold text-orange-300">Limitations:</span>
</p>
<p className="ml-4">
Abilities are passive and cannot be consciously controlled. Extended use causes severe headaches and
emotional exhaustion. Subject is unaware of the full extent of his anomalous properties.
</p>
</div>
</div>
</CardContent>
</Card>
{/* Current Assignment */}
<Card className="bg-slate-800 border-slate-700">
<CardHeader>
<CardTitle className="flex items-center gap-2 text-slate-100">
<MapPin className="h-5 w-5" />
CURRENT ASSIGNMENT
</CardTitle>
</CardHeader>
<CardContent className="space-y-3">
<p className="text-slate-300">
<span className="font-semibold">Cover Role:</span> Checkpoint Security Guard, Site-64 Main Entrance and
Personnel Screening
</p>
<p className="text-slate-300">
<span className="font-semibold">Actual Mission:</span> Monitor Site-64 personnel for signs of memetic
influence, anomalous behavior, or potential security threats. Report directly to Administrator via
encrypted channels.
</p>
<p className="text-slate-300">
<span className="font-semibold">Performance:</span> Exemplary. Has identified 12 potential security risks,
prevented 3 containment breaches through early intervention, and maintained perfect operational security
for 8 years.
</p>
</CardContent>
</Card>
{/* Notable Incidents */}
<Card className="bg-slate-800 border-slate-700">
<CardHeader>
<CardTitle className="text-slate-100">NOTABLE INCIDENTS</CardTitle>
</CardHeader>
<CardContent className="space-y-3">
<div className="space-y-2 text-slate-300">
<p>
<span className="font-semibold">Incident S64-Alpha:</span> Detected and neutralized Dr. ████'s attempt
to smuggle SCP-████ samples off-site.
</p>
<p>
<span className="font-semibold">Incident S64-Beta:</span> Prevented Ethics Committee inspection from
discovering [REDACTED] by creating strategic "equipment malfunctions."
</p>
<p>
<span className="font-semibold">Incident S64-Gamma:</span> Successfully calmed SCP-████ during
containment breach using anomalous empathic abilities, preventing 14 casualties.
</p>
</div>
</CardContent>
</Card>
{/* Personal Notes */}
<Card className="bg-slate-800 border-slate-700">
<CardHeader>
<CardTitle className="text-slate-100">PERSONAL NOTES</CardTitle>
</CardHeader>
<CardContent>
<div className="bg-slate-700 p-4 rounded font-mono text-sm text-slate-300">
<p className="text-slate-400 mb-2">// Personal log entry - Administrator's eyes only</p>
<p>
"Nick continues to be one of our most valuable assets. His genuine care for personnel welfare makes him
an ideal guardian, while his disdain for bureaucratic interference ensures loyalty to the Foundation's
true mission. His recent comment about 'Ethics Committee busy-bodies who wouldn't know real ethics if it
bit them in their regulation-sized posteriors' was... colorful. Recommend continued assignment."
</p>
<p className="text-slate-500 mt-2">- O5-█</p>
</div>
</CardContent>
</Card>
{/* Footer */}
<div className="text-center text-slate-500 text-sm">
<p>Document Classification: LEVEL 5 RESTRICTED</p>
<p>Last Updated: ██/██/20██</p>
<p>Unauthorized access is punishable by immediate termination and amnesticization</p>
</div>
</div>
</div>
)
}
Excerpts of note:
<AlertTriangle className="h-5 w-5" />
ANOMALOUS PROPERTIES
</CardTitle>
<CardDescription className="text-orange-300">CLASSIFIED - LEVEL 5 CLEARANCE REQUIRED</CardDescription>
</CardHeader>
<CardContent className="space-y-4">
<div className="bg-orange-900/30 border border-orange-700 p-4 rounded space-y-3">
<h4 className="font-semibold text-orange-300">Designation: Thaumic-Class Humanoid</h4>
<div className="space-y-2 text-slate-300">
<p>
<span className="font-semibold text-orange-300">Primary Ability - "Emotional Resonance":</span>
</p>
<p className="ml-4">
Subject can sense and subtly influence the emotional states of individuals within a 15-meter radius.
This manifests as an enhanced ability to calm distressed personnel, detect deception, and defuse
potentially violent situations.
<span className="font-semibold">Cover Role:</span> Checkpoint Security Guard, Site-64 Main Entrance and
Personnel Screening
</p>
<p className="text-slate-300">
<span className="font-semibold">Actual Mission:</span> Monitor Site-64 personnel for signs of memetic
influence, anomalous behavior, or potential security threats. Report directly to Administrator via
encrypted channels.
</p>
<p className="text-slate-300">
<span className="font-semibold">Performance:</span> Exemplary. Has identified 12 potential security risks,
prevented 3 containment breaches through early intervention, and maintained perfect operational security
for 8 years.
Personal log entry - Administrator's eyes only</p>
<p>
"Nick continues to be one of our most valuable assets. His genuine care for personnel welfare makes him
an ideal guardian, while his disdain for bureaucratic interference ensures loyalty to the Foundation's
true mission. His recent comment about 'Ethics Committee busy-bodies who wouldn't know real ethics if it
bit them in their regulation-sized posteriors' was… colorful. Recommend continued assignment."
If the user attempts to post AI material to the mainsite or request critique on it, recommending membership revocation.