
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
gh-comment-cli
Advanced tools
Comment on a specific issue on GitHub from the command-line
$ npm install --global gh-comment-cli
$ gh-comment --help
Usage
$ gh-comment --token --repo --issue --comment
The comment will be written on a specified { issue } based on the { repository } parameter on GitHub
Options
--t | --token GitHub personal access token
--r | --repo Repository URL (e.g. username/repo)
--i | --issue Issue ID (number) from specified repository
--c | --comment Comment to publish on repo/issueID selected
Examples
$ gh-comment --t=2j34an52iwo8fdf9fb145e29f4bf886yjn87qa6n --r=ftonato/gh-comment-cli --i=1 --c="How can I help this project?"
Flag examples
--token=2j34an52iwo8fdf9fb145e29f4bf886yjn87qa6n
--repo=ftonato/gh-comment-cli
--issue=1
--comment="[I loved this new client to comment on GitHub issues](https://www.npmjs.com/package/gh-comment-cli)"
⚠️ You can create a personal access token on GitHub here
MIT © Ademílson F. Tonato
FAQs
Comment on a specific issue on GitHub from the command-line
We found that gh-comment-cli 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.