Smart Sensors

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.

Sensor Architecture

What every sensor actually does.

A Smart Sensor is not a data pipeline. It is a domain-aware discovery engine with six distinct functions.

01

Connect

Authenticated, least-privilege connections to source system APIs, webhooks, or event streams. Sensors support OAuth, service account, API key, and OIDC authentication patterns.

02

Discover

Systematic enumeration of entities — resources, users, services, models, contracts, and metadata — across the entire source system scope.

03

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.

04

Detect Change

Continuous comparison against the last-known state. Sensors surface what was created, modified, deleted, or transferred — with timestamps, actors, and context.

05

Apply Policy

Ownership attribution, data classification tagging, compliance obligation mapping, and policy violation flagging — applied at discovery time, not as a post-processing step.

06

Generate Insights

Domain-specific analysis: orphaned resources, access anomalies, cost attribution, unused licenses, AI model exposure, and other signals derived from what was discovered.

Sensor Catalog

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

InfrastructureDataAISecurity
Available

Microsoft Azure

InfrastructureIdentityAI
Available

Google Cloud Platform

InfrastructureDataAI
Available

Identity & Access

Okta

IdentitySecurity
Available

Microsoft Entra ID

IdentitySecurity
Available

Google Workspace

IdentityBusiness
Available

Developer & DevOps

GitHub

ApplicationsOperations
Available

Jira

OperationsBusiness
Available

ServiceNow

OperationsInfrastructure
Available

Data & Analytics

Snowflake

DataAI
Available

Databricks

DataAI
Available

Security

Wiz

SecurityInfrastructure
Available

CrowdStrike Falcon

SecurityIdentity
Available

Splunk

SecurityOperations
Available

Observability

Datadog

InfrastructureApplications
Available

AI Providers

OpenAI

AI
Available

Anthropic

AI
Available

Amazon Bedrock

AIInfrastructure
Available

Azure OpenAI

AIInfrastructure
Available

Business & Collaboration

Salesforce

BusinessData
Available

Slack

OperationsBusiness
Beta

Microsoft Teams

OperationsBusiness
Beta

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 Sensor
Security & Privacy

Sensors 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.