@supports((display: -ms-grid) or (display: grid)) { @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.25rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; -webkit-transition: opacity var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important; -webkit-border-radius: var(--toggle-roundness, 50%); -moz-border-radius: var(--toggle-roundness, 50%); border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: -webkit-calc(var(--sidebar-width-on-desktop)*-1); left: -moz-calc(var(--sidebar-width-on-desktop)*-1); left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; -webkit-transition: left var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing); height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #content-wrap { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: -webkit-calc(100vw - (100vw - 100%)); width: -moz-calc(100vw - (100vw - 100%)); width: calc(100vw - (100vw - 100%)); min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); -webkit-box-flex: 2; -webkit-flex-grow: 2; -moz-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: 45.8rem; max-width: 45.8rem; margin: 0 auto; } @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { -webkit-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }
@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); } }
Assigned Site
Site-25
Site Director
Dr. To██ ███
Research Head
Dr. Atlas
Assigned MTF
Theta-7 "Weed Whackers"
Photo taken of SCP-XXXX's dormant state: 18/6/20██
Special containment procedures: SCP-XXXX is to be kept in its containment cell at all times, any personnel seen trying to move SCP-XXXX outside of its cell will be terminated immediately. SCP-XXXX is to be kept in a glass case which can be easily removed for any tests conducted.
The containment cell is to be viewed at all times by the on-site monitoring system, only one armed personnel is required on-site at all times.
Weekly access to animal remains, D-Class personnel remains if necessary, and a wide selection of bones is required.
Description: SCP-XXXX is a sentient human skull made from a substance similar to that of bone, but incredibly more durable than any known earth-based material.1Visually, SCP-XXXX is an off-creamy color, with visible cracks, and only 3 teeth missing.
SCP-XXXX experiences a phenomenon every week on a non-specified day where it completely comes to life and interacts with objects and personnel around it. SCP-XXXX shows understanding of sounds around it, as well as the sensation of touch, and sight, tests to determine the presence of taste and smell have yet to be undergone.
During the phenomenon SCP-XXXX exclusively asks for bones. If bones are not provided SCP-XXXX will refuse to answer any questions.2Dr. H█████ Atlas/ Dr. B████ has decided bones are only to be given to SCP-XXXX when fully necessary, either for research or testing purposes. But all bones are to be disposed of before SCP-XXXX's phenomenon is over.
SCP-XXXX is able to influence any personnel in the containment cell with it to bring him what he wants. It is believed SCP-XXXX excretes a form of hypnosis over affected personnel, it also attempts to persuade individuals themselves with very unconvincing arguments, but with the hypnosis in effect SCP-XXXX exclusively thinks it's simply very convincing.3 Personnel affected by this form of hypnosis describe SCP-XXXX as bright white in color, with no missing teeth, no cracks or dents, and a faint smell of lavender emanating from it.
When bones are given to SCP-XXXX it is able to hold and connect them together with small fleshy tendrils that extrude from the foramen magnum at the bottom of the skull. SCP-XXXX is able to connect these bone pieces together and form a rudimentary skeleton, it is important to note that the origin of each bone will not affect SCP-XXXX’s construction ability, it is able to use this skeleton to become mobile, but Dr. H█████ Atlas has limited the number of time SCP-XXXX is able to use the bones to five minutes, as not to give a feeling of freedom.
once the bones are disposed of, it is believed that SCP-XXXX returns to its dormant state.4
When SCP-XXXX is dormant, personnel continuously report that SCP-XXXX is watching them, or that they see the entity blink. Reports fail to describe how a skull can blink.
when in a dormant state SCP-XXXX is to be considered a threat to all personnel working on the entity. Many personnel are affected by SCP-XXXX’s hypnosis in its supposed dormant state, but only a few are spoken to by it, when being spoken to by SCP-XXXX personnel report being asked about themselves, and eventually being asked to give their skin and flesh to SCP-XXXX, personnel affected by this begin ripping off their own skin and flesh and will only be stopped by being completely restrained by security personnel. Questioning affected personnel describes SCP-XXXX as completely different from those affected by the hypnosis during SCP-XXXX's phenomenon. Descriptions range from it being in disarray, with teeth missing, the number of teeth varies, holes and cracks all over the cranium of it, and the coloring of it is almost completely black, as opposed to the creamy color of the actual specimen, the bone-like texture now being similar to that of rusted metal. The scent of rotting flesh is also smelled by the affected personnel, and it doesn't become stronger or weaker with positioning. The voice of SCP=XXXX is described as if it came from a faraway siren, and not directly from SCP-XXXX itself.
Additional notes: SCP-XXXX was put into foundation containment on 17/6/20██ the entity was discovered in the small town of ██████, Alaska, local police reports tell of disturbing sights In an abandoned construction site on the south side of town, with residents finding large mounds of flesh and bone all surrounding a single skull in the center of the mass.5
Agents arrived and retrieved SCP-XXXX from the construction site with no resistance
SCP-XXXX has been moved to a US site in Dallas Texas, Site-25.
Adendum-1 SCP-XXXX Interviews:
First Documented Instance Of SCP-XXXX’s Weekly Phenomenon:
Interviewer: Dr. Atlas
Interviewee: SCP-XXXX
Date/s: 23/6/20██
[BEGIN LOG]
SCP-XXXX: Uhh hello? Can any of you fancy chaps hear me? I know you, you right there can with your nicely pressed suit.
Dr. Atlas: (through intercom) if you wouldn't mind me asking, how are you able to communicate with us? Only being a skull and all.
SCP-XXXX: Oh not to worry, that has no bearing on the situation at hand, I would like to speak to the headman of this fine establishment
Dr. Atlas: That would be me, yes (steps away from the mic) I want that entire containment cell scanned, and any possible reasons that thing can speak to us found
SCP-XXXX: I can assure you, sir, my comprehension of this land's English is not strange! but we should really get to business Mister…?
Dr. Atlas: Doctor, Doctor Atlas, and what business are you referring to?
SCP-XXXX: Finally! A man with qualifications and the business I'm referring to is that of bones, now you wouldn't happen to have any on hand, would you lad?
Dr. Atlas: You want bones? Do you mean human, or will any animal do?
SCP-XXXX: Oh any will do Mr. Doctor, I'm not known for being picky.
Dr. Atlas: Unfortunately, I've been informed that I cannot grant your request at this time SCP-XXXX, as more research is required to determine whether you’re a threat or not.
SCP-XXXX: (laughs) but… uh Mr. Doctor, you don't seem to fully grasp the situation I see. But.. I must realize that this is our first meeting, and I'm sure you don't want to leave a bad impression, I'll let it slide just this time.
Dr. Atlas: Oh well thanks I guess, would you mind answering a few questions for us?
SCP-XXXX: …
Dr. Atlas: SCP-XXXX, do you hear me?
[END LOG]
Post interview report
The discovery of SCP-XXXX’s sentience was a complete shock to everyone working on the object, and being able to hold a conversation with it means it's intelligent of some sort, further testing required to determine exact intelligence. SCP-XXXX seems to have a strange interest in bones of any sort. further testing s required to determine whether granting SCP-XXXX's request is safe. unfortunately, SCP-XXXX seemed to become dormant again before I was able to ask any questions, the sudden dormancy may be connected to not receiving any bones, further research is required. End Report
Signed: Dr. Atlas
Second documented instance of SCP-XXXX’s weekly phenomenon:
Interviewer: Dr. Atlas/ subject D-6542
Interviewee: SCP-XXXX
Date/s: 3/7/20██
[BEGIN LOG]
SCP-XXXX: Mister Doctor… can you hear me, sir?
Dr. Atlas: (to other researches) I wasn't expecting it to awake this early, Were there any atmospheric changes in the last 30 seconds?
SCP-XXXX: (cackles) I was waiting for you, now now, shall we get to business?
Dr. Atlas: Oh, I assume it's addressing me now. (through mic) Oh yes SCP-5616, can you hear me?
SCP-XXXX: Of course Doctor! But just between me and you, you seem the most… professional if you will, nevertheless! I would like to get to the matter at hand.
Dr. Atlas: Yes, I suppose we can (steps away from the mic) please escort subject D-6542 to the entrance of the containment cell.
SCP-XXXX: Oh a visitor? How exciting!
Dr. Atlas: yes, and I'd prefer you to not attempt anything hostile towards the subject.
SCP-XXXX: Well I can't make any promises, now can I lad? (laughs)
Dr. Atlas: (to armed personnel) I want you at that containment door ready for a quick extraction if it tries anything, copy that?
SCP-XXXX: Bring him in, bring the boy in! I have a few requests for the champ.
D-6542: (to control) Am I….. Am I supposed to talk to it?
SCP-XXXX: Now, with introductions out of the way!
D-6542: But.. I didn't even say my name…
SCP-XXXX: LET'S! get to business, I have a need for some bones, and I think you can assist me.
D-6542: Uh.. I'm not sure if I'm qualified to do that.
SCP-XXXX: … none of you fully understand what's going in I see, I would very much appreciate it if you could get the bones for me… you don't want to make your guest unhappy, now would you?
D-6542: but I don't know if… No, wait, I understand you NEED those bones, and I am the only one who can help you.
SCP-XXXX: (chuckling) There's a good lad, now make haste, you don't want to disappoint me.
D-6542: (to control) please… I need some bones, any bones… I can't leave him, he'll be disappointed in me… please!
Dr. Atlas: request denied, continue with the questions, as procedure.
D-6542: but… but, NO! please oh god no, I need to give him bones, please, he deserves it!
Dr. Atlas: I repeat, request denied continue with the questions as to procedure, or face termination.
D-6542: If… If I can't find any bones, then I'm a failure… and he’ll be angry with me!…I… I have bones, he deserves my bones, he deserves all bones!
Dr. Atlas: (to armed personnel) I want subject D-6542 escorted out of the containment cell and interrogated effectively immediately.
D-6542: NO! please he needs them, get your "fucking" hands off me, you don't understand… oh god no please, don't make me leave the cell… please!
[END LOG]
Post interview report
SCP-XXXX is now being considered hostile with enough time, subject D-6542 was observed to be clawing and scratching at their own skin before termination, D-6542's remains shall be given to SCP-XXXX as the next test we have for it. from what was documented SCP-XXXX uses weak hypnosis over its victims in order to use them for whatever needs SCP-XXXX requires, which is exclusively bones for the time being. SCP-XXXX almost appears to sit and listen while other interactions are going on, I believe this is an attempt to learn, intent still unknown. End Report
Signed: Dr. Atlas
Third Documented Instance Of SCP-XXXX’s Weekly Phenomenon:
Interviewer: Dr. Atlas
Interviewee: SCP-XXXX
Date/s: 11/7/20██
[BEGIN LOG]
SCP-XXXX: (starts cackling) You may want to discuss your research… away from my containment cell! even in this dormant state, I had a jolly old time… watching you, all of you…Dr. Atlas: Well if you could hear us, why not respond, ask questions, anything?
SCP-XXXX:… You must realize that your research… your facility, it isn't all I have, I have other matters to attend to of course.
Dr. Atlas: You are under our supervision, if you even attempt to me we will pick it up, even the slightest movement in that cell and we're going to question it, escape as far as you're concerned, isn't possible.
SCP-XXXX: Oh you're fun Mr. doctor… But I must add, for a man of science you're rather slow aren't you
Dr. Atlas: excuse me? I didn't say a single false claim in that sentence
SCP-XXXX: Oh not to fear! I think we have other business to attend to anyway!
Dr. Atlas: (away from microphone) send in subject D-6542’s remains.
SCP-XXXX: ah! The lad from our last meeting! it seems he got his wish one way or the other ah? (laughs)
Dr. Atlas: this is strictly for research purposes, and you're unlikely to be accommodated again in the future. Also, do note any actions you do from now until the test will be recorded exactly, do you understand?
SCP-XXXX: now of course I do, I don't want to disrupt a fellow man's research! and there's nothing to fear Mr. Doctor, I'm not the… hostile type
SCP-XXXX proceeds to grow long and thin fleshy tendrils from the bottom of the foramen magnum, it uses these tendrils to lift up the various pieces of subject D-6542’s skeleton. It then appears to connect each bone together in a way only possible with muscle and nerve, SCP-XXXX then begins to stand up and becomes almost instantly mobile with the temporary skeleton.
SCP-XXXX: now now! there's nothing to fear, remember this is for research purposes purely! (laughs in an almost mocking way)
Dr. Atlas: how are you able to keep the bones together? there's nothing keeping them connected.
SCP-XXXX: in good time doctor! in good time…
Dr. Atlas: Well, I guess good research takes time. Are you willing to answer a few questions now that your request has been granted?
SCP-XXXX: oh please, go ahead…. H█████ Atlas.
Dr. Atlas: Wait, my first name is classified? how did you….
SCP-XXXX: other questions please doctor! You're disappointing here.
Dr. Atlas: Okay… Well, let's get started.
survey/examination questions listed below
Dr. Atlas: For the final procedure we will need to dispose of your makeshift skeleton.
SCP-XXXX: Oh fine! I've already concluded my research for today (chuckles)
description of current events
Doctor H█████ Atlas then proceeds to fire the incinerator inside of the containment cell, with it turning off 3 seconds after activation, SCP-XXXX is viewed to be on its stand, with not a single scorch mark on it, or its glass casing.[END LOG]
Post interview report
With the knowledge of what SCP-XXXX is able to do when presented with bones, we are now able to see that it is far more intelligent, and more dangerous than we first thought. I consider the examination survey to be a failure, as many of SCP-XXXX’s answers seemed rushed, made up, or disingenuous, further surveys shall be taken.
A suspicion of SCP-XXXX learning from us has been almost completely proven right, with the gained knowledge of my name, higher-ups in the SCP foundation have been informed of the possible Intel security breach. End ReportSigned: Dr. Atlas
[BEGIN SURVEY]
Dr. Atlas: SCP-XXXX, what is your name?
SCP-XXXX: Well…. (laughs) you can just call me the… Skully! no… Bones Malone? Oh, it doesn't matter, SCP- what was it, XXXX? that'll do!
Dr. Atlas: Where is your place of origin?
SCP-XXXX: Oh where was it? it was rather chilly there!.. Alaska! That's it.
Dr. Atlas: What is the reason for your obsession with bones?
SCP-XXXX: The bones… well, you can do a lot of things with bones, can't you? You can walk, point, and even break them!
Dr. Atlas: I repeat, what is the reason for your obsession with bones?
SCP-XXXX: A man with determination I see! I respect that lad… Well, I need suitable replacements for my old skeleton, don't I?
Dr. Atlas: You have a skeleton? made from the same substance as you I presume?
SCP-XXXX: Of course I do, but don't try (chuckles), you won't find it!
Dr. Atlas: How are you able to excrete your hypnosis when near personnel?
SCP-XXXX: My what?… my hypnosis? (laughs) You don't take me for a witch or something horrid like that, do you?
Dr. Atlas: How were you able to convince subject D-6542 to almost ripping out his own flesh and bones for you.
SCP-XXXX: Well, he simply saw the truth Mr. doctor! and he knew what the right thing to do was… And not to toot my own horn (cackles), but I'm rather good at convincing if I do say so myself!
Dr. Atlas: Are you able to move around only as a skull?
SCP-XXXX: Now why would I say I could do something, without doing it first?
Dr. Atlas: And the final question for today, what is your end goal?
SCP-XXXX: (chuckles) Now why would I ever want to spoil something as splendid as that!
Dr. Atlas: A conclusive answer is needed
SCP-XXXX: Oh fine!.. well, bones! there we go, that's definitely my goal, is that good enough champ?
[END SURVEY]
Fourth documented instance of SCP-XXXX’s weekly phenomenon:
Interviewer: Dr. Atlas
Interviewee: SCP-XXXX
Date/s: 16/7/20██
[BEGIN LOG]
SCP-XXXX: Doctor A… can you hear me?
Dr. Atlas: Yes SCP-XXXX we can hear you, welcome back.
SCP-XXXX: Ah splendid! Now, how has the foundation been?
Dr. Atlas: Sorry, the foundation?
SCP-XXXX: (laughs) you always make me laugh lad! But I've done a bit of nosing around a bit myself, and I'm far more well acquainted with the overall establishment I've found myself in.
Dr. Atlas: if you wouldn't mind me asking, but how in the hell did you get access to the foundation's database? Your containment cell doesn't even receive cell phone reception.
SCP-XXXX: Oh keep up Dr. Atlas, I've told you I'm only here one day a week, you expected me not to find out what my new home is? (laughing hysterically). Now now, I'm curious about some of the other guests of this place, you hear me champ?.. Of course only the ones with a reputation.
Dr. Atlas: okay, I'll make you a deal SCP-XXXX, I will tell you information that security level 1 personnel are given access to.
SCP-XXXX: that'll do for me, now I won't waste your time! I'll settle for information on one… SCP-049.
Dr. Atlas: oh, SCP-049, at least we know you didn’t dig too deep into our files.
SCP-XXXX: (chuckles) yeah… now, I'm mainly interested in the thing the chap refers to as “the pestilence”
Dr. Atlas: oh, the pestilence, we don't know much about it, but we believe he's referring to the black plague, but he-
SCP-XXXX: The black plague you say! I remember that almost as it was yesterday!
Dr. Atlas: … You were around in the thirteen hundreds?
SCP-XXXX: Well yes of course! Quite an enjoyable time to finally visit this reality!
Dr. Atlas: Reality?
SCP-XXXX: (cackles) yes! Any who, I was hoping to arrange a meeting with ol 049, would you kindly grant my request.?
Dr. Atlas: sorry SCP-XXXX, meetings with SCP-049 are strictly prohibited for the time being, especially from other SCPs. And I'm sure SCP-049 wouldn't take kindly to any new residents of the foundation.
Dr. Atlas: we would be happy to grant any other request, within reason of course.
SCP-XXXX: Oh it's fine! I'm sure an interview with the chap wouldn't have given me more than I already know. You're a good man Mr. doctor, but as always, I would kindly request some bones!
Dr. Atlas: We can gladly accept that (backs away from mic) send in the cow remains.
SCP-XXXX: (laughs) Oh I know what you're doing! testing my abilities aye?
Dr. Atlas: We need to conduct research somehow, I'm sure you understand SCP-XXXX?
SCP-XXXX: Of course of course (focus on entrance) Ah! Here are my bones, now let me get to work
SCP-XXXX then proceeds to once again grow its fleshy tendrils, but thicker and longer, perhaps in an attempt to compensate for the larger profile of the prescribed bones. It attaches the bones in a vaguely humanoid shape, far from the actual stature of a cow, SCP-XXXX then stands up with the newly constructed skeleton and looks directly at Dr. Atlas, with far more precision than the previous test.
Dr. Atlas: Actually, I do have a question, how are you able to keep the bones connected? You don't seem to wrap them in those fleshy cords you have, they're just… floating, do you have some sort of magnetic field altering ability or what?
SCP-XXXX: Sorry, but I'm having a hard time understanding you, I simply connected them to each other (chuckles)
Dr. Atlas: But from mine and other's perspectives they're suspended in air… you know what, it doesn't matter at this time. I've been informed to tell you to stay out of classified foundation files, failure to comply with this order will result in loss of current privileges, for example, ill have to stop granting your request for bones, do you understand?
SCP-XXXX: Oh boo! ya know, i was going to ask if you had read about ███ ████████ ████ ███ ████████ ████ ███ ███ ███████ ███ ███ ████ ██████, but I'm guessing the 05 Counsel has that under tight wraps! (laughs)
Dr. Atlas: SCP-XXXX, The information is classified to all personnel without Level 6 clearance! This interview is over (away from mic) shut off all-vocal feeds immediately, and I want that skeleton incinerated at once!
The incinerator is turned on at a higher temperature than recommended, the reinforced glass window of SCP-XXXX’s containment cell begins showing signs of damage before being turned off, SCP-XXXX is once again viewed undamaged, and back in its glass case.
[END LOG]
Post interview report
SCP-XXXX is now to be considered a massive security risk to the foundation, the 05 Council have been directly informed about the classified information known by SCP-XXXX I just, I'm not sure what they'll do, I don't know if I'm going to be fired, or well, worse. This SCP was under my control and I basically let it breach containment and find out so much about the foundation, and even my own name. Anyway, further testing will take place, and everything SCP-XXXX is and isn't capable of will be found, and used against it. End Report
Signed: Dr. Atlas
Fifth documented instance of SCP-XXXX’s weekly phenomenon:
Interviewer: Dr. B████
Interviewee: SCP-XXXX
Date/s: 22/7/20██
[BEGIN LOG]
Dr. B: Hello SCP-XXXX, my name is Dr. B, do you understand me?
SCP-XXXX: I do hear you Dr. B… but I'd prefer to be talking to Dr. Atlas if you'd be so kind (chuckles)
Dr. B: Unfortunately Dr. Atlas has been disposed of, his failure to properly contain you and secure foundation files ultimately led to his resignation.
SCP-XXXX: … You know B████,I could cut you some slack for killing the lad Atlas, but lying straight to your guests face about his predicament? What a silly man you are, And you should know, Dr. Atlas didn't disappoint me, but you're well on your way to. And that's no way to treat your guest.
Dr. B: Dr. Atlas’ report did state in his report that you preferred using real names, classified or not, so the knowledge of mine isn't too surprising. Everything we have on you, I know, so don't attempt to try anything, or else your privileges will be shrunken even more, do you understand me?
SCP-XXXX: …
Dr. B: SCP-XXXX do you hear me?
Dr. B: SCP-XXXX, respond.
[END LOG]
Post interview report
With the ordered termination of Dr. H Atlas directly from the 05 Council, research on SCP-XXXX has been slowed down quite a substantial amount, and with SCP-XXXX only seeming to want to talk to Dr. Atlas, were going to have to try another attempt at continuing our research, on a side note SCP-XXXX seemed far more aggressive and almost decayed looking once finding out about Dr. Atlas, the change in visual evidence of it has been theorized to be connected to SCP-XXXX’s hypnosis, and with its hostile dormant state. End Report
Signed: Dr. B████
Final Documented Instance Of SCP-XXXX’s Weekly Phenomenon:
Interviewer: Dr. B████/ subject D-95714
Interviewee: SCP-XXXX
Date/s: 29/8/20██
[BEGIN LOG]
SCP-XXXX:… I see, all of you… Dr. B, you will always disappoint me
Dr. B: Hello SCP-XXXX, my goal isn't to impress you, so your disappointment is only noted.
SCP-XXXX: You should never disappoint your guest…
Dr. B: Noted, on more pressing matters, why have you been dormant for more than a month, and where, if anywhere, have you been.
SCP-XXXX:… I watched all of you, especially you Dr. B… and I waited.
Dr. B: I thought your sentience was only during your phenomenon?
SCP-XXXX:… (laughs) It is.
Dr. B: Then how could you-
SCP-XXXX: NO MATTER! enough of that foolery, I think you have an idea of what I'm pondering on now.
Dr. B: Uh, yes, we know what you want (away from mic) send in D-95714, and give him the remains of Dr. Atlas.
SCP-XXXX: Uh, no wait, what did you just say champ?
Dr. B: The bones are being sent in momentarily, have some patience.
SCP-XXXX: Oh… Well alright!
D-95714: Hel… hello SCP-XXXX, I have uh, I have your bones.
SCP-XXXX: (cackles) You D class personnel are always good lads I-
SCP-XXXX:… These bones, they're. ahem, Mr. D-95- whatever, I have another request for you!
D-95714: I… I don't think I'm allowed to do anything else… I… I'm sorry.
SCP-XXXX: C'mon lad, I'm sure you don't want to disappoint your guest would ya?
D-95714: I'm just not… No, no you make some good points, I… I think I'm allowed to make one more request, surely.
SCP-XXXX: Good… (chuckles) Now, I want you to take me out of this cell….. Bring me to Dr. B… and get a good helping of his… flesh and bone, it will do my research wonders! Ahem, did you get that champ?
D-95714: Yes… yes I did… And It would be my honor to bring you what you need!
Dr. B: Subject D-95714 any action you take that is not a part of the procedure will be considered hostile, and you will be promptly terminated, do you understand?
D-95714: NO!… I can't disappoint him, he… he knows what's best, and you're nothing but… but flesh and bone for him!
Dr. B: I repeat, Subject D-95714 any action you take that is not a part of the procedure will be considered hostile, and you will be promptly terminated, do you understand?
D-95714: No oh god no please don't do this, I can't disobey him… He'll be disappointed in me! Please, please give him your flesh, he deserves it, he needs it!
SCP-XXXX:… Bring me to the cell door, now.
Subject D-95714 proceeds to remove SCP-XXXX's glass casing and then lifts it up and cradles it in his arms, he keeps repeating the phrase "he deserves it, he deserves it" subject D-95714 then runs to the cell door and starts violently slamming his left arm on the door, so hard his arm begins breaking.
Subject D-95714: Please let me out! Oh god please, I can't handle this… he… He needs your flesh doctor! Please, your bones too!
SCP-XXXX: Use door code ████
Subject D-95714: okay… okay I will…
The containment cell door slides open with Subject D-95714 quickly sprinting out of the cell door, heading straight for Dr. B, armed personnel are quick to respond, instantly shooting D-95714 in the cranium, with him dropping to the floor, with SCP-XXXX dropping with him. but falling to directly face Dr. B.
Dr. B:… You over there, pick it up, pick it up now! And put it back in… in, no… no leave it, he… wants me to… to help him! he is our guest!
SCP-XXXX: And thus you will join with me, as a guest within this reality.
SCP-XXXX proceeds to once again grow its fleshy tendrils out of itself, but in far greater numbers and thickness, it then uses them to completely engulf Dr. B████ in a cocoon of sorts but made of flesh. SCP-XXXX then begins to melt along with the cocooned Dr. B into a white paste, that dissipates shortly after.
Only an hour after the incident, The severed head of Dr. B████ Materialized inside SCP-XXXX's containment cell, with the skin of the head then melting into the similar white paste as previous.
With now only the skull of Dr. B████ left in the containment cell.SCP-XXXX: Uhh hello? Can any of you fancy chaps hear me?
SCP-XXXX Containment Team: When Dr. B████ and yourself melted into that paste, did you, or did you not terminate Dr. B████ between then and now?
SCP-XXXX: Oh I simply helped him! he is now… a good friend of mine. (chuckles)
SCP-XXXX Containment Team: all privileges have been revoked, and further communication with you will now be prohibited until further notice.
SCP-XXXX: Not to fear, I have a lot of reading to get to! there are almost 6000 things like me after all! (laughs)
[END LOG]
Post interview/ incident report:
With the supposed termination of Dr. B████ any further interviews are prohibited under threat of disciplinary action. We are unsure of the full process Dr. B████ underwent from SCP-XXXX, but the skull of Dr. B████ seems to now be used as the primary vessel for SCP-XXXX. occasional communications with SCP-XXXX during controlled and monitored circumstances are permitted if approved by myself or any other higher-ups. we expect SCP-XXXX to continue to request bones during every phenomenon. NO BONES ARE TO BE PERMITTED OR VIEWED BY SCP-XXXX
Signed: Site Director Dr. To██ ███






Per 


