
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
@risadams/bramble
Advanced tools
A terminal-based tool for advanced git branch analysis and visualization, providing insights into branch relationships, commit patterns, and repository health metrics.
# Run directly without installation
npx @risadams/bramble analyze .
npx @risadams/bramble analyze /path/to/repo
npm install -g @risadams/bramble
bramble analyze .
git clone https://github.com/risadams/bramble.git
cd bramble
npm install
npm run build
npm start analyze .
# Using npx (no installation required)
npx @risadams/bramble analyze .
npx @risadams/bramble analyze /path/to/repo
# Using global installation
bramble analyze .
bramble analyze /path/to/repo
# Output options
npx @risadams/bramble analyze . -o html # Export to HTML
npx @risadams/bramble analyze . -o json # Export to JSON
npx @risadams/bramble analyze . --export report.md # Export to file
# Display options
npx @risadams/bramble analyze . --ascii # ASCII mode for compatibility
npx @risadams/bramble analyze . -v # Verbose output
# Batch processing
npx @risadams/bramble analyze . --batch # Batch mode for multiple repos
Once launched, Bramble provides an interactive terminal interface with:
q or Esc - Quit applicationb - Browse branchess - View statisticse - Export optionsBramble automatically detects your terminal capabilities and adjusts the character set accordingly. However, if you experience display issues with special characters (box drawing, progress bars), you can force ASCII mode:
# Force ASCII mode for maximum compatibility
bramble analyze . --ascii
Windows Command Prompt/PowerShell:
--ascii flag or switch to Windows TerminalFont Issues:
VS Code Integrated Terminal:
--ascii): Maximum compatibility using basic ASCII characters onlygit clone <repository-url>
cd bramble
npm install
npm run build
npm run dev # Development mode with ts-node
npm run build # Compile TypeScript
npm run start # Run compiled version
npm run test # Run tests
npm run lint # Lint code
Create a .bramblerc file in your home directory for custom settings:
{
"staleDays": 30,
"defaultExportFormat": "markdown",
"theme": "dark"
}
Bramble follows a modular architecture with clear separation of concerns:
GitAnalyzer)TerminalUI)ExportService)MIT License - see LICENSE file for details
FAQs
A terminal-based tool for advanced git branch analysis and visualization
The npm package @risadams/bramble receives a total of 7 weekly downloads. As such, @risadams/bramble popularity was classified as not popular.
We found that @risadams/bramble demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.