What problem does it solve? Security analysts and risk-control teams need fast local access to the JDArmy BREAK knowledge base (risks, avoidances, attack tools, threat actors, terms, cases) without querying the online site or loading the full web app. ## Core Features & Use Cases - Local Knowledge Search: Query 400 risks, 350 avoidance measures, 125 attack tools, 83 threat actors, 657 terms, and 1781 cases using the zero-dependency break_search.mjs Node.js script. - Bilingual Support: Search in Chinese or English via --lang zh|en, filter by entity type with --type, and fetch full entity details by ID (e.g., R0001) with --detail. - Use Case: A blue-team analyst assessing credential-stuffing exposure runs a local search for "credential stuffing" in English, retrieves the matching risk entry, its avoidance measures, and linked real-world cases to plan mitigations. ## Quick Start Ask the agent to search the BREAK knowledge base for a business risk such as credential stuffing and show the matching risk entry with its avoidance measures.