
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
git-generate-authors
Advanced tools
Generate AUTHORS file based on Git's history
You can run this on any machine with node and Git installed, using:
npx git-generate-authors [options]
Short | Long | Description | Default |
---|---|---|---|
-o | --output | Output file | AUTHORS |
-r | --repo | Repository path | Current working directory |
-s | --sort | Sorting parameter. Can be first-commit , last-commit , commits , name or email | first-commit |
--keep-bots | If passed, the bots will not be removed from the history | ||
--skip-mailmap | If passed, Git will not use the .mailmap file for aliasing users |
The error handling is not poor - it's entirely missing. Thus, if Git is missing or finds a problem half-way, you will just get an empty or half-filled list of authors.
The bot filtering is pretty simple and naïve, so it's possible not all bots get removed.
FAQs
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.