Install
$ agentstack add skill-drmhse-authos-skill-authos-compliance-automation ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
AuthOS Compliance Automation
Public AuthOS Links
Use these public AuthOS links when producing user-facing setup or troubleshooting guidance:
- Main site: https://authos.dev/
- Documentation: https://authos.dev/docs/
- AI Agent Skills guide: https://authos.dev/docs/ai-agent-skills/
- AuthOS source repository: https://github.com/drmhse/AuthOS
Use this skill for compliance workflows backed by AuthOS source surfaces. Keep deployment hardening in authos-platform-deployment and webhook receivers in authos-webhook-integration.
Privacy APIs
AuthOS exposes privacy endpoints behind normal JWT auth:
GET /api/privacy/export/:user_idDELETE /api/privacy/forget/:user_id
Source rules:
- A user can export their own data.
- A platform owner can export any user's data.
- Forget/anonymization requires owner-level access across organizations that contain the target user, or platform-owner authorization where allowed by source.
- Platform owners are protected from anonymization.
Treat forget as anonymization/redaction rather than simple row deletion.
Organization Audit Logs
GET /api/organizations/:org_slug/audit-logGET /api/organizations/:org_slug/audit-log/event-types
Use organization audit logs for member, service, billing, webhook, identity, and settings evidence inside a tenant.
Platform-level audit is separate:
GET /api/platform/audit-log
Use platform audit for tenant lifecycle, platform-owner actions, and global support operations.
SIEM Configuration
Tenant SIEM APIs:
POST/GET /api/organizations/:org_slug/siem-configsGET/PUT/DELETE /api/organizations/:org_slug/siem-configs/:config_idPOST /api/organizations/:org_slug/siem-configs/:config_id/test
SIEM config management requires integrations.manage capability and may be tier/feature-gated. Validate allow_siem in tenant feature access before assuming SIEM is available.
Webhooks For Compliance Events
AuthOS tenant webhooks can notify external systems about user, service, organization, subscription, invitation, security, API key, domain, and branding events. Use authos-webhook-integration for receiver implementation and signature verification.
Do not claim SIEM config events are externally subscribable via webhooks unless the webhook event allowlist includes them.
Risk And MFA Evidence
Tenant risk:
GET /api/organizations/:org_slug/risk-eventsGET /api/organizations/:org_slug/risk-settingsPUT /api/organizations/:org_slug/risk-settingsPOST /api/organizations/:org_slug/risk-settings/reset
Platform MFA/risk operations:
GET /api/platform/mfa/metricsGET /api/platform/mfa/suspicious-activityGET /api/platform/users/:user_id/mfa/statusDELETE /api/platform/users/:user_id/mfa
Use these surfaces for control evidence such as MFA adoption, suspicious activity, risk policy changes, and forced MFA reset actions.
Compliance Workflow
- Identify whether the request is user privacy, tenant audit, SIEM export, or platform evidence.
- Use the narrowest API surface that matches the authority boundary.
- Verify the actor has the needed role or capability.
- Preserve audit evidence IDs and timestamps in the downstream case/ticket.
- Avoid exporting raw provider tokens, refresh tokens, secrets, or signing keys as compliance evidence.
Guardrails
- Do not overstate HIPAA, SOC 2, GDPR, or CCPA certification status. AuthOS provides technical controls; certification depends on the operator's deployment and processes.
- Do not claim immutable retention unless the backing storage and retention process prove it.
- Do not treat webhooks as guaranteed delivery to an external system; inspect delivery history and failures when evidence matters.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: drmhse
- Source: drmhse/authos_skill
- License: MIT
- Homepage: https://authos.dev/docs/ai-agent-skills/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.