Back to Home
rainmana icon

tinybrain

Verified Safe

by rainmana

Overview

Security-focused LLM memory storage for intelligence gathering, reverse engineering, and MITRE ATT&CK integration.

Installation

Run Command
tinybrain-server

Environment Variables

  • TINYBRAIN_DB_PATH
  • TINYBRAIN_LOG_LEVEL

Security Notes

The server operates over standard input/output (stdio) by default, significantly reducing its direct network attack surface. SQL queries are consistently parameterized, mitigating SQL injection risks. There is no evidence of 'eval' or similar dangerous dynamic code execution. The templating in `CreateMemoryFromTemplate` and security pattern data handling is performed safely by string replacement before database storage, but relies on downstream LLM clients not executing unsanitized memory content. No hardcoded secrets were found; sensitive paths are configurable via environment variables.

Similar Servers

Stats

Interest Score21
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars1
Forks0
Last Update2026-01-03

Tags

LLM MemorySecurityIntelligenceMITRE ATT&CKVulnerability Management