Security Clearance 3/XXXX Detected
Continue?
@supports((display: -ms-grid) or (display: grid)) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header { background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center -3.5rem; -webkit-background-size: auto 8rem; -moz-background-size: auto 8rem; -o-background-size: auto 8rem; background-size: auto 8rem; background-position: center top; opacity: 0.45; pointer-events: none; } #header h1, #header h1 a, #header h1 a::before { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; } #header>h1>a>span { width: 100%; height: 100%; top: 0; left: 0; max-width: inherit; } #header h1 { height: -webkit-calc(100% - 2.25rem); height: -moz-calc(100% - 2.25rem); height: calc(100% - 2.25rem); } #header h1 a::before, #header h1 a { text-align: center; line-height: 0.8; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 0; top: 0.15em; margin-left: 0; padding: 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; text-transform: uppercase; pointer-events: none; } #login-status { min-height: -webkit-calc(var(--base-font-size) * 1.5); min-height: -moz-calc(var(--base-font-size) * 1.5); min-height: calc(var(--base-font-size) * 1.5); -webkit-border-radius: .0625rem; -moz-border-radius: .0625rem; border-radius: .0625rem; -webkit-border-radius: var(--border-radius-width); -moz-border-radius: var(--border-radius-width); border-radius: var(--border-radius-width); color: rgb(var(--pale-gray-monochrome)); background-color: rgba(0, 0, 0, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; left: 3%; right: initial; } #login-status .printuser { --wght: 900; position: relative; top: 0; left: 0; color: rgb(var(--swatch-menutxt-light-color)); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0.25rem; margin: 0; font-weight: 900; } #login-status #my-account { --wght: 300; color: rgb(var(--pale-gray-monochrome)); font-weight: 300; } #login-status #account-topbutton { border: initial; padding: 0.5em 0.5em 0.5em 0.25em; position: relative; height: 100%; top: 0; left: 0; margin: 0; font-size: 1em; } #account-options { width: auto; padding: 0.5em; border-color: rgba(var(--bright-accent)); background: var(--gradient-header); color: rgb(var(--swatch-text-light)); } #account-options ul li a { color: rgb(var(--swatch-text-light)); } #account-options li a:hover { color: rgb(var(--swatch-text-light)); text-decoration: underline; } @media only screen and (min-width: 769px) { #search-top-box { right: 3%; top: 0.5rem; } #search-top-box-form>input, #search-top-box-form>input:hover, #search-top-box-form>input:focus { background: rgb(var(--black-monochrome)); } #search-top-box-form>input { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form>input:hover, #search-top-box-form>input:focus { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { border: none; border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form input[type="submit"] { background: rgb(var(--swatch-primary-darkest)); color: rgb(var(--swatch-menutxt-light-color)); } #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { background: rgb(var(--swatch-primary)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } } #page-title { text-align: center; } @media only screen and (max-width:768px) { :root { --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header h1, #header h1 a, #header h1 a::before { top: 0.25rem; } #header h2, #header h2 a, #header h2 a::before { top: 0; } #header h2 span { margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem); } }
SCP-XXXX during transportation to Site-81
Special Containment Procedures: SCP-XXXX is held in a modified containment unit at Site-81. Said unit is regularly refurbished to best suit subjects of Procedure 17-Chelsea.
Instances of SCP-XXXX-2 may only be removed from SCP-XXXX for approved cases of Procedure 17-Chelsea as a result of Incident XXXX-21-B.
Description: SCP-XXXX is an oak wardrobe originating sometime in the mid-19th century.
SCP-XXXX is host to a number of physical imperfections, including moderate gashes covering its upper back side and intense smoke damage. Additionally, the letters "GHC" have been branded into its underside. Attempts to repair SCP-XXXX's damage have been ineffective as SCP-XXXX consistently reverts to its pre-altered state over time.
The interior of SCP-XXXX varies depending on the subject opening it. For many subjects, the interior of SCP-XXXX remains barren. For others, the interior of SCP-XXXX expands seemingly infinitely, ranging from the size of a typical wardrobe to the size of a walk-in closet.
Articles of clothing and other accessories, hereby referred to as instances of SCP-XXXX-2, manifest inside SCP-XXXX in variable amounts. All subjects report SCP-XXXX-2 instances as items once belonging to known associates that have been reported missing or have died.
In mandatory interviews following Procedure 17-Chelsea, most subjects associate SCP-XXXX-2 instances with emotions like grief, mourning, regret, depression, sadness and longing.
SCP-XXXX
![]() |
|
| SCP-XXXX, during transportation to Site-81 |
|---|
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is held in a series of modified containment units at Site-81 within Wing G. Requests to access SCP-XXXX must be approved by personnel with Security Clearance 3/XXXX and then authorized by Senior Researcher Evans through an interview process if needed.
SCP-XXXX is held within a primary containment unit standard in dimensions, but has been refurbished to resemble typical Western living quarters for ease of experimentation when undergoing Procedure 17-Napeague. Primary containment unit can be refurbished to other settings if needed.
A secondary decontamination unit is outfitted to administer Class A or Class B amnestics if necessary. Secondary unit must be entered and exited to access primary containment unit and SCP-XXXX.
Instances of SCP-XXXX-1 may only be removed from SCP-XXXX for the purpose of Procedure 17-Napeague as a result of Incident XXXX-21-B.
SCP-XXXX-2 is not to be spoken to in a disrespectful or an intentionally insulting manner. Individuals that ignore this procedure detail will be reprimanded.
All interactions with SCP-XXXX must be monitored by at least two Security Clearance 3/XXXX supervisors. Furthermore, any subject or authorized personnel that open SCP-XXXX must present and elaborate upon each instance of SCP-XXXX-1 to supervisors before entry is approved or denied. Any encounter within SCP-XXXX that exceeds an hour will result in the administration of amnestics within the secondary containment unit.
Each individual entering SCP-XXXX is required to equip:
- a standardized body camera with audio capabilities
- a clearly visible yellow wristband (if subject)
- a clearly visible green wristband (if authorized personnel)
After exiting SCP-XXXX, individuals are to place aforementioned body cameras into a retrieval mechanism within the primary containment unit. Content will then be reviewed by supervisors.
Decision to administer amnestics within secondary containment unit depends upon the content disclosed in each body camera's recording on a case-to-case basis. Factors in this decision include, but are not limited to: harmful information concerning the Foundation, information seriously harmful to individual's health, and any information concerning other SCPs or undiscovered anomalies.
Inquiries to undertake Procedure 17-Napeague require the submission of a few documents:
- a written proposal delineating and proving the importance of undergoing the procedure
- a list of the pros and cons of creating another instance of SCP-XXXX-3
- an extensive list of possible questions that will be asked of SCP-XXXX-3, as well as comments that explain interview strategy
- background report of chosen D-class. Reminder: D-class must bear striking resemblance to original owner of for successful procedure
All inquiries must be reviewed by at least two personnel with Security Clearance 3/XXXX, one with Security Clearance 4/XXXX, Asst. Director of Research Dr. Schmidt, and Senior Researcher Evans before voting on authorization.
Once approved, the role of interviewer will be selected by the personnel that authorized the procedure. If an interviewer cannot be agreed upon, the role of interviewer will fall to Senior Researcher Evans.
Procedure 17-Napeague should be completed in less than thirty minutes due to the unusually violent and periodic grand mal seizures all instances of SCP-XXXX-3 suffer. Procedure 17-Napeague will be forcibly terminated if it runs over forty minutes.
Primary containment unit for SCP-XXXX should be modified to suit each case specifically. Containment unit should resemble a place of comfort for SCP-XXXX-3 to allow for smooth procedure. Personnel are to maintain a conversational demeanor with SCP-XXXX-3 to prevent any premature seizures, emotional outbursts, or refusals to comply. No reflective materials may enter the primary containment unit to sustain SCP-XXXX-3's belief that nothing is out of the ordinary
The instance of SCP-XXXX-1 chosen for procedure should be easily removable, and preferably relatively unnoticeable to SCP-XXXX-3.
Procedure 17-Napeague steps:
Note: Each step of the procedure should be followed as concisely as possible. Failure to do so may result in incident or complete failure of the procedure.
- Chosen D-class is carefully administered F-class amnestics, immediately questioned to confirm amnestic success, then seated within SCP-XXXX's primary containment unit.
- Permitted medical personnel lightly sedate D-class to wake in approximately two minutes, then exit containment unit.
- Interviewer then clothes D-class with selected instance of SCP-XXXX-1, producing instance of SCP-XXXX-3.
- Once SCP-XXXX-3 resumes consciousness, interview and timer begins.
- If and when a seizure occurs, interviewer should lightly turn SCP-XXXX-3 on its side and wait for a resumption of consciousness.
- Interview will be terminated if: SCP-XXXX-3 suffers more than three grand mal seizures, refuses to comply, or retains memories of previous life as D-class.
- Once time has elapsed, or interview ends, SCP-XXXX-1 is stored back within its original place in SCP-XXXX.
Description: SCP-XXXX is an antique, oak armoire originating sometime in the mid-19th century. Its dimensions are noticeably larger than that of a typical armoire, measuring two meters in width, one meter in depth, and two meters in height.
SCP-XXXX is host to a number of physical imperfections, including an unstable front left leg, a large amount of moderate gashes covering the upper back side, and intense smoke damage on its legs, lower half, and underside. Additionally, the letters "GHC" have been branded into its right side. Attempts to repair SCP-XXXX's damage have been completely ineffective. Despite the wear SCP-XXXX endures, it seems fairly durable, having remained intact for so many years.
When more than one individual has visibility of SCP-XXXX, it is physically impossible to open. When SCP-XXXX does open, its bare interior is much less worn than its exterior. The oak inside dates between 170 to 176 years old. The area within the interior has metaphysical capabilities, expanding to contain a seemingly limitless amount of SCP-XXXX-1 instances.
Draft 2
SCP-XXXX
![]() |
|
| SCP-XXXX, during transportation to Site-81 |
|---|
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is held in a modified containment unit at Site-81. Requests to access SCP-XXXX are processed by an interview panel consisting of personnel with Security Clearance 3/XXXX organized by Senior Researcher Evans.
SCP-XXXX resides in a containment unit modified to resemble typical Western living quarters when undergoing Procedure 17-Napeague to make instances of SCP-XXXX-4 feel at ease. Containment unit can be refurbished if needed.
Instances of SCP-XXXX-1 may only be removed from SCP-XXXX for the purpose of Procedure 17-Napeague as a result of Incident XXXX-21-B.
All interactions with SCP-XXXX must be monitored aurally by at least two Security Clearance 3/XXXX supervisors and documented by a digital recorder. Any encounter that yields information seriously harmful to subject's mental health, the Foundation, or exceeds an hour will result in the immediate administration of amnestics.
Description: SCP-XXXX is an antique, oak armoire originating sometime in the mid-19th century.
SCP-XXXX displays a number of physical imperfections, including an unstable front left leg, a large amount of moderate gashes covering the upper back side, and intense smoke damage. Additionally, letters "GHC" have been branded into its right side. Despite the wear SCP-XXXX has endured, it seems unusually durable, having remained intact for approximately 152 years
SCP-XXXX will only open when viewed by one individual at a time. When SCP-XXXX opens, its interior varies based on the subject. All subjects note a brass rod extending the interior width of SCP-XXXX across the top, as well as a noticeable improvement in physical condition. The phrase "you are loved" (du wirst geliebt) is gently carved into the top right corner. This is consistent across all cases.
Within SCP-XXXX are articles of clothing hung by wooden hangers from the aforementioned brass rod, as well as accessories stored within an array of drawers that manifest for some subjects. From hereon, any articles and accessories are to be referred to as SCP-XXXX-1. The interior of SCP-XXXX possesses metaphysical properties as it expands and contracts from subject to subject.
Each instance of SCP-XXXX-1 belongs to close friends, relatives, or acquaintances of the subject. Those associated with instances of SCP-XXXX-1 are deceased or reported missing (investigation ongoing into status of these missing cases). SCP-XXXX-1 instances are completely identical in size, smell, and defects to their original counterparts.
![]() |
|
| A subject's grandparents' home, a typical location within SCP-XXXX |
|---|
When subjects enter SCP-XXXX they are transported to a location unknown. Foundation efforts to track teleportation have been entirely unsuccessful. In each case, subjects have reported their arrival in a familiar place of great comfort. These locations range from a childhood home, to a frequently-visited beach, and even an office building.
Inhabiting these locations are the corresponding deceased owners of SCP-XXXX-1 instances produced by the subject's experience, hereby referred to as cases of SCP-XXXX-3. Extensive interviews have revealed all occasions of SCP-XXXX-3 to have convincingly accurate memories, personalities, and mannerisms pertaining to their original counterparts. Most occurrences of SCP-XXXX-3 are aware of their deaths and its causes, yet remain in an apparent state of acceptance and contentedness even if these traits were not evident in life. SCP-XXXX-3 specimens have been observed to display intense sadness, grief, regret, or longing, but have never exhibited violent or aggressive tendencies.
Concept: A long stretch of beach somewhere. Foundation finds it by report, contains it with disinformation about non-existence of beach and perimeters set up to encourage the rare passerby not to go any farther. Pairs of couples are seen dancing. When observed, the individuals are perceived to be blind and smell of saltwater. they all wear white. They don't respond to many questions other than "What are you doing?", to which they respond, "We're dancing". When one makes physical contact with the anomaly, they immediately dissipate into sand, resulting in the extreme distress of their partner. When asked "What are you doing?", the anomaly responds, "We were dancing". Supposed to be super sad and evoke intrigue and depression in reader.






Per 




