Marineconnect admin audit
Skill Marineconnect/marineconnect-agent-skills/plugins/marineconnect-ops/skills/marineconnect-admin-audit
Inspect MarineConnect admin and audit workflows. Use for OAuth MCP connected clients, tool audit logs, admin user search, SuperAdmin activity history, sensitive action audit, compliance approvals, account profile/AI, app release configs, tenant currency/admin pages, runtime connectivity, and permission-related evidence.From its SKILL.md
npx -y skills add Marineconnect/marineconnect-agent-skills --skill marineconnect-admin-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 141 tokens by cl100k_base, as published. Nobody here has run it
MarineConnect Admin Audit
Workflow
- Use
mcp_get_oauth_connected_clientsfor MCP/OAuth connection state. - Use
mcp_get_tool_audit_logs,admin_get_sensitive_action_audit, and portal audit/activity tools for action traces. - Resolve users with
admin_search_users; inspect profiles withportal_account_profile_viewandportal_account_ai_view. - Inspect compliance and app release with compliance approval and app release tools.
- Use
mcp_health_checkandmcp_get_runtime_connectivityfor platform health.
Output
- User/client/action, timestamp/range, audit source, authorization signal, and residual risk.
What ships with it: 1 file
485 B alongside SKILL.md
agents/
- openai.yaml485 B