From oracle-ai-data-platform-workbench-engineer-agent
Manages and searches AIDP audit logs: enable/disable auditing, set retention, query entries. Use for audit logging, compliance, and search.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oracle-ai-data-platform-workbench-engineer-agent:aidp-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage AIDP Workbench audit logging and search audit entries. Self-contained: no MCP / `ai-data-engineer-agent`
aidp-audit — audit logs (enable, retention, search)Manage AIDP Workbench audit logging and search audit entries. Self-contained: no MCP / ai-data-engineer-agent
required. Engine precedence per references/aidp-cli-map.md — prefer the official aidp CLI, else oci raw-request.
aidp audit manage-logs <instance-id> --body '{"action":"ENABLE","retentionPeriod":<days>}' --auth api_key --profile DEFAULT
(action e.g. ENABLE/DISABLE; retentionPeriod in the body).aidp audit search-logs <instance-id> … (filter by time/principal/resource per aidp help audit).oci raw-request): POST …/20240831/dataLakes/<OCID>/actions/manageAuditLogs (manage) and
the audit search endpoint; verify the exact path/body live and record in references/rest-endpoint-map.md
before asserting (no-fabrication).manage-logs (enable/disable/retention) — confirm before changing, since it affects compliance posture.npx claudepluginhub ahmedawan-oracle/claude-code-plugins --plugin oracle-ai-data-platform-workbench-engineer-agent2plugins reuse this skill
First indexed Jun 12, 2026
Manages and searches AIDP audit logs: enable/disable auditing, set retention, query entries. Use for audit logging, compliance, and search.
Configures audit logging for Windsurf Enterprise AI interactions, file access, auth events, and config changes. Sets up SIEM integration, reports, and alerts for compliance.
View audit logs, decision traces, and session history for AI transparency. Supports log, trace, summary, and search subcommands.