
Security News
Cline CLI npm Package Compromised via Suspected Cache Poisoning Attack
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.
@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
npx @risadams/bramble analyze . --quiet # Disable progress indicators (scripts/CI)
# 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
Bramble provides real-time feedback during analysis, especially useful for repositories with many branches:
Normal Mode (default):
🌿 Bramble - Git Branch Analysis Tool
Repository analysis: [████████████████████████████████████████] (4/4) - Repository metadata collected
Analyzing 25 branches: [████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 32.0% (8/25) ETA: 12s - feature/user-auth
Quiet Mode (for scripts):
npx @risadams/bramble analyze . --quiet
Verbose Mode (detailed output):
npx @risadams/bramble analyze . --verbose
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.

Security News
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.

Product
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.

Product
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.