
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
github-user-status
Advanced tools
A CLI for setting your GitHub user status
You'll need to set a GitHub personal access token, with the user scope if you want to change your own status.
$ npx github-user-status
$ npx github-user-status -u <user>
$ npx github-user-status -m <message> -e [emoji]
const { getUserStatus, changeUserStatus } = require('github-user-status')
// Get your own status
getUserStatus(token)
// Get a user's status
getUserStatus(token, 'JasonEtco')
// Set your status
changeUserStatus(
{
message, // string, required
emoji, // string
expiresAt, // string
limitedAvailability, // boolean
},
token
)
FAQs
[WIP] GitHub User Status CLI A CLI for setting your GitHub user status <
The npm package github-user-status receives a total of 9 weekly downloads. As such, github-user-status popularity was classified as not popular.
We found that github-user-status 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.