CLI tool for Brandomica Lab — brand name verification from the terminal.
Check your brand name across domains, social handles, trademarks, web presence, app stores, and package registries. Get safety scores, filing readiness, and full reports — all from the command line.
npm install -g brandomicaOr run directly:
npx brandomica check acmebrandomica check acme # Full check (score + safety + evidence)
brandomica check acme --quick # Quick mode (fewer checks, faster)
brandomica check acme --json # Raw JSON outputbrandomica compare acme nimbus zenflowbrandomica batch acme nimbus zenflow spark bolt # Quick mode (default)
brandomica batch acme nimbus --mode full # Full modebrandomica domains acmebrandomica social acmebrandomica trademarks acmebrandomica safety acmebrandomica filing acmebrandomica report acme
brandomica report acme --save report.json # Save to filebrandomica health| Flag | Description |
|---|---|
--json |
Raw JSON output (pipeable) |
--plain |
No colors or spinners (auto-detected when not a TTY) |
--api-url <url> |
Override API base URL |
-V, --version |
Show version |
-h, --help |
Show help |
| Code | Meaning |
|---|---|
0 |
Success, no blockers |
1 |
Error (API failure, invalid input, network) |
2 |
Success but brand has safety blockers (for CI) |
| Variable | Description |
|---|---|
BRANDOMICA_API_URL |
Override API base URL (default: https://www.brandomica.com) |
NO_COLOR |
Disable colors (respects no-color.org) |
# Check for blockers before deploying
brandomica check mybrand --json | jq '.safety.blockers | length'
# Exit code 2 = blockers found
brandomica safety mybrand || echo "Safety blockers detected"- GitHub Issues — bug reports, feature requests
- Email: support@brandomica.com
- Security vulnerabilities: security@brandomica.com (private reports only)
- Security policy: see
SECURITY.md
MIT