Noting that new site member sirgate (account age and site membership 1 day) recently coldposted the following page, which has multiple indicators of AI-generation:
https://scp-wiki.wikidot.com/scp-9727 page title Scp 9727 - The Neon Remnant, user's only edits were to upload two images, add tags "blue, data, electromagnet, lostdata, man, neon", and blank page.
[[html]]
<style>
body {
background: url("https://images.unsplash.com/photo-1584623572201-d0385667e46d?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8Z3Jhc3MlMjBmaWVsZHxlbnwwfHwwfHx8MA%3D%3D&fm=jpg&q=60&w=3000")
no-repeat center center fixed;
background-size: cover;
color: #e4f4ff;
margin: 0;
padding: 40px;
}
.page {
background: rgba(10, 18, 26, 0.82);
border: 1px solid #2a8abf;
border-radius: 6px;
padding: 22px 30px;
max-width: 1000px;
margin: 0 auto;
box-shadow: 0 0 20px rgba(0, 120, 180, 0.25);
}
.addendum-panel {
margin-top: 25px;
background: rgba(12, 22, 32, 0.8);
border: 1px solid #3ea4cf;
border-left: 4px solid #00bfff;
border-radius: 4px;
padding: 16px 18px;
font-size: 13px;
line-height: 1.5;
color: #e8f6ff;
position: relative;
}
.addendum-header {
font-weight: 700;
text-transform: uppercase;
color: #9cdcff;
margin-bottom: 6px;
font-size: 13px;
}
.access-tag {
display: inline-block;
background: #00bfff;
color: #0a0a0a;
font-weight: 700;
font-size: 11px;
padding: 2px 6px;
border-radius: 2px;
margin-bottom: 10px;
}
.timeline {
border-left: 2px solid #00aaff;
padding-left: 12px;
margin-top: 10px;
}
.timeline-item {
margin-bottom: 14px;
}
.timeline-item b {
color: #9adfff;
}
.redact {
background: rgba(50,90,120,0.8);
color: #0a0a0a;
padding: 0 4px;
border-radius: 2px;
}
.failure {
color: #ff7f7f;
font-weight: bold;
}
.success {
color: #90ff90;
font-weight: bold;
}
/* Header */
.header {
border-bottom: 2px solid #2a8abf;
margin-bottom: 18px;
padding-bottom: 6px;
}
.title {
font-size: 24px;
font-weight: 700;
color: #9edcff;
margin: 0;
}
.subtitle {
font-size: 12px;
color: #bcddef;
margin-top: 4px;
}
.incident-log {
background: rgba(20, 35, 50, 0.7);
border: 1px solid #3ea4cf;
border-radius: 5px;
padding: 10px 14px;
margin-top: 20px;
font-size: 13px;
position: relative;
cursor: pointer;
transition: background 0.3s;
}
.incident-log:hover {
background: rgba(25, 50, 70, 0.9);
}
.incident-title {
color: #9cdcff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 4px;
}
.incident-hidden {
display: none;
margin-top: 6px;
line-height: 1.4;
color: #e4f4ff;
}
.incident-log::after {
content: "[Click to decrypt file]";
font-size: 11px;
color: #7ac8e8;
display: block;
margin-top: 5px;
}
.info-table {
width: 100%;
border-collapse: collapse;
margin: 14px 0;
}
.info-table td {
padding: 6px 8px;
border-bottom: 1px solid rgba(120, 180, 220, 0.12);
vertical-align: top;
}
.info-table .label {
color: #8fd4ff;
font-weight: 700;
width: 150px;
text-transform: uppercase;
font-size: 90%;
}
.layout {
display: flex;
gap: 18px;
align-items: flex-start;
}
.text {
flex: 3;
color: #e6f7ff;
line-height: 1.45;
font-size: 14px;
}
.footage {
flex: 1;
background: rgba(18, 30, 40, 0.62);
border: 1px solid #3ea4cf;
border-radius: 4px;
padding: 8px;
font-size: 12px;
color: #cdeaf7;
text-align: center;
}
.footage img {
width: 100%;
border-radius: 3px;
margin-bottom: 6px;
display: block;
}
.nc-panel {
margin-top: 24px;
background: rgba(12, 22, 32, 0.85);
border: 1px solid #3ea4cf;
border-left: 4px solid #00bfff;
border-radius: 4px;
padding: 14px 16px;
font-size: 13px;
line-height: 1.5;
color: #e8f6ff;
}
.nc-hdr {
font-weight: 700;
text-transform: uppercase;
color: #9cdcff;
margin-bottom: 8px;
font-size: 13px;
}
.nc-row { margin: 10px 0 12px; }
.nc-sub {
color: #bfe9ff;
font-weight: 700;
text-transform: uppercase;
font-size: 11px;
letter-spacing: .3px;
margin-bottom: 4px;
}
.nc-muted { color: #9fcae1; font-size: 12px; }
.nc-redact-block {
background: rgba(35, 70, 100, 0.65);
border: 1px dashed #3ea4cf;
border-radius: 4px;
padding: 8px 10px;
}
.nc-redact-line {
display: inline-block;
position: relative;
cursor: help;
}
.nc-redact-line .nc-mask {
color: #0a0a0a;
background: rgba(60,100,150,0.85);
padding: 0 4px;
border-radius: 2px;
transition: opacity .15s;
}
.nc-redact-line .nc-plain {
position: absolute;
left: 0; top: 0;
opacity: 0;
white-space: nowrap;
pointer-events: none;
transition: opacity .15s;
}
.nc-redact-line:hover .nc-mask { opacity: 0; }
.nc-redact-line:hover .nc-plain { opacity: 1; pointer-events: auto; }
.nc-access {
display: grid;
grid-template-columns: auto 1fr;
gap: 8px 12px;
align-items: start;
border: 1px solid #2e8ebd;
border-radius: 4px;
padding: 8px 10px;
background: rgba(18, 34, 50, 0.6);
}
.nc-access .nc-tabs {
display: flex; gap: 6px; flex-wrap: wrap;
}
.nc-access label {
border: 1px solid #3ea4cf;
padding: 2px 8px;
border-radius: 3px;
font-size: 11px;
cursor: pointer;
color: #cfefff;
}
.nc-access input { display: none; }
.nc-access input:checked + label {
background: #00bfff;
color: #0a0a0a;
border-color: #00bfff;
font-weight: 700;
}
.nc-sec { display: none; padding-top: 4px; }
#nc-l2:checked ~ .nc-content .nc-sec[data-l="2"] { display: block; }
#nc-l3:checked ~ .nc-content .nc-sec[data-l="3"] { display: block; }
#nc-l4:checked ~ .nc-content .nc-sec[data-l="4"] { display: block; }
.nc-swap {
background: rgba(25, 50, 70, 0.5);
border-radius: 3px;
padding: 0 4px;
}
.nc-sep {
height: 1px;
background: linear-gradient(90deg, transparent, #2f89b6, transparent);
border: 0; margin: 10px 0;
}
.keter-badge {
background: #ff2121;
color: #fff;
font-weight: 700;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px;
text-transform: uppercase;
}
.section-title {
color: #bfe9ff;
font-weight: 700;
text-transform: uppercase;
margin-top: 16px;
margin-bottom: 6px;
font-size: 12px;
}
.note {
color: #98cfe8;
font-size: 12px;
}
</style>
<div class="page">
<div class="header">
<div class="title">SCP-9727 — "The Neon Remnant"</div>
<div class="subtitle">Secure. Contain. Protect.</div>
</div>
<table class="info-table">
<tr>
<td class="label">Item #:</td>
<td>SCP-9727</td>
</tr>
<tr>
<td class="label">Object Class:</td>
<td><span class="keter-badge">KETER</span></td>
</tr>
<tr>
<td class="label">Threat Level:</td>
<td>Blue</td>
</tr>
<tr>
<td class="label">Status:</td>
<td>Under Extended Containment</td>
</tr>
</table>
<div class="layout">
<div class="text">
<div class="section-title">Special Containment Procedures:</div>
<p>
The object must be immediately incapacitated with cyanide bullets. Once
incapacitated, it must be placed in a 4x4 meter room with 2-meter-thick
earth walls and 3-meter-thick concrete, and monitored only by
bulletproof, radiation-resistant, and one-way glass.
</p>
<div class="section-title">Description:</div>
<p>
SCP-9727 appears to be a man approximately twenty to thirty years old,
with dozens of blue spikes growing from his hair. These spikes appear to
glow in low light and emit a weak electromagnetic field.
</p>
<p>
When approached, the subject exhibited
<span class="redact">█████████████████████████████</span> behavior.
During the first observation, video logs and sensor reports suffered
partial damage, resulting in the loss of approximately 37% of the
initial data.
</p>
<p>
Several research desks storing SCP-9727 documents were reported to have
<span class="redact">disappeared without a trace</span>, coinciding with
the failure of the archives' electrical system. Internal analysis found
that the data loss pattern followed a spiral shape similar to the
arrangement of spines on the subject's head. The subject appeared to be
aware of the documentation process being conducted on him. In one
incident, digital text on a surveillance terminal changed to read,
"<span class="redact">Don't write about me again</span>."
</p>
<p class="note">
Note: All interactions must be logged and audited by the Meta-Division.
Exposed personnel must undergo a cognitive evaluation.
</p>
<div class="section-title">Addendum 9727-A: Incident Log</div>
<div class="incident-log" onclick="this.querySelector('.incident-hidden').style.display='block'; this.querySelector('::after'); this.removeAttribute('onclick'); this.style.cursor='default';">
<div class="incident-title">Incident Log 9727-A — Data Fragment</div>
<div class="incident-hidden">
<p><b>[BEGIN LOG]</b></p>
<p>
<b>Time:</b> ██:██ — Site-██ Research Wing<br />
<b>Summary:</b> Following an attempt to relocate SCP-9727, security
footage recorded a brief flash of blue light. When systems restored,
three researchers assigned to the transfer had <span style="background:rgba(60,100,150,0.6);color:#0a0a0a;">█
████</span> from the room, leaving only melted ID cards and static noise
across every active monitor.
</p>
<p>
The surviving log file contained a single repeated message:
<span style="color:#00bfff;">“You can’t contain what remembers you.”</span>
</p>
<p><b>[END LOG]</b></p>
</div>
</div>
<div class="addendum-panel">
<div class="addendum-header">Addendum 9727-B — Cross-Interaction and Neutralization Attempt</div>
<div class="access-tag">ACCESS GRANTED • FOUNDATION INTERNAL USE ONLY</div>
<p><b>Summary:</b> Following multiple containment failures, the Ethics Committee approved controlled cross-testing between <b>SCP-9727</b> and <b>SCP-173</b> to evaluate possible counter-anomalous interference. All procedures were performed under Level-4 authorization at Site-██.</p>
<div class="timeline">
<div class="timeline-item">
<b>Test 1 — Interaction with SCP-173:</b><br>
SCP-173 was introduced into SCP-9727’s chamber via automated containment gate. Within 6 seconds of visual contact, SCP-9727 emitted a low-frequency pulse that disabled remote observation for 2.4 seconds.
When video feed returned, SCP-173 had been displaced to the corner of the room — facing the wall — with surface markings resembling <span class="redact">███</span>.
SCP-9727 remained stationary, its spikes glowing brighter. No further movement detected.
<span class="failure">Result: SCP-173 unaffected.</span>
</div>
<div class="timeline-item">
<b>Test 2 — Acid Exposure:</b><br>
40 liters of concentrated hydrofluoric acid were released into the chamber. The acid evaporated almost instantly upon contact with the entity’s surface, producing blue vapor with unknown chemical composition. Sensors indicated a sudden temperature drop of −17°C in under three seconds.
<span class="failure">Result: Structural integrity 100% maintained.</span>
</div>
<div class="timeline-item">
<b>Test 3 — Nitrogen Submersion:</b><br>
SCP-9727 was submerged in a cryogenic tank filled with liquid nitrogen (−196°C) for ten minutes. When the chamber was reopened, the subject’s form had crystallized, then resumed movement after 12 seconds without showing any sign of thermal damage.
Audio log captured a faint whisper: “<span class="redact">That was cold, not death.</span>”
<span class="failure">Result: No permanent effect.</span>
</div>
<div class="timeline-item">
<b>Test 4 — Combustion Attempt:</b><br>
Ignition using a military-grade flamethrower sustained for 90 seconds. Blue spikes intensified in luminescence, and the flames bent away from the subject in a circular pattern. Thermal cameras registered negative heat signatures near the body.
<span class="failure">Result: Complete resistance to combustion.</span>
</div>
<div class="timeline-item">
<b>Conclusion:</b><br>
All efforts to destroy or neutralize SCP-9727 have failed. Entity’s molecular structure remains stable under extreme chemical and thermal stress.
Further testing suspended by order of O5-█ pending full narrative hazard assessment.
</div>
</div>
</div>
<div class="nc-panel" id="addendum-9727c">
<div class="nc-hdr">Addendum 9727-C — Narrative Collapse Report</div>
<div class="nc-sub">Summary</div>
<p>
Following repeated containment anomalies, Meta-Division initiated a diagnostic review
of SCP-9727’s documentation integrity. The file displayed non-standard narrative
feedback loops, including partial self-editing and temporal displacement of log data.
Several backup archives were found <span class="nc-redact-line">
<span class="nc-mask">███ corrupted ███</span>
<span class="nc-plain">completely overwritten by SCP-9727’s linguistic pattern</span></span>.
</p>
<hr class="nc-sep" />
<div class="nc-sub">System Log Fragment</div>
<div class="nc-redact-block">
<p>Detected message chain (auto-generated during checksum verification):</p>
<p>
<span class="nc-redact-line">
<span class="nc-mask">████ ███ █████ ████</span>
<span class="nc-plain">“The file remembers who wrote it.”</span>
</span><br>
<span class="nc-muted">Note: phrase persists even after data purge procedures.</span>
</p>
</div>
<hr class="nc-sep" />
<div class="nc-sub">Access Level Records</div>
<div class="nc-access">
<div class="nc-tabs">
<input type="radio" name="nc-access" id="nc-l2" checked />
<label for="nc-l2">Level 2</label>
<input type="radio" name="nc-access" id="nc-l3" />
<label for="nc-l3">Level 3</label>
<input type="radio" name="nc-access" id="nc-l4" />
<label for="nc-l4">Level 4</label>
</div>
<div class="nc-content">
<div class="nc-sec" data-l="2">
Level-2 summary: minor narrative irregularities detected in metadata timestamps.
SCP-9727 appears to trigger recursive logging whenever its own designation is referenced.
</div>
<div class="nc-sec" data-l="3">
Level-3 diagnostic: checksum drift observed across cross-linked SCP entries.
Mentions of SCP-9727 within SCP-173’s file reverted to pre-containment language,
suggesting an autonomous rewrite mechanism. Probability of cross-infection:
<span class="nc-swap" data-alt="0.84">0.71</span>.
</div>
<div class="nc-sec" data-l="4">
Level-4 clearance only:<br>
Recovered mirror copy indicates that SCP-9727 has injected a self-referential clause
into Foundation database schema.<br>
<span class="nc-redact-line">
<span class="nc-mask">██████████████</span>
<span class="nc-plain">“Every observation rewrites the observer.”</span>
</span><br>
Data quarantine extended indefinitely.
</div>
</div>
</div>
<hr class="nc-sep" />
<div class="nc-sub">Auto-Rewrite Trace</div>
<p id="nc-trace">
File state: <span class="nc-swap" id="nc-state" data-alt="RECONSTRUCTED">STABLE</span> •
Source mirror: <span class="nc-swap" data-alt="META-NODE-Δ">META-NODE-B</span> •
Audit hash: <span class="nc-swap" data-alt="Σ-9727-Ω">Σ-9727-B</span>
</p>
<p class="nc-muted">
Status text will alternate automatically, simulating internal Foundation
narrative corrections. Click the status to toggle manually.
</p>
</div>
<script>
(function () {
var swaps = document.querySelectorAll('#addendum-9727c .nc-swap');
setTimeout(function () {
swaps.forEach(function (el) {
var alt = el.getAttribute('data-alt');
if (!alt) return;
var cur = el.textContent;
el.textContent = alt;
el.setAttribute('data-alt', cur);
});
}, 5000);
})();
(function () {
var state = document.getElementById('nc-state');
if (!state) return;
state.addEventListener('click', function () {
var alt = this.getAttribute('data-alt');
if (!alt) return;
var cur = this.textContent;
this.textContent = alt;
this.setAttribute('data-alt', cur);
});
})();
</script>
</div>
<div class="footage">
<img
src="https://i.ibb.co/3y0f2dbF/6089123883601562713.jpg"
alt="SCP-9727 Footage"
/>
<div style="font-size: 12px; color: #cbeefc">
Footage captured during partial containment breach, ██/██/20██.
</div>
<div class="note" style="margin-top: 8px">
Info • Camera ID: ██-█ • Timestamp: ██:██
</div>
</div>
</div>
</div>
[[/html]]Excerpts of note:
<p class="note">
Note: All interactions must be logged and audited by the Meta-Division.
Exposed personnel must undergo a cognitive evaluation.
</p>
<div class="section-title">Addendum 9727-A: Incident Log</div>
<div class="incident-log" onclick="this.querySelector('.incident-hidden').style.display='block'; this.querySelector('::after'); this.removeAttribute('onclick'); this.style.cursor='default';">
<div class="incident-title">Incident Log 9727-A — Data Fragment</div>
<div class="incident-hidden">
<p><b>[BEGIN LOG]</b></p>
<p>
<b>Time:</b> ██:██ — Site-██ Research Wing<br />
<b>Summary:</b> Following an attempt to relocate SCP-9727, security
footage recorded a brief flash of blue light. When systems restored,
three researchers assigned to the transfer had <span style="background:rgba(60,100,150,0.6);color:#0a0a0a;">█
████</span> from the room, leaving only melted ID cards and static noise
across every active monitor.
<div class="nc-hdr">Addendum 9727-C — Narrative Collapse Report</div>
<div class="nc-sub">Summary</div>
<p>
Following repeated containment anomalies, Meta-Division initiated a diagnostic review
of SCP-9727’s documentation integrity. The file displayed non-standard narrative
feedback loops, including partial self-editing and temporal displacement of log data.
Several backup archives were found <span class="nc-redact-line">
<span class="nc-mask">███ corrupted ███</span>
<span class="nc-plain">completely overwritten by SCP-9727’s linguistic pattern</span></span>.
</p>
Of note, this was not the first time the user posted an AI-generated page to this slot; the prior iteration was titled "Scp 9727 - The Eclipser of Origin - SCP Foundation" and was noted to have " AI hallmarks such as “supplementary description”, “observation summary”, and “foundation interpretation”. There’s also a lot of strange wording choices in this". One preserved excerpt was:
“It is not beyond ∞.
∞ is merely its first breath.” — Researcher Θ-4
User has no sandbox activity and no forum posts. Permanently banned, PM sent. nico, Kufat, Zoobeeny supported ban.
