
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.
@0x4447/eslint-plugin-0x4447
Advanced tools
A set of custom Eslint rules created by 0x4447 LLC to maximize code clarity, so you can focus on solving the problem, and not mentally parsing the code.
You'll first need to install ESLint:
] npm install eslint --save-dev
Next, install the plug-in itself:
] npm install @0x4447/eslint-plugin-0x4447 --save-dev
Note: If you installed ESLint globally (using the -g flag) then you must also install @0x4447/eslint-plugin-0x4447 globally.
Add 0x4447 to the plugins section of your .eslintrc configuration file.
{
"plugins": [
"@0x4447/eslint-plugin-0x4447"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"@0x4447/0x4447/<rule-name>": "error"
}
}
If you enjoyed this project, please consider giving it a 🌟. And check out our 0x4447 GitHub account, where we have additional resources that you might find useful or interesting.
This project is brought to you by 0x4447 LLC, a software company specializing in build custom solutions on top of AWS. Find out more by following this link: https://0x4447.com or, say hello@0x4447.email.
FAQs
Custom Eslint rules for 0x4447 LLC
We found that @0x4447/eslint-plugin-0x4447 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.