Noting that new site member TheKebabMaster (account age 2 days, site membership 1 day) recently coldposted the following pages, all of which have multiple obvious indicators of AI-generation:
17 Dec 2025 - 12:21:49 https://scp-wiki.wikidot.com/the-great-kebab "Scp 9046"
[[html]]
<div>
<h1>Object Class: Euclid</h1>
<h2>Special Containment Procedures</h2>
<p>
SCP-9046 is contained in a reinforced food containment chamber at Site-19. The chamber features stainless steel floors, non-porous walls, and a professionally designed air filtration system capable of removing grease and smoke. Access is strictly limited to authorized research personnel.
</p>
<p>
All interactions with SCP-9046 must occur during scheduled experimental periods. Handlers are required to wear heat-resistant gloves and full protective clothing when entering the chamber. All items produced by SCP-9046 must be cataloged, photographed, and assigned a unique production ID. Consumable items deemed safe may be used for controlled testing with Class-D personnel; all others are to be incinerated.
</p>
<p>
Any attempts to relocate, disable, or tamper with SCP-9046 are strictly prohibited.
</p>
<h2>Description</h2>
<p>
SCP-9046 is a wrought-iron grill of unknown origin. Its creator and original location are unknown. Despite heavy rusting, the grill shows no measurable decay. No fuel source, electrical input, or control interface has been identified.
</p>
<p>
SCP-9046 continuously emits heat, with surface temperatures reaching approximately 430°C. At irregular intervals ranging from 5 seconds to 3 hours, SCP-9046 produces fully prepared skewered food items, hereafter referred to as "kabobs," directly above the grill. The kabobs are ready-to-eat, cooked, and seasoned, with no observable cooking process.
</p>
<p>
SCP-9046 does not respond to verbal commands, physical manipulation, or other external stimuli.
</p>
<h2>Operational Properties</h2>
<ul>
<li>
<strong>Variable Output:</strong> Each kabob produced is unique, with differences in ingredients, arrangement, and seasoning. Materials range from conventional terrestrial meats to unidentified biological matter.
</li>
<li>
<strong>Consumption-Linked Reproduction:</strong> Complete consumption of a kabob triggers replication of an identical item within approximately 30 seconds. Partial consumption does not trigger replication.
</li>
<li>
<strong>Psychological Response:</strong> Test subjects consistently report extreme satisfaction when consuming SCP-9046 kabobs. Prolonged exposure can induce compulsive food-seeking behavior, sometimes resulting in an inability to refrain from further consumption.
</li>
<li>
<strong>Occasional Hazardous Output:</strong> Some kabobs may contain dangerous or non-edible elements, such as high-temperature minerals, metal fragments, or living organisms. These occurrences show no predictable pattern.
</li>
</ul>
<h3>Sample Items</h3>
<ul>
<li>
<strong>Item 9046-001</strong><br>
Composition: Lamb, onion, flatbread<br>
Notes: Conventional; no anomalous effects beyond replication.
</li>
<li>
<strong>Item 9046-112</strong><br>
Composition: Unidentified avian tissue, translucent peppers<br>
Notes: Tissue liquefied during analysis. Mild bioluminescence observed prior to incineration.
</li>
<li>
<strong>Item 9046-203</strong><br>
Composition: Beef, tomato, metal skewer engraved with non-modern script<br>
Notes: Script identified as Ancient Sumerian. Translation pending at time of manifestation.
</li>
<li>
<strong>Item 9046-317</strong><br>
Composition: Vegetables only; no detectable protein<br>
Notes: Replicated despite absence of meat.
</li>
</ul>
<h2>Addendum 9046-2: Discovery and Containment</h2>
<p>
SCP-9046 was discovered at [REDACTED], half-buried in the floor of what appeared to be an old industrial site. The grill was observed to be firmly held in place by a network of metal, root-like structures that had grown into the surrounding substrate. Several attempts to move SCP-9046 by normal methods were reported, all of which were unsuccessful.
</p>
<p>
In order to relocate SCP-9046, staff excavated a large portion of the surrounding substrate. The grill, along with the removed substrate, was then transported to Site-19 and placed into a purpose-built containment chamber.
</p>
<h2>Addendum 9046-3: Observed Effects</h2>
<p>
On [REDACTED], SCP-9046 produced a kabob with an inscription etched along the skewer. Linguistic analysis identified the script as Ancient Sumerian. The translation reads:
</p>
<blockquote>
<em>“Feast, for the fire is eternal.”</em>
</blockquote>
<p>
No additional inscriptions have been observed. The significance of this message remains undetermined.
</p>
</div>
[[/html]]Excerpt of note:
<h2>Operational Properties</h2>
<ul>
<li>
<strong>Variable Output:</strong> Each kabob produced is unique, with differences in ingredients, arrangement, and seasoning. Materials range from conventional terrestrial meats to unidentified biological matter.
</li>
<li>
<strong>Consumption-Linked Reproduction:</strong> Complete consumption of a kabob triggers replication of an identical item within approximately 30 seconds. Partial consumption does not trigger replication.
</li>
<li>
<strong>Psychological Response:</strong> Test subjects consistently report extreme satisfaction when consuming SCP-9046 kabobs. Prolonged exposure can induce compulsive food-seeking behavior, sometimes resulting in an inability to refrain from further consumption.
</li>
<li>
<strong>Occasional Hazardous Output:</strong> Some kabobs may contain dangerous or non-edible elements, such as high-temperature minerals, metal fragments, or living organisms. These occurrences show no predictable pattern.
17 Dec 2025 - 16:40:49 https://scp-wiki.wikidot.com/the-eternal-kebab "Scp 9081"
[[html]]
<head>
<meta charset="UTF-8">
<title>SCP-9081 - The Eternal Kebab</title>
<style>
body {
margin: 0;
padding: 0;
background: #f4f4f4;
font-family: Arial, Helvetica, sans-serif;
color: #111;
}
.outer-wrapper {
width: 100%;
display: flex;
justify-content: center;
}
.inner-wrapper {
width: 100%;
max-width: 1200px;
display: flex;
flex-direction: column;
}
.header-container {
background: #660000;
color: #fff;
padding: 30px;
border-bottom: 6px solid #330000;
}
.header-title {
font-size: 36px;
margin: 0;
}
.header-subtitle {
font-size: 18px;
margin-top: 5px;
}
.content-wrapper {
padding: 40px;
background: #ffffff;
margin: 30px auto;
width: 90%;
box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.section-block {
margin-bottom: 40px;
}
.section-title {
font-size: 26px;
border-bottom: 2px solid #ddd;
padding-bottom: 8px;
margin-bottom: 20px;
}
.meta-box {
background: #eee;
padding: 15px;
border: 1px solid #ccc;
margin-bottom: 30px;
}
.meta-line {
margin: 5px 0;
}
.item-entry {
background: #fafafa;
border: 1px solid #ddd;
padding: 15px;
margin-bottom: 20px;
}
.addendum-block {
background: #fafafa;
border-left: 5px solid #660000;
padding: 20px;
margin-bottom: 30px;
}
.footer {
text-align: center;
padding: 20px;
color: #666;
font-size: 14px;
}
</style>
</head>
<body>
<div class="outer-wrapper">
<div class="inner-wrapper">
<div class="header-container">
<h1 class="header-title">SCP-9081</h1>
<h2 class="header-subtitle">"The Eternal Kebab"</h2>
</div>
<div class="content-wrapper">
<div class="meta-box">
<div class="meta-line"><strong>Item #:</strong> SCP-9081</div>
<div class="meta-line"><strong>Object Class:</strong> Euclid</div>
<div class="meta-line"><strong>Also Known As:</strong> The Eternal Kebab</div>
</div>
<div class="section-block">
<h2 class="section-title">Special Containment Procedures</h2>
<p>SCP‑9081 is maintained in a specially designed food containment chamber at Site‑19. The chamber has stainless steel floors and non‑porous walls, and a professionally designed air filtration system that is capable of removing grease, smoke, and particulate matter. Access to the chamber is limited to personnel with Level 3 clearance or higher.</p>
<p>Interactions with SCP‑9081 are only allowed during scheduled experimental periods. Those who go inside the chamber must wear heat‑resistant gloves, full protective clothing, and eye protection. Any object that is made by SCP‑9081 must be documented, photographed, and assigned a unique production ID. Consumable items that are deemed safe may be used in controlled testing along with Class‑D personnel; the rest of the items are to be destroyed by incineration.</p>
<p>It is a serious punishable offence to attempt to relocate, disable, or interfere with SCP‑9081 in any way without prior consent from the O5 Command.</p>
</div>
<div class="section-block">
<h2 class="section-title">Description</h2>
<p>SCP‑9081 is a wrought‑iron grill that seems to be one single material or source. It is a mystery who made it and where it was made. Even though it is surprisingly rusty, SCP‑9081 does not exhibit any signs of structural compromise. No one has figured out where the fuel, the electric input, or the control interface is coming from.</p>
<p>The grill is a source of continuous heat, and its surface temperature is, on average, around 430°C. At irregular and variable intervals in the range between five seconds and three hours, SCP‑9081 makes completely cooked food on a skewer, hereafter called “kabobs,” directly above the grilling surface. These foods are the ones that are already cooked and seasoned at the time of their production, and no intermediate cooking process is visible.</p>
<p>SCP‑9081 does not respond to any verbal command, physical manipulation, or any other external stimuli.</p>
</div>
<div class="section-block">
<h2 class="section-title">Operational Properties</h2>
<p><strong>Variable Output:</strong> Every kabob produced is different, new, and original. Differences in ingredients, the arrangement, and the seasoning are present. The components can be regular world meats, plants, or biological materials of unknown origin.</p>
<p><strong>Consumption‑Linked Reproduction:</strong> Complete consumption of a kabob will result in the production of the identical one in about 30 seconds. Partial consumption will not yield duplication.</p>
<p><strong>Psychological Influence:</strong> People who ate items produced by SCP‑9081 report that the items were extremely delicious. If someone is exposed to it for a long time, that person may develop a nervous craving for food and a fixation on SCP‑9081 products.</p>
<p><strong>Sometimes Hazardous:</strong> Certain components may include inedible or dangerous elements such as high‑temperature minerals, metal bits, or even living organisms. No pattern has been found for these occurrences.</p>
<p><strong>Symbolic Manifestation:</strong> Some productions have inscriptions, small scenes, or figurative presentations. These phenomena only happen when people are present and usually result in higher cognitive engagement or compulsive attention.</p>
</div>
<div class="section-block">
<h2 class="section-title">Items of Interest</h2>
<div class="item-entry">
<strong>Item 9081‑001</strong><br>
<strong>Composition:</strong> Mutton, onion, flatbread<br>
<strong>Notes:</strong> Standard replication; no anomalous effects beyond regular behavior.
</div>
<div class="item-entry">
<strong>Item 9081‑112</strong><br>
<strong>Composition:</strong> Unidentified avian tissue, translucent peppers<br>
<strong>Notes:</strong> The tissue was completely liquefied during the process of analysis. A slight bioluminescence was observed prior to the complete burning.
</div>
<div class="item-entry">
<strong>Item 9081‑203</strong><br>
<strong>Composition:</strong> Beef, tomato, metal skewer with non‑modern script engraving<br>
<strong>Notes:</strong> The script was identified as Ancient Sumerian. Translation was in progress at the time.
</div>
<div class="item-entry">
<strong>Item 9081‑317</strong><br>
<strong>Composition:</strong> Only vegetables; no protein detectable<br>
<strong>Notes:</strong> Replication took place despite no meat being present.
</div>
<div class="item-entry">
<strong>Item 9081‑425</strong><br>
<strong>Composition:</strong> Unknown proteinaceous matter, edible spores<br>
<strong>Notes:</strong> Weak light was observed. Eating caused mild auditory hallucinations.
</div>
</div>
<div class="section-block">
<h2 class="section-title">Addendum 9081: Discovery and Containment</h2>
<div class="addendum-block">
<p>SCP‑9081 was located at [REDACTED] and was half buried in the earth of a desolate industrial site. A network of metallic, root‑like structures that extended deep into the surrounding area held the grill down. The first attempts to remove SCP‑9081 using standard mechanical methods were not successful.</p>
<p>The team dug out the whole area around and brought SCP‑9081 along with the connected material to Site‑19 for storing.</p>
</div>
</div>
<div class="section-block">
<h2 class="section-title">Addendum 9081‑1: Observed Effects</h2>
<div class="addendum-block">
<p>Once, on [REDACTED], SCP‑9081 made a kabob with writing on the skewer. Language analysis recognized the script as Ancient Sumerian. The translation reads:</p>
<p><em>"Feast, for the fire is eternal."</em></p>
<p>Other observed phenomena include miniature scenic dioramas that rotate, staff figurative representations, weak bioluminescence, and rare auditory emissions. None of these happen without direct human observation.</p>
</div>
</div>
<div class="section-block">
<h2 class="section-title">Addendum 9081‑4: Incident Reports</h2>
<div class="addendum-block">
<p><strong>Incident 9081‑A:</strong> A Level 2 researcher ate multiple SCP‑9081 kabobs. The researcher showed compulsive behavior and had to be sedated in order to stop the consumption.</p>
<p><strong>Incident 9081‑B:</strong> A kabob produced miniature moving figurines of the personnel who were observing. The disorientation and obsessive focus were reported by the witnesses.</p>
<p><strong>Incident 9081‑C:</strong> Some metal fragments and unknown mineral compounds were found in the contents of several kabobs. All the items were burnt; no one got hurt.</p>
<p><strong>Incident 9081‑D:</strong> Kabobs with Ancient Sumerian inscriptions caused intense curiosity among personnel, resulting in repeated attempts to handle them. Afterward, containment regulations were changed.</p>
</div>
</div>
<div class="section-block">
<h2 class="section-title">Addendum 9081‑5: Research Notes</h2>
<div class="addendum-block">
<p>SCP‑9081 acts like an independent creative agent when it comes to producing both culinary and symbolic phenomena. The psychological effects experienced by observers—compulsive attention, cognitive fixation, and great satisfaction—are taken as proof of the phenomenon’s existence.</p>
<p>The research is still going on to find out whether SCP‑9081 is a cognitohazardous device, an autonomous automaton, or a memetic artifact of unknown origin.</p>
<p>Strict compliance with containment regulations and proper recording of all the productions are still very much required.</p>
</div>
</div>
<div class="footer">
Secure, Contain, Protect.
</div>
</div>
</div>
</div>
</body>
[[/html]]Excerpt of note:
<div class="section-block">
<h2 class="section-title">Addendum 9081‑5: Research Notes</h2>
<div class="addendum-block">
<p>SCP‑9081 acts like an independent creative agent when it comes to producing both culinary and symbolic phenomena. The psychological effects experienced by observers—compulsive attention, cognitive fixation, and great satisfaction—are taken as proof of the phenomenon’s existence.</p><p>The research is still going on to find out whether SCP‑9081 is a cognitohazardous device, an autonomous automaton, or a memetic artifact of unknown origin.</p>
<p>Strict compliance with containment regulations and proper recording of all the productions are still very much required.</p>
</div>
</div><div class="footer">
Secure, Contain, Protect.
18 Dec 2025 - 07:36:51 https://scp-wiki.wikidot.com/the-loaf-that-spreads "Scp 9047"
[[html]]
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SCP-9047 - Anomalous Bread Products</title>
<style>
body {
margin: 0;
padding: 0;
background: #f4f4f4;
font-family: Arial, Helvetica, sans-serif;
color: #111;
}
.outer-wrapper {
width: 100%;
display: flex;
justify-content: center;
}
.inner-wrapper {
width: 100%;
max-width: 1200px;
display: flex;
flex-direction: column;
}
.header-container {
background: #660000;
color: #fff;
padding: 30px;
border-bottom: 6px solid #330000;
}
.header-title {
font-size: 34px;
margin: 0;
}
.header-subtitle {
font-size: 18px;
margin-top: 5px;
}
.content-wrapper {
padding: 40px;
background: #ffffff;
margin: 30px auto;
width: 90%;
box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.meta-box {
background: #eee;
padding: 15px;
border: 1px solid #ccc;
margin-bottom: 30px;
}
.meta-line {
margin: 5px 0;
}
.section-block {
margin-bottom: 40px;
}
.section-title {
font-size: 24px;
border-bottom: 2px solid #ddd;
padding-bottom: 8px;
margin-bottom: 20px;
}
.addendum-block {
background: #fafafa;
border-left: 5px solid #660000;
padding: 20px;
margin-bottom: 25px;
}
.interview-block {
background: #f9f9f9;
border: 1px solid #ddd;
padding: 15px 20px;
margin-top: 10px;
}
.interview-line {
margin-bottom: 8px;
}
.oversight-quote {
font-style: italic;
padding-left: 15px;
border-left: 3px solid #ccc;
margin: 10px 0 20px 0;
}
.footer {
text-align: center;
padding: 20px;
color: #666;
font-size: 14px;
}
</style>
</head>
<body>
<div class="outer-wrapper">
<div class="inner-wrapper">
<div class="header-container">
<h1 class="header-title">SCP-9047</h1>
<h2 class="header-subtitle">Anomalous Bread Products</h2>
</div>
<div class="content-wrapper">
<!-- META INFO -->
<div class="meta-box">
<div class="meta-line"><strong>Item #:</strong> SCP-9047</div>
<div class="meta-line"><strong>Object Class:</strong> Euclid</div>
</div>
<!-- SPECIAL CONTAINMENT PROCEDURES -->
<div class="section-block">
<h2 class="section-title">Special Containment Procedures</h2>
<p>All known instances of SCP-9047 are to be contained within hermetically sealed, temperature-controlled refrigeration units located at Site-19 or at Foundation-authorized off-site storage facilities. These facilities are to be continuously monitored for unauthorized access, anomalous fermentation activity, and spontaneous increases in stored biomass.</p>
<p>Any instance of SCP-9047 identified outside approved containment parameters is to be recovered immediately by Mobile Task Force Pi-9 (“Crust Crusaders”). All recovery operations and containment logistics are to be conducted under the direct oversight of Dr. Millar.</p>
<p>Personnel assigned to SCP-9047-related duties are required to wear Class-B biohazard protective equipment, including gloves, respirators, and eye protection. Consumption of SCP-9047 under any circumstances is strictly prohibited. Personnel exhibiting compulsive behavior related to bread production, grain fixation, or ingestion impulses are to be quarantined and subjected to mandatory psychological evaluation and decontamination procedures.</p>
<p>All experimental protocols involving SCP-9047 require prior written authorization from Dr. Millar and secondary approval from O5-02.</p>
</div>
<!-- DESCRIPTION -->
<div class="section-block">
<h2 class="section-title">Description</h2>
<p>SCP-9047 designates a group of anomalous bread products derived from corn contaminated by an unidentified yeast-fungal hybrid entity, provisionally designated SCP-9047-α. SCP-9047 instances are externally indistinguishable from non-anomalous bread products; however, microscopic and biochemical analysis reveals atypical cellular organization, autonomous metabolic activity, and limited self-replicative capability.</p>
<p>When stored in proximity to one another, SCP-9047 instances demonstrate anomalous increases in mass and quantity, even in sealed environments with minimal nutrient availability. These replication events violate known conservation laws and are not fully understood.</p>
<p>Ingestion of SCP-9047 results in progressive neurological and psychological effects. Initial symptoms include mild euphoria and heightened cognitive association with grain-based food products. Prolonged exposure leads to intrusive ideation centered on baking, replication of bread products, and dissemination behaviors. Affected individuals frequently attempt unsupervised bread production using non-viable or unsanitary materials.</p>
<p>Neuroimaging and microbiological analysis indicate that SCP-9047-α integrates into the host gastrointestinal microbiome and exerts subtle influence over executive decision-making processes. SCP-9047 is therefore internally classified as a proto-cognitohazard.</p>
</div>
<!-- ORIGIN -->
<div class="section-block">
<h2 class="section-title">Origin</h2>
<p>SCP-9047 originated from an anomalous agricultural site located in [REDACTED] County, [REDACTED]. Corn cultivated at this location exhibited accelerated growth rates, anomalous thermal signatures during fermentation, and resistance to common agricultural pests.</p>
<p>Prior to Foundation detection, the harvested corn was distributed through standard commercial supply chains to multiple grain processing facilities. The resulting flour was sold to numerous bakeries across several regions. Significant civilian exposure occurred before containment efforts could be initiated.</p>
<p>A substantial quantity of SCP-9047-derived products remains unaccounted for due to prior commercial distribution and long-term storage in multiple warehouses. Complete recovery is currently assessed as unfeasible.</p>
</div>
<!-- ADDENDUM 9047-1: BEHAVIORAL OBSERVATIONS -->
<div class="section-block">
<h2 class="section-title">Addendum 9047-1: Behavioral Observations</h2>
<div class="addendum-block">
<p>Despite the absence of a nervous system, SCP-9047 exhibits behavior suggestive of limited collective awareness. Documented observations include gradual repositioning of instances within containment units and persistent clustering behavior. Low-frequency vibrational emissions have been detected during peak fermentation periods.</p>
<p>According to analysis submitted by Dr. Millar, these phenomena may represent a primitive form of inter-instance signaling.</p>
</div>
</div>
<!-- ADDENDUM 9047-2: INTERVIEW LOG -->
<div class="section-block">
<h2 class="section-title">Addendum 9047-2: Interview Log</h2>
<div class="addendum-block">
<p><strong>Interviewed Subject:</strong> D-9341</p>
<p><strong>Former Occupation:</strong> Commercial bakery employee</p>
<p><strong>Interviewer:</strong> Dr. Millar</p>
<div class="interview-block">
<p class="interview-line"><strong>Dr. Millar:</strong> State the reason you continued bread production beyond assigned working hours.</p>
<p class="interview-line"><strong>D-9341:</strong> Ceasing production was perceived as incorrect.</p>
<p class="interview-line"><strong>Dr. Millar:</strong> Clarify.</p>
<p class="interview-line"><strong>D-9341:</strong> Production felt obligatory. Terminating the process was unacceptable.</p>
</div>
<p>Interview terminated following escalation of compulsive behavior. Subject was later observed attempting unauthorized fermentation using environmental debris.</p>
</div>
</div>
<!-- ADDENDUM 9047-3: OVERSIGHT COMMENTARY -->
<div class="section-block">
<h2 class="section-title">Addendum 9047-3: Oversight Commentary</h2>
<div class="addendum-block">
<p><strong>O5-02:</strong></p>
<p class="oversight-quote">
“The anomaly achieved wide distribution by conforming to civilian expectations. Continued containment efforts must account for both biological persistence and human behavioral vulnerability.”
</p>
<p><strong>Current Status:</strong></p>
<p>SCP-9047 remains classified as Euclid. Reclassification will be considered pending further evidence of coordinated replication events or widespread behavioral influence.</p>
<p>MTF Pi-9 operations remain ongoing.</p>
</div>
</div>
<div class="footer">
Secure, Contain, Protect.
</div>
</div>
</div>
</div>
</body>
[[/html]]Excerpt of note:
<!— ADDENDUM 9047-3: OVERSIGHT COMMENTARY —>
<div class="section-block">
<h2 class="section-title">Addendum 9047-3: Oversight Commentary</h2>
<div class="addendum-block">
<p><strong>O5-02:</strong></p><p class="oversight-quote">
“The anomaly achieved wide distribution by conforming to civilian expectations. Continued containment efforts must account for both biological persistence and human behavioral vulnerability.”
</p><p><strong>Current Status:</strong></p>
<p>SCP-9047 remains classified as Euclid. Reclassification will be considered pending further evidence of coordinated replication events or widespread behavioral influence.</p><p>MTF Pi-9 operations remain ongoing.</p>
User has no sandbox history. They have one forum post: https://scp-wiki.wikidot.com/forum/t-17492318/the-great-kebab#post-7472263 a reply to a reader comment "Lot of SPaG errors, suggest looking over the article to making sure there are none. No real theme or anything of interest with the article, thus it isn't really compelling or interesting at all. The relocation attempt summary is repeated twice, exactly, and also contradicts the fact 9046 is at Site-19. Mediocre, really, in full. I'm sure you'll be able to do better in the future."
Thank you will look over and do better in the future!
Permanently banned, PM sent. storm, afto, Zoobeeny, Kufat supported ban.
