orca-account-health

Solid

Cloud account coverage and sync-health audit — lists every connected cloud account, sync status, scanner deployment, integration health, and flags blind spots before any audit, investigation, or security review. Use when user asks about coverage, account health, sync status, scanner deployment, "are we monitoring X", or "do we have full coverage" (e.g., "account health", "are all accounts connected", "is everything synced", "coverage audit").

AI & Automation 50 stars 9 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Orca Account Health Skill Answers the question: **"Is every account connected, recently synced, and fully scanned — so we can trust the data we're about to act on?"** Blind spots in account coverage produce blind spots in every other skill: if `prod-eu-west` last synced 48 hours ago, the alerts you triage are stale. This skill audits the foundation. ## Usage ``` /orca-account-health /orca-account-health aws /orca-account-health degraded ``` Or natural language: - "are all accounts connected?" - "is everything synced?" - "coverage audit before the audit" - "any blind spots?" - "show me account health" ## Processing Logic ### Step 1: Determine Scope Parse the input: - **No arg**: full inventory across all clouds. - **Provider arg** (`aws`, `gcp`, `azure`, `kubernetes`, `oci`): filter to one cloud. - **Status arg** (`degraded`, `offline`, `healthy`): filter by health. ### Step 2: Pull integration configs (single call) ``` get_integration_configs_data: ``` This returns every configured integration / source: cloud accounts, log sources (CloudTrail, Azure Monitor, etc.), Kubernetes clusters, and their extraction settings. Parse out: - Source type and provider - Connection state - Last successful run / sync timestamp - Any error messages or degraded indicators ### Step 3: Cross-check coverage with discovery (parallel) In parallel with Step 2, run two `discovery_search` queries to spot-check that data is *actually* flowing — not just that the connection exists: **Quer...

Details

Author
orcasecurity
Repository
orcasecurity/orca-skills
Created
4 months ago
Last Updated
5 days ago
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category