
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@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;
new commands
yarn intuned-browser-start
yarn intuned-identity-create -j '{"username":"rami@rami.com"}' --pathToSave localSessions/1.json
yarn intuned-identity-check --identityPath localSessions/1.json
yarn intuned-api-run authenticated -j '{}' --identityPath localSessions/1.json
yarn intuned-api-run execution-info -j '{}' playwright
scripts/publish_runner, the script will install dps, build, publish, and update templates.yarn intuned-buildnode ./output/bundle.jstest-api.http and use REST Client to run it.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 4 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.