
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
gh-actions-linter
Advanced tools
:warning: This github action is deprecated and will no longer be maintained. :warning:
Linting for GitHub Actions workflows:
# ❌ Bad
- name: Send status to Slack
uses: lazy-actions/slatify@v3.0.0
- name: Send status to Slack
uses: lazy-actions/slatify@main
# ✅ Good
- name: Send status to Slack
uses: lazy-actions/slatify@c4847b8c84e3e8076fd3c42cc00517a10426ed65 # == v3.0.0
Lint workflow files in .github/workflows
:
npx --yes gh-actions-linter@v0.1.14
npx .
name: CI
on:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: validate github workflow files to have pinned versions
uses: digitalservicebund/github-actions-linter@LATEST_HASH
We use 👉 release-it
Checklist:
npm login
and follow the wizard.node-version
with action.yml
(It's recommended to use nodenv)action.yml
npm run test && npm run lint:check && npm run format:check
npm run release
which will automatically increase the semantic versioning in the package.json
FAQs
Linting for GitHub Actions workflows
The npm package gh-actions-linter receives a total of 94 weekly downloads. As such, gh-actions-linter popularity was classified as not popular.
We found that gh-actions-linter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.