TheDocumentation Index
Fetch the complete documentation index at: https://chainpatrol.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Storage.memory() adapter stores data in memory. This is the default adapter when you instantiate
a new ThreatDetector instance.
We don’t recommend using this adapter in production, as it will not persist data between sessions. But
it is useful for testing and development.