Ogment
Analysis
This is a coherent Ogment integration skill, but it can give the agent broad access to connected email, workspace, and database tools, so it should be reviewed carefully before installation.
Findings (6)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
ogment invoke <serverId> <toolName> --input '<json>'
The skill exposes a generic invocation pattern for arbitrary discovered MCP tools and JSON inputs, without documenting confirmation requirements or limits for high-impact actions.
ogment invoke <server> Supabase_execute_sql --input '{"query": "SELECT * FROM users LIMIT 5"}'The documented examples include a raw SQL execution tool. Even though the example query is read-only, an execute_sql interface is high-impact unless tightly scoped and approval-gated.
package: "@ogment-ai/cli"
The skill installs and relies on an external CLI package, and the install specification does not pin a package version. This is expected for the skill’s purpose but still affects trust and provenance.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Access your connected SaaS tools (Linear, Notion, Gmail, Slack, Supabase, etc.) through Ogment's governance layer.
The skill depends on delegated access to multiple third-party accounts and services, including sensitive email, workspace, and database systems.
ogment auth status ... ogment auth login ... Approve Ogment access
The skill requires an Ogment login and approval flow, but the registry metadata declares no primary credential or required environment variables, so the sensitive delegated-auth dependency is under-declared.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Invoke MCP tools via Ogment CLI — secure access to Linear, Notion, Gmail, PostHog, and 100+ SaaS integrations through Ogment's governance layer.
The skill routes agent actions through an MCP/gateway-style integration layer to many external services. This is disclosed and purpose-aligned, but users should understand the data boundary.
