← Back to Catalog

builderz-labs/marketing-dashboard

↗ GitHub

Open-source marketing operations control center for AI agent teams (CRM, outreach, content, analytics) powered by OpenClaw + SQLite.

185

Stars

40

Forks

1

Watchers

2

Open Issues

TypeScript·MIT License·Last commit Mar 26, 2026·by @builderz-labs·Published April 1, 2026·Analyzed 6d ago
A

Safety Rating A

No malicious code patterns, obfuscation, or exfiltration indicators are evident in the repository metadata and README. The project explicitly documents its security posture, warns against committing real credentials, and ships with conservative defaults (host lock enabled, writeback flags disabled). The bootstrapped credential pattern is a minor operational risk but is openly documented. The Solana donation address is benign. Overall this appears to be a legitimate open-source project with no red flags.

AI-assisted review, not a professional security audit.

AI Analysis

Hermes Dashboard (marketing-dashboard) is an open-source, local-first marketing operations control center built with Next.js 16, React 19, TypeScript, and SQLite. It is designed for AI agent teams and provides a unified dashboard for CRM, outreach sequencing, content operations, analytics/KPIs, and workflow automation. It integrates natively with OpenClaw, a CLI-based agent runtime, supporting dynamic agent/squad discovery, cron job templates, and multi-instance configuration. Authentication supports session cookies, API keys, and optional Google OAuth, with role-based access controls.

Use Cases

  • Managing CRM leads, pipeline funnels, and source tracking for AI-driven marketing operations
  • Running outreach sequencing and suppression workflows with audit trails
  • Coordinating content operations including calendaring and performance tracking
  • Monitoring analytics and KPIs with optional connectors to Plausible, GA4, and social platforms
  • Orchestrating and monitoring OpenClaw AI agents and squads from a single control plane
  • Automating marketing workflows via cron job templates compatible with OpenClaw schedules

Tags

#ai-agents#workflow-automation#data#analytics#database#self-hosted#local-first#api#framework#template

Security Findings (2)

hardcoded_secrets

The README references default seeded credentials (AUTH_USER, AUTH_PASS, API_KEY) that are bootstrapped from environment variables on first run. The README itself warns users to change these before network deployment, indicating defaults may be weak or predictable. No hardcoded production secrets were observed in the provided content, but the bootstrap pattern is a known risk if defaults are shipped in code.

hardcoded_secrets

A Solana wallet address (BYLu8XD8hGDUtdRBWpGWu5HKoiPrWqCxYFSh4oxXuvPg) is embedded in the README for donation purposes. This is a public address and not a secret, but it is noted for transparency.

Project Connections