Skip to main content

Audit Capability Grants

Overview

Audit and review all capability grants for compliance and fraud detection.

SDK Example

// Auto-generated from SDK - Coming Soon
const audit = await capabilityGraph.auditGrants({
  timeRange: { start: '2026-01-01', end: '2026-12-31' },
  suspicious: true,
  includeRevoked: true,
});

Use Cases

  • Compliance auditing
  • Fraud detection
  • Grant review
  • Security monitoring

See Also

  • Revoke Capability
  • Capability Confidence Scoring
  • Provenance Logging (HumanOS)

← All patterns