
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.
@bitcomplete/bitcat
Advanced tools
Bitcat is the CLI interface for BitComplete's BitHub platform. It helps you track git commits across multiple projects and generate automated situation reports (sitreps).
npm install -g @bitcomplete/bitcat
Before using Bitcat, you need to authenticate with the BitComplete platform:
bitcat login
This will open your browser for OAuth authentication. Once completed, you'll be logged in and can use all features.
To logout:
bitcat logout
Add a git repository for sitrep tracking:
bitcat track <path>
Example:
bitcat track /path/to/your/project
bitcat track . # Add current directory
When adding a project, you'll be prompted to:
View commit status for all tracked projects:
bitcat status
Add -v or --verbose for detailed commit information:
bitcat status --verbose
Generate and manage a sitrep from all tracked commits:
bitcat sitrep
This command will:
bun install
Start the interactive development terminal with auto-rebuild:
bun run dev
This starts an interactive terminal where you can run bitcat commands directly:
bitcat> login
bitcat> track .
bitcat> status --verbose
bitcat> exit
Alternatively, start just the watcher without interactive mode:
bun run dev:watch
Then in another terminal, test commands:
node dist/main.js login
node dist/main.js track .
node dist/main.js status
For development (unminified, with sourcemaps):
bun run build:dev
For production (minified and obfuscated):
bun run build
bun test
bun run lint
src/commands/ - CLI command implementationssrc/api/ - API client for BitComplete platformsrc/utils/ - Utility functions for git, storage, and cryptoscripts/ - Build and API generation scriptsThis project is published under public access on npm as @bitcomplete/bitcat.
FAQs
Bitcat is the CLI interface for the BitComplete's BitHub platform.
We found that @bitcomplete/bitcat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.