
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@satumjs/async-override
Advanced tools
override async for sandbox
// 用于行内代码,生成 fakeUrl 用于缓存等
getFileFakeUrl(fileName:string, appName?:string): string
// 改写 fetch 方法
satumMicroFetchFactory(
data: IMicroApp | { system: IActorSystem, appName?: string },
fetch?: typeof fetch,
): (req: string | RequestInfo, options?: RequestInit) => Promise<Response | undefined>
// 改写 ajax 类
satumMicroFetchFactory(
data: IMicroApp | { system: IActorSystem, appName?: string },
customAjaxClass?: typeof XMLHttpRequest,
): XMLHttpRequest
// 改写 document.createElement 方法
satumMicroCreateElementFactory(
data: IMicroApp | { system: IActorSystem, appName?: string },
createElement?: typeof document.createElement,
fakeWinName?: string, // window 对象上 沙箱的 property
): (tagName: keyof HTMLElementTagNameMap, options?: ElementCreationOptions) => HTMLElement | null
// 改写 document.head.appendChild 方法
satumMicroHeadAppendChildFactory(
fakeHead: HTMLElement,
appendChild?: typeof document.head.appendChild,
customProcess?: (el: HTMLElement, fakeHead: HTMLElement, embedStylesIntoTemplate?: boolean) => HTMLElement | boolean | undefined,
): appendChild(el: HTMLElement) => HTMLElement
FAQs
override async for sandbox
We found that @satumjs/async-override demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.