BloxCue is a local-only Claude Code plugin. All operations happen on your machine - no data is transmitted externally.
| Location | Access | Purpose |
|---|---|---|
~/.claude-memory/ |
Read/Write | Store and index your context blocks |
~/.claude/settings.json |
Read/Write | Register the retrieval hook |
~/.claude/hooks/ |
Write | Install the hook script |
- No network activity - All operations are local
- No telemetry - No usage data collected
- No external dependencies - Uses only Python standard library
- User-controlled data - All files stay on your machine
- MIT License - Fully transparent, auditable code
The install.sh script:
- Creates backup of
settings.jsonbefore modification - Only writes to user-controlled directories
- Validates paths before file operations
- Does not require elevated privileges
If you discover a security issue, please:
- Do not open a public GitHub issue
- Email the maintainer directly
- Allow 90 days for a fix before public disclosure
| Date | Auditor | Result |
|---|---|---|
| 2025-01-01 | Automated Security Analysis + Corridor | SAFE |
Click to expand full audit report
BloxCue is a Claude Code plugin that reduces token usage by implementing on-demand memory retrieval through context blocks. The repository is legitimate and safe to use.
- No malicious code detected
- No network exfiltration
- No credential harvesting
- Scripts modify system configuration files (expected behavior)
- Requires file system write permissions (expected for installation)
Security Status: SAFE
- Creates
~/.claude-memory/directory structure - Modifies
~/.claude/settings.jsonto add hooks - Creates backup before modifying settings
- No network requests during installation
- No credential collection
Security Status: SAFE
- Reads markdown files from
~/.claude-memory/only - Creates local index file
- Implements path validation to prevent directory traversal
- Sanitizes search input
- Uses only Python standard library
Security Status: SAFE
- Triggered on
UserPromptSubmitevent - Calls indexer.py to find relevant blocks
- Runs in Claude Code's controlled environment
- No network activity
- Input properly sanitized before processing
Status: NO NETWORK ACTIVITY
- No HTTP/HTTPS requests
- No external API calls
- No data exfiltration
- No credential transmission
- No telemetry or tracking
- Stores markdown files locally in
~/.claude-memory/ - Creates search index locally
- No data collection, analytics, or tracking
- All data accessible only by the user
| Severity | Count | Details |
|---|---|---|
| Critical | 0 | None |
| High | 0 | None |
| Medium | 0 | Path traversal and injection mitigated |
| Low | 0 | Recommendations implemented |
- No malicious code detected
- No network exfiltration
- No credential harvesting
- No unauthorized file access
- Local operations only
- MIT License (transparent)
- Input validation implemented
- Path traversal protection
- Settings backup mechanism
- Error handling
Last security review: 2025-01-01