
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
A git commit-msg
hook that integrates with Github issues.
npm install -g gh-msg
Enter the directory with the git repo you wish to add the hook to, and then run:
gh-msg user/repo
Replacing user/repo
with the appropriate user/organization and repo name. From there, make your changes.
When committing, put either GH-1234
or #1234
(replacing the number with the issue's number) on the first line. Make sure that's the only thing on the first line. Then, gh-msg
will use the Github API to request the issue's title, and replace your commit message with something like this:
Fixes GH-1234 - "Your issue's title here"
Anything on subsequent lines will be added to the commit as well.
FAQs
Git commit message hook for GitHub issues
The npm package gh-msg receives a total of 0 weekly downloads. As such, gh-msg popularity was classified as not popular.
We found that gh-msg 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.