What problem does it solve?
Security analysts need a reliable way to persistently capture and retrieve findings, hypotheses, and results for each penetration testing challenge, ensuring no information is lost between attempts.
Core Features & Use Cases
- Concurrent-safe note storage using file locks to prevent conflicts when multiple agents write simultaneously.
- Three note types (info, infer, result) each limited to one file per challenge for organized documentation.
- APIs for appending, reading, summarizing notes, enabling agents to quickly access prior discoveries and adjust strategies.
- Use case: During a CTF, an agent reads existing notes for a challenge, updates them with new findings, and later retrieves a concise summary to guide next steps.
Quick Start
Ask the AI to get the note summary for challenge code ABC123 before beginning the test.