
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
intuned-runner
Advanced tools
To test locally, you can:
import type { BrowserContext } from "playwright";
async function run(context: BrowserContext, params: any) {
const page = await context.newPage();
await page.goto("https://www.wikipedia.org/");
await page.getByLabel("Search Wikipedia").click();
await page.getByLabel("Search Wikipedia").type("ahmad");
await page.getByLabel("Search Wikipedia").press("Enter");
await page.goto("https://en.wikipedia.org/wiki/Muslim_world");
await page.goto("https://www.google.com/");
return { done: "true", params };
}
export default run;
to test cli mode, do yarn intuned-runner.
to test web server mode, do yarn intuned-build.
to run the output server node ./output/bundle.js and call on port 4000
Notes:
yarn intuned-runner --help or yarn intuned-build --help to get cli options.yarn build and npm publish (for now, faisal only can publish).async function userscript(params) {
return {
name: "vanilla",
params,
};
}
export default userscript;
FAQs
runner package for intuned functions
We found that intuned-runner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.