Not connectors. Intelligence sensors.
Skuiddy Smart Sensors do more than extract data. Each sensor connects to a source system, discovers entities, normalizes structure, maps relationships, detects change, enforces policy, and generates domain-specific insights — all flowing into the Organizational Twin.
What every sensor actually does.
A Smart Sensor is not a data pipeline. It is a domain-aware discovery engine with six distinct functions.
Connect
Authenticated, least-privilege connections to source system APIs, webhooks, or event streams. Sensors support OAuth, service account, API key, and OIDC authentication patterns.
Discover
Systematic enumeration of entities — resources, users, services, models, contracts, and metadata — across the entire source system scope.
Normalize
Every entity is mapped to the Skuiddy canonical entity schema, regardless of source. An 'Application' discovered via GitHub, ServiceNow, or Datadog resolves to the same entity type.
Detect Change
Continuous comparison against the last-known state. Sensors surface what was created, modified, deleted, or transferred — with timestamps, actors, and context.
Apply Policy
Ownership attribution, data classification tagging, compliance obligation mapping, and policy violation flagging — applied at discovery time, not as a post-processing step.
Generate Insights
Domain-specific analysis: orphaned resources, access anomalies, cost attribution, unused licenses, AI model exposure, and other signals derived from what was discovered.
22 sensors. More shipping soon.
Every sensor in the catalog feeds the same Organizational Twin, contributing entities and relationships to the shared graph.
Cloud Infrastructure
Amazon Web Services
Microsoft Azure
Google Cloud Platform
Identity & Access
Okta
Microsoft Entra ID
Google Workspace
Developer & DevOps
GitHub
Jira
ServiceNow
Data & Analytics
Snowflake
Databricks
Security
Wiz
CrowdStrike Falcon
Splunk
Observability
Datadog
AI Providers
OpenAI
Anthropic
Amazon Bedrock
Azure OpenAI
Business & Collaboration
Salesforce
Slack
Microsoft Teams
Need a sensor that's not listed?
Our roadmap includes 50+ sensors across ERP, HR, legal, contract management, data catalogs, and more. Custom sensors are available for enterprise customers.
Request a SensorSensors are read-only. Always.
Every Skuiddy sensor operates on the principle of least privilege. Sensors only read — they never write to source systems, never move data between environments without explicit configuration, and never store credentials in plaintext.
Sensor credentials are encrypted at rest and in transit. Access scopes are documented and auditable. Skuiddy supports BYOC (bring your own credentials) and private networking configurations for regulated environments.
- Read-only API access only
- Credentials encrypted at rest
- Scoped to least-privilege roles
- Audit logs for all sensor activity
- On-premise sensor deployment available
- SOC 2 Type II (in progress)
# Example: AWS Sensor IAM Policy
"Effect": "Allow",
"Action": [
"ec2:Describe*",
"iam:List*",
"iam:Get*",
"s3:ListAllMyBuckets",
"rds:Describe*",
...
],
"Resource": "*",
"Condition": {
"StringEquals": {
"aws:PrincipalTag/skuiddy": "sensor"
}
}
All actions are read-only Describe/List/Get. No write, delete, or modify permissions.
