
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
dyson-generators
Advanced tools
Fake data generators, used by dyson and dyson-image.
Install dyson-generators locally by including it in package.json as a devDependency:
"devDependencies": {
"dyson-generators": "~0.1"
}
var g = require('dyson-generators');
g.id() // 1 (consecutive calls return 2, 3, 4, ..)
g.random(20) // 13
g.name() // 'John', 'Olivia`
g.address.city() // 'Mexico City', 'Beijing'
g.address.zipUS() // '53142', '71238'
g.address.zipNL() // '4715 FW', '7551 VT'
g.time.byQuarter() // '14:45', '9:00'
The g.image.base64() method is a proxy to http://dummyimage.com by default:
// Returns 'data:image/png;base64,iVBORw0KGgoAAAANSUh...'
g.image.base64({width:200, height: 200});
// See http://dummyimage.com for documentation
g.image.base64({path:'/200x300&text=dummyimage.com+rocks!'});
// Return base64 image string from a custom image service
g.image.base64({
host: 'http://lorempixel.com',
path: '/150/150/abstract/' + g.random(10)
});
FAQs
Fake data generators for dyson
We found that dyson-generators 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
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.