- Hide component code
:root {
--sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 56.25rem) {
#content-wrap {
display: flex;
position: initial;
flex-direction: row;
flex-grow: 2;
width: calc(100vw - (100vw - 100%));
max-width: inherit;
height: auto;
min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2);
}
\#main-content {
position: initial;
width: var(--body-width-on-desktop, 45.75rem);
max-width: var(--body-width-on-desktop, 45.75rem);
max-height: 100%;
margin: 0 auto;
padding: 2rem 1rem;
}
\#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
\#side-bar {
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
grid-area: side-bar;
width: var(--sidebar-width-on-desktop, 13.6rem) !important;
min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
max-height: 100vh;
padding-right: 2.5rem;
padding-left: 0.5rem;
overflow-y: scroll;
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms linear,
margin 300ms linear;
border: none;
border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 \- 1rem);
direction: rtl;
scrollbar-width: thin;
-ms-scroll-chaining: none;
overscroll-behavior: contain;
scrollbar-color:
rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
rgba(var(--swatch-tertiary-color), 0.05); /* Track */
}
\#side-bar::-webkit-scrollbar-track {
background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
}
\#side-bar::-webkit-scrollbar,
\#side-bar::-webkit-scrollbar-thumb,
\#side-bar::-webkit-scrollbar-corner {
width: 0.5rem;
border-right-width: calc(100vw + 100vh);
border-right-style: inset;
border-color: inherit;
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
}
\#side-bar:is(:hover, :active, :focus-within) {
margin-right: 2.25rem;
padding-right: 0.25rem;
overflow-x: hidden;
overflow-y: auto;
border-color: rgba(var(--swatch-primary-darker), 1);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0));
scrollbar-color:
rgba(170, 170, 170, 1) /* Thumb */
rgba(252, 252, 252, 1); /* Track */
scrollbar-color:
rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */
}
\#main-content::after {
content: " ";
display: flex;
position: fixed;
top: 0;
left: 1rem;
align-items: center;
justify-content: center;
width: 1rem;
height: 100%;
max-height: 100%;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center left 1rem;
background-size: 1rem 12.875rem;
pointer-events: none;
}
\#side-bar:is(:hover, :active, :focus-within) + \#main-content::after {
left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
width: 0rem;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0;
background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
font-size: 0em;
}
\#main-content::before {
content: " ";
position: absolute;
z-index: 9;
top: var(--final-header-height-on-desktop, 0);
left: 0;
width: var(--sidebar-width-on-desktop, 14.5rem);
height: calc(100% \- var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 \- 2.313rem);
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0.5;
background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
pointer-events: none;
translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 \+ 1rem);
}
\#side-bar:is(:hover, :active, :focus-within) + \#main-content::before {
translate: 0;
opacity: 0;
}
\#side-bar .side-block {
margin-top: 1em;
padding-left: 0.25em;
border-right-width: 0rem;
border-left-width: 0rem;
border-radius: 0;
background-color: rgb(0, 0, 0, 0);
direction: ltr;
}
\#side-bar .scpnet-interwiki-wrapper {
direction: ltr;
}
/* Print Friendly Formatting by Estrella */
body.print-body {
--sidebar-width-on-desktop: 0;
}
body.print-body \#main-content::before,
body.print-body \#main-content::after {
display: none;
}
}
Special Containment Procedures:
I/O HERMEIAS is to keep constant watch on new item postings on major online marketplaces. If SCP-6530 is confirmed as present, MTF-Theta-16 (“All the Little Things”) and assigned UIU personnel are to be informed immediately to take corrective action.
Web architecture implemented in containment must be maintained on a regular basis.
Description:
SCP-6530 is a memetic parasite transmitted through certain phrases contained in over 70% of all item descriptions on online marketplaces that primarily focus on sale of goods through the internet and in the UI of service-based app companies that focus on delivery of sundries and prepared food.
Those susceptible to SCP-6530 infection are individuals from households with yearly gross income 30% over the poverty line. Once infected a subject will inadvertently pass along the memetic parasite to those within their household.
Anomalous effects of SCP-6530 infection show the following signs:
- Subjects immediately exhibit reliance on online shopping, eschewing visiting stores in person, even when more convenient for personal necessity or when online prices are higher
- Subjects exhibit conviction that fees connected with online shopping are more convenient than personal expenses attached to visiting stores in person, even when such costs are cumulatively less than delivery fees
- Subjects regularly purchase large quantities of items even when in excess of subjects’ need for said item
- Subjects consistently try to convince others that online shopping is more efficient and cost-effective, even when the facts are in contradiction
- Subjects routinely spend leisure time scanning the reviews of items in online marketplaces and services
- Subjects exhibit reliance on ordering food through delivery services, even when subjects have experience preparing their own food and possess excessive supplies of foodstuffs from their online orders
Discovery: On 3 March, 2019, Director Skeates of Site-106 was informed that the office and laboratory supplies for the Site were significantly overstocked. Director Skeates examined the stores and was presented with roughly 1000% of the usual stock of various supplies, more than could be safely stored for some chemicals. Director Skeates confronted Tim Ardeo, logistical manager of Site-106, and found him on his phone closely examining the Amazon app. When Dir. Skeates attempted to discuss the matter of the supplies, Ardeo asked why the Site had never before used Amazon to order office supplies. Ardeo stated “It just makes so much more sense to have the supplies come to us, instead of the usual ordering.”
Concerned about anomalous infection, Dir. Skeates ordered Ardeo detained and interviewed. Despite this, it was unclear what had caused this change in Ardeo’s behavior.
Based on Ardeo’s actions when confronted, Dir. Skeates ordered I/O HERMEIAS to scan through Amazon.com for memetic infection. SCP-6530 was identified in over 70% of the item postings on the online marketplace, and then additionally on various other sites.
Department of Procurement and Liquidation analyst Roxanne Dsouza theorized that the memetic parasite did not pass from one individual to another in a direct manner, infection requiring a subject to view item postings on online marketplaces or services exhibiting SCP-6530. This was confirmed by limited testing.
Given the conflagrative spread of SCP-6530, Dir. Skeates requested approval from Overwatch Command to approach the UIU to assist in the investigation – hoping to obtain the legal legitimacy of the Federal Bureau of Investigation when trying to determine the corporations’ culpability in the proliferation of the anomalous memetic infection. This request was approved and the Department of Procurement and Liquidation began outreach to the local Miami, Florida officer of the UIU.
Transcript of UIU Meeting at Site-106 – 04/03/2019
Department Personnel Attending: Director Jean Skeates, Agent Digby Du Bois, Senior Analyst Roxanna Dsouza.
UIU Personnel: Assistant Director Robert McCragge, Senior Field Agent Quinn MacAllister.
Dir. Skeates: AD McCragge, Agent MacAllister, welcome to Miami. How was your flight?
McCragge: Uneventful, thankfully.
Dir. Skeates: Good. Onto business, then.
MacAllister: With all due respect, I'd prefer to not have another gag order put on me. Already had to update the general one twice this year.
Dir. Skeates: You don't need to sign anything, don't worry. No brain wipes, either.
[AD McCragge turns to his agent with a frown. MacAllister shrugs.]
McCragge: We appreciate the invitation, Director. Your message was terse, but I take it your organization is also aware of the memetic anomaly?
Agent Du Bois: You were already investigating?
McCragge: We learned of it a week ago, it’s been hell isolating those infected in the office and keeping those unaffected from being influenced.
Dir. Skeates: Well, yes, we would like to share information and potentially work together.
MacAllister: Come down from Olympus to seek help from mere mortals, then?
McCragge: Agent MacAllister…
Dir. Skeates: [Laughs] No, it’s a legitimate question. We’ve got a reputation for moving in and taking over a situation on the basis of our organization’s influence. Agent, we need you because these are multi-billion-dollar corporations with significant influence themselves. Amazon alone is worth more than many countries’ GDP. The resources of the FBI and the legitimacy of your connection to the US Department of Justice will ease this investigation.
McCragge: The Director has most of the West Coast tied up with a massive paranarcotics case using 3ports for smuggling. This matter has been assigned to our office. We are the taskforce essentially. So, we’d be glad to work with you. [Passing a document across the table] We’ve outlined a list of services and marketplaces with confirmed presence of the anomaly.
Dsouza: [Accepting the document] Services? We’d identified a number of marketplaces with item descriptions exhibiting memetic infection.
McCragge: Things like Doordash, Grubhub and Instacart are the big ones. The UI's got a memetic contaminant in it. We're looking into whether or not it's affecting a few pizza chains as well.
Dir. Skeates: So, with the sources we’ve identified, that brings us to…?
Dsouza: Twelve services and marketplaces, none of which share parent companies.
Dir. Skeates: Thoughts?
Dsouza: Hard to say, but could be a hacker or anartist who’s working from outside the system and using an advanced AI to seed the different postings and apps with the anomaly. Or…
Du Bois: Or, these companies are trying to redefine their markets with anomalies.
MacAllister: We've been a bit too preoccupied to look into Amazon or the others but… if these companies have been using anomalies, then there has to have been activity before this. Right?
Dir. Skeates: Yes, that would seem likely.
Du Bois: Then again, everything starts somewhere.
McCragge: The scope implies this is either an independent contractor or the people involved are very familiar with utilizing the anomalous.
Dir. Skeates: First steps then: we need to nail down if this was intentional on the part of the corporations, and who was responsible, so that means talking with corporate representatives.
MacAllister: Which is where we come in.
Dir. Skeates: Exactly.
POI-6530
An informal joint task force between personnel of the UIU and Department of Procurement and Liquidation began investigations into those corporations exhibiting SCP-6530 infection. With the connection of the UIU, the task force was able to obtain warrants to examine the business records and coding history of the various marketplaces and apps exhibiting the anomaly. It became clear that SCP-6530 had first appeared in language of item postings and app UI starting in early February 2019. Official discussions with legal representatives of the subject corporations revealed nothing out of the ordinary, except for the universal retaining of an outside consulting firm by the name of Midas Consulting Services several weeks prior to the first appearance of SCP-6530 in item descriptions.
Midas Consulting Services is owned and operated by Alessandro Nichevo (designated POI-6530), a Russian expatriate living and working in Malé, Republic of Maldives. Given the lack of extradition treaty with the United States and other major world powers, Dsouza and MacAllister found this choice of headquarters intriguing. Dir. Skeates authorized a mobilization of MTF-Theta-16 to apprehend POI-6530 and investigate his activities in connection to SCP-6530.
Transcript of Mobilization
MTF-Theta-16 (“All the Little Things”) T-alpha, -beta, -kappa
Agent Digby Du Bois
UIU Special Agent Quinn MacAllister
Foreword: MTF-Theta-16, along with Agent Du Bois and Agent MacAllister, were mobilized to investigate POI-6530’s company in the Republic of Maldives. Headquartered in the capital of Malé, Midas Consulting Services is housed in a single-story industrial warehouse.
[T-alpha, -beta, and -kappa approach a side entrance of the warehouse. Agents Du Bois and MacAllister observe from several meters away as the MTF agents breach the door with a handheld battering ram. The three MTF agents enter the building; Du Bois and MacAllister follow.]
[The warehouse is mostly empty, with several server banks surrounding a workstation with multiple monitors. Seated on a raised stool in front of the workstation, holding an instant cup of noodles, is POI-6530.]
T-alpha: Freeze! Do not move!
[POI-6530 drops the cup of noodles and hits a key on the keyboard in front of him. All the monitors begin to flash a spiraling fractal pattern of shifting colors. All three MTF agents cease movement. Agents Du Bois and MacAllister turn away from the screens and back out of the line of sight. When they turn back towards the POI, he is running away from the workstation and the main entrance.]
Du Bois: Freeze, you douc–
[MacAllister fires her service weapon twice and POI-6530 falls forward screaming. Agent Du Bois and MacAllister approach the POI, who is bleeding from a left leg wound.]
POI-6530: Блядь!
MacAllister: Do you speak English?
[POI-6530 nods frantically as he clutches at his lower leg.]
MacAllister: If you want medical attention, tell me how to reverse whatever you did to those men!
POI-6530: It’ll wear off in fifteen minutes, you crazy b–
[Subject starts screaming as Agent Du Bois applies pressure to the wounded leg.]
[MacAllister nods at Du Bois and calls in medical assistance.]
Afterword: Subject was treated and stabilized and then transported with Foundation personnel to Site-106. Analysis confirmed that subject had used a cognitohazard that stifles cognition and physical mobility; MTF personnel did recover their senses and did not exhibit long term anomalous symptoms.
POI-6530 was interviewed upon detainment at Site-106:
Transcript of Interview
Interviewee: POI-6530 – Alessandro Nichevo
Interviewers: Agent Digby Du Bois and UIU Special Agent Quinn MacAllister
Du Bois: How you doing, Nichevo?
POI-6530: Хуй тебе!
MacAllister: Healthy enough to swear, healthy enough to talk. So, talk.
POI-6530: No extradition in Maldives! This is illegal.
Du Bois: We don’t really have to worry about extradition, Nichevo.
POI-6530: You are federal police!
Du Bois: Well, she is.
POI-6530: Big secrets worth shooting me?
MacAllister: You fled and immobilized several agents on your way out. You're lucky I just hit your leg.
POI-6530: Why don’t you fu–
Du Bois: Hey! Nichevo, seriously, stop playing hard to get. You mess with cognitohazards and memetics, you seriously pretending you don’t know who has you?
POI-6530: The Foundation, da?
Du Bois: That’s right. So, you know you’re in no position to act tough. You tell us what we need to know, and maybe at the end you’ll remember your own name.
[POI-6530 huffs and crosses his arms, but nods.]
Du Bois: Good, so, you make memetic and cognitohazardous anomalies?
POI-6530: Among other things, I am an artist! Digital paintbrushes are the future, coding is the canvas, all that shit.
Du Bois: Alright, but you work for hire?
POI-6530: I need to eat, man.
Du Bois: [Laughing] Okay, fair enough. So, did you make the memetic anomaly attached to item descriptions and service apps? Makes you want to buy things online and only online, etc?
POI-6530: Yeah, some of my best work honestly.
MacAllister: What do you mean?
POI-6530: I had to balance these different compulsions without burning out the brain. You find anybody losing their shit or foaming at the mouth ‘cuz of my work? Don’t worry, you won’t.
Du Bois: Explain how you ended up in a position to do it in the first place.
POI-6530: They hired me.
MacAllister: Who did?
POI-6530: The companies I put it on.
MacAllister: Did they know what you were doing? Did they hire you specifically for that?
POI-6530: I mean… not explicitly.
MacAllister: So, what were you hired to do?
POI-6530: Streamlining UI – making the services and items look more appealing to a consumer, especially on mobile phone.
MacAllister: Then why the hell did you add the hazardous infection, you little shit?
POI-6530: I thought it would be funny. Fuck with capitalism by turning it up to 11.
MacAllister: How… exactly is that messing with capitalism? You just shifted it online.
POI-6530: I… okay, yeah now that you say it that way… I don’t know, seemed funny at the time.
Du Bois: Wait, individually?
POI-6530: Individually what?
Du Bois: Did the companies individually hire you? One at a time?
POI-6530: Nah, it was like a conference.
Du Bois: A conglomerate?
POI-6530: Yeah, sure. That.
Afterword: POI-6530 assured the agents that the infection is not permanent and if the anomaly is stripped from the websites and apps, those affected should return to normal.
The source of SCP-6530 identified, Director Skeates authorized AIAD to implement AIC countermeasures. Within 24 hours, all appearances of SCP-6530 were purged from the sites and services they had been exhibited on. Digital countermeasures were left in the companies’ servers to identify and block the inclusion of SCP-6530 infectious language in future posts.
Monthly checks are to be made to this digital infrastructure by the AIC, so as to confirm their effectiveness.
Addendum-6530-1
ACCESS GRANTED
Given the information gleaned from POI-6530, UIU Deputy Director McCragge, along with Assistant US Attorney Raul Diaz requested a meeting at UIU Regional Headquarters in Miami with representatives of all companies exhibiting SCP-6530.
The following transcript was released to Director Skeates and the O5 Council by Deputy Director McCragge.
AUSA Diaz: Welcome gentlemen, I know this isn’t a common, but given the widespread nature of the actions by your corporations and the possible penalties, we thought it best to discuss things and hopefully get to the bottom of what’s going on. I’d like to introduce FBI Assistant Director Robert McCragge and Special Agent Quinn MacAllister.
McCragge: Good morning.
AUSA Diaz: Now, it’s important you understand that none of you are under oath. But we will be recording this session for internal FBI purposes. Although you are free to leave at any time, your companies will want to hear what is discussed in this room.
Amazon Representative: Why are we here?
[Murmur of agreement from most of the corporate representatives.]
McCragge: Folks, you are here because you have worked together to hire the services of Midas Consulting Services to "streamline" your UI and item postings. You’ve all agreed to this statement of fact as a pre-condition of meeting here today. Does your conglomerate have a representative?
Amazon Representative: I’ll go ahead and speak for the group, if anyone doesn’t agree they can speak up. But we did this together, and there’s nothing illegal in anything we did.
McCragge: Good. We need to speak about Midas Consulting and its CEO, Alessandro Nichevo.
Amazon Representative: Director, none of us dealt with Midas directly. If we could get to the point? We’re all busy people.
McCragge: So much for the kid gloves. Alright, how many of you were aware of Mr. Nichevo’s expertise in memetics and cognitohazardous coding?
[None of the representatives speak.]
McCragge: Look, we know he did it, we know he did it on your dime. There’s nothing to hide here.
Amazon Representative: As far as I know, none of our executives knew about Nichevo’s abilities prior to hiring him.
McCragge: Then why did you hire him? He’s all alone, in the Maldives, what attracted you to Midas Consulting in the first place?
Amazon Representative: He has a stellar reputation with coding systems and providing incredible results. Besides, who has ever heard of the word “cognitohazardous”?
McCragge: I bet you had, but that’s neither here nor there. You said none of you knew ahead of time. That implies you knew eventually.
Amazon Representative: I’m not at liberty to discuss that.
McCragge: If you want to make this as painless as possible, you’ll get on the horn with your executives – who I imagine will not be surprised at our discussions today – and get that authorization.
[An hour is cut due to brevity – corporate representatives confer with their executives during this time.]
McCragge: Well?
Amazon Representative: Before we divulge anything, we think it would be only fair to discuss what brought you to this conclusion.
MacAllister: We can’t discuss an ongoing investigation.
McCragge: This time, we can make an exception. Go ahead Agent MacAllister.
[Twenty minutes is cut for brevity – Agent MacAllister runs down the salient points of investigation.]
MacAllister: In conclusion, current estimates are that at least fifty million Americans have been subjected to an unconstitutional violation of privacy, several breaches of the Rudd-Holtmann Mental Sovereignty Act, and this whole debacle has pushed the Veil hard enough that the fabric has stretch marks. This could have led to panic not seen since the turn of the millennium, psychic damage on a massive scale, and a potential Spotlight Crisis. And this was all done for a few dollars more in the pockets of your sharehol–
McCragge: That will be all, agent. We get the point.
MacAlister: But–
McCragge: Dismissed, agent.
[MacAllister maintains a neutral expression as she gathers her materials, audibly snapping her folder shut and briskly walking out of the room.]
McCragge: Please excuse her behavior. She had to shoot Nichevo in the process of apprehending him, which takes a toll on anyone.
AUSA Diaz: So, where we at fellas? Ready to admit what’s going on here?
Amazon Representative: I only speak for Amazon, obviously, but yes, we are prepared to admit that we became aware of this scenario. To be clear we only recently discovered the effect of Mr. Nichevo’s work, and we were trying to audit internally before reporting it to your agency.
AUSA Diaz: Right. I’m sure you were each just about to call before we reached out.
Amazon Representative: Now, wait a minute.
AUSA Diaz: No, you wait a minute. If you’ll excuse my language, let’s just cut the bullshit. Each of your corporations is in violation of US ParaCode Title 13, section 8, subsection A, which comes with penalties in the billions and even potential jail sentences for not revealing it. These cognitohazards have affected millions of Americans and you have been profiting off of it. And as the Agent explained, we already have the proof. Some of these laws don’t require a jury trial – just convincing the judge, and then, billions of fines. I promise you, if this goes to court, I will pursue every single jail sentence I can get away with. Now , do you want to continue pretending this isn’t something your bosses are scared of, or we can talk about this without all the tiptoeing? Do you want to make a deal or not?
Amazon Representative: …what do you suggest?
AUSA Diaz: Let’s discuss that off the record, eh?
End of Trancript
Afterword: The DOJ agreed to penalties in excess of three billion dollars jointly from all the represented corporations. No jail sentences were pursued. The record has been sealed.
Six months after the countermeasures were put in place to prevent SCP-6530 from appearing, those affected by the anomaly no longer exhibit the vast majority of its effects.
However, alterations to purchasing patterns have not been reversed.
