
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.
github-watch-all-repos
Advanced tools
Watch all repositories belonging to an individual user/organization.
Watch all repositories belonging to an individual user/organization.
npm install -g github-watch-all-repos
GITHUB_TOKEN="<your-github-token>" github-watch-all-repos user <userToWatch>
# Alternatively: GITHUB_TOKEN="<your-github-token>" github-watch-all-repos organization <orgToWatch>
Tokens need to be GitHub private access tokens with the repo and notifications scopes. If you do not want to follow
any private repos, then the public_repo scope and notifications suffices.
Tokens can either be given via the --token argument or via the GITHUB_TOKEN environment variable. Alternatively,
a .env file with GITHUB_TOKEN=<token> can also be created; see dotenv for more
information.
There is one command for watching users and one command for watching organizations. A user cannot be supplied to the organization command or vice versa, otherwise an NotFoundError will occur.
User mode contains an additional configuration option, --collaborator that works when the supplied user is the same
user that created the token the client is using. Specifying this option will cause the client to watch all repositories
that the user is a collaborator on.
The client can operate in one of three modes:
--watch: Watch all repositories belonging to the user/organization. This is the default operation.--unwatch: Unwatch all repositories belonging to the user/organization.--ignore: Ignore all repositories belonging to the user/organization.The mode can be specified as a command line flag. Only one mode may be specified at a time.
Private repositories are included by default. In order to exclude them from the watch list, the --no-private option
can be supplied.
FAQs
Watch all repositories belonging to an individual user/organization.
We found that github-watch-all-repos 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.