Documentation Index
Fetch the complete documentation index at: https://docs.anomalyarmor.ai/llms.txt
Use this file to discover all available pages before exploring further.
For LLM agents: documentation index at
/llms.txt, full text at
/llms-full.txt. Append .md to any page URL for plain markdown.
The /armor:ask skill lets you ask questions about your data in natural language.
Usage
Or just ask naturally:
- “What tables contain customer data?”
- “Which columns have PII?”
- “Explain the orders schema”
Example Usage
You: What tables contain customer PII?
Claude: Based on AnomalyArmor Intelligence:
Tables with PII:
1. customers
- email (PII: email address)
- phone (PII: phone number)
- address (PII: physical address)
2. orders
- shipping_address (PII: address)
- billing_email (PII: email)
3. user_profiles
- ssn_last4 (PII: partial SSN)
- date_of_birth (PII: DOB)
Recommendation: Ensure these tables have proper access controls.