
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
@bytebot/sdk
Advanced tools
[](https://www.npmjs.com/package/@bytebot/sdk) [](https://github.com/fern-api/fern)
The Bytebot Node.js library provides access to the Bytebot API from JavaScript/TypeScript.
You can find Bytebot's complete API docs at docs.bytebot.ai.
npm install --save @bytebot/sdk
# or
yarn add @bytebot/sdk
import { BytebotClient } from '@bytebot/sdk';
import puppeteer from 'puppeteer';
const bytebot = new BytebotClient({
apiKey: 'BYTEBOT_API_KEY',
});
(async () => {
// Launch the browser
const browser = await puppeteer.launch();
// Create a page
const page = await browser.newPage();
// Go to your site
await page.goto('<URL>');
await bytebot.prompt("Extract the names and locations from the table", page);
...
})();
This SDK is in alpha, and there will be breaking changes between versions without a major version update.
FAQs
[](https://www.npmjs.com/package/@bytebot/sdk) [](https://github.com/fern-api/fern)
The npm package @bytebot/sdk receives a total of 0 weekly downloads. As such, @bytebot/sdk popularity was classified as not popular.
We found that @bytebot/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.