Skip to main content
The /armor:ask skill lets you ask questions about your data in natural language.

Usage

/armor:ask
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.

Analyze

Deep analysis

Tags

Data classification