Back to Home
RoboFinSystems icon

robosystems

Verified Safe

by RoboFinSystems

Overview

An enterprise-grade financial knowledge graph platform that leverages AI agents and large language models (LLMs) to transform complex financial data into actionable intelligence, supporting multi-tenant graph databases, data integration (SEC filings, QuickBooks), and credit-based billing.

Installation

Run Command
just start

Environment Variables

  • ENVIRONMENT
  • DATABASE_URL
  • CELERY_BROKER_URL
  • GRAPH_API_URL
  • GRAPH_BACKEND_TYPE
  • AWS_REGION
  • AWS_ACCOUNT_ID
  • ANTHROPIC_API_KEY
  • JWT_SECRET_KEY
  • LBUG_BACKUP_ENCRYPTION_KEY
  • LBUG_BACKUP_ENCRYPTION_PASSWORD
  • CONNECTION_CREDENTIALS_KEY
  • PLAID_CLIENT_ID
  • PLAID_CLIENT_SECRET
  • INTUIT_CLIENT_ID
  • INTUIT_CLIENT_SECRET
  • OPENFIGI_API_KEY
  • TURNSTILE_SECRET_KEY
  • TURNSTILE_SITE_KEY
  • SEC_GOV_USER_AGENT

Security Notes

The server demonstrates a very strong security posture. Extensive input validation and output sanitization are implemented to prevent common attacks like path traversal, SQL/Cypher injection, and XSS. Authentication uses robust JWT and API key mechanisms with bcrypt hashing, constant-time comparisons (to prevent timing attacks), and a JWT revocation system. Secrets are managed through AWS Secrets Manager (for production/staging) and environment variables (for development). Access control is granular, supporting role-based access for graphs and shared repositories. Content Security Policy (CSP) and CORS are configured. Logging includes structured logging and dedicated security audit events. Rate limiting is implemented across various endpoints. The use of 'eval' in a local `tunnels.sh` script is noted, but it's contained to a development/operations context and is constrained, posing a minimal risk to the core application.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassHigh
Avg Tokens500
Stars2
Forks1
Last Update2025-11-29

Tags

Financial IntelligenceKnowledge GraphAILLM IntegrationMulti-tenantFastAPIPostgreSQLCeleryDocker