Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github-stats-box
Advanced tools
⚡️📌 Update a pinned gist to contain your GitHub stats
gist
scope and copy itFork this repository
From your new fork, go to Settings > Secrets
Add the following secrets using the New secret button:
https://gist.github.com/bokub/
387aeb084c3433e24a11b36660ba9937
.true
it will count all commits instead of last year commitsGo to the Actions tab of your fork
Click set up a workflow yourself
Copy-paste this workflow:
name: Update Github Stats Gist
on:
schedule:
- cron: '0 * * * *'
push:
branches: master
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npx github-stats-box
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: ${{ secrets.GIST_ID }}
ALL_COMMITS: ${{ secrets.ALL_COMMITS }}
Click Start commit then Commit new file to save
That's it! You Gist will be updated immediately, and every hour after that
FAQs
Update a gist to contain your GitHub stats
The npm package github-stats-box receives a total of 1,324 weekly downloads. As such, github-stats-box popularity was classified as popular.
We found that github-stats-box 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.