
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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-build
node ./output/bundle.js
test-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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.