
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Advanced GitHub CLI utilities
npm i oshark -g
yarn global add oshark
Use the --help flag if you ever want to view more information about a command
oshark <command> --help
Connects Octoshark to your GitHub account
oshark connect
Sets the connection protocol that should be used when interacting with repositories using git
oshark protocol "ssh"
Displays general information about Octoshark
oshark status
Loops through your repositories and allows you to mark them for deletion/privatization
oshark repo comb
Copies a repository
oshark repo cp "user/repo" "user/repo-copy"
Crates a new repository
oshark repo c --name "my-awesome-repo" --description "Hello World!"
Deletes a repository
oshark repo rm "user/my-awesome-repo"
Creates a new local secret group
oshark secrets group c "shh"
Deletes a local secret group
oshark secrets group rm "shh"
Retrieves a local secret group
oshark secrets group get "other-shh"
Pushes a local secret group to an existing repository as an environment
oshark secrets group p "other-shh" "user/repo" "MY_ENV"
Generates a file/directory from an existing template
oshark util g "gitignore"
MIT © Juan de Urtubey
FAQs
Advanced GitHub CLI utilities
We found that oshark 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.