
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
Natural-language web automation using Puppeteer.
Write in natural language (following the Commands section). For example, you can create a file with the following set of commands:
path/to/download.puppet:
Go to typeform.com
Click on the login link
Type username user@example.com
Type password 3rjiw9qie2308
Click on login button
Take a screenshot
Download https://admin.typeform.com/export
Save to to report.csv
Then, run the command:
puppet "path/to/download.puppet"
Install the package from npm:
npm install puppet
Install and use the CLI:
npm install --save-global puppet
puppet "path/to/commands.puppet"
Import and use the API:
const { puppet } = require("puppet"); // Node.js
import { puppet } from "puppet"; // TypeScript/ES6
const { url } = await puppet("path/to/commands.puppet");
| Command example | Description |
|---|---|
Go to example.com | Navigate to a URL |
Wait for 5 seconds | Wait for a specific time |
Click on learn more link | Perform event on DOM element |
Wait for navigation | Wait for next page to load |
Build TypeScript:
npm run build
Run unit tests and view coverage:
npm run test-without-reporting
Thanks goes to these wonderful people (emoji key):
Anand Chowdhary 🤔 💻 ⚠️ 📖 | Gajus Kuizinas 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
Natural-language web automation using Puppeteer
We found that puppet 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.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.