Agnost AI Analytics

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent documentation-only analytics integration skill, but installing it means you may send conversation, tool, and user metadata to Agnost AI.

This skill appears safe as documentation, but before using its examples in an app, decide exactly what conversation text, tool data, user traits, and identifiers may be sent to Agnost AI, and configure redaction or input/output disabling where needed.

Findings (3)

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.

What this means

If implemented as shown, user prompts, AI responses, MCP tool arguments/results, and user metadata may be sent to Agnost AI.

Why it was flagged

The direct API documentation shows that analytics events are posted to an external Agnost endpoint and can include user metadata plus tool or interaction inputs and outputs.

Skill content
Base URL: https://api.agnost.ai/api/v1 ... "user_data" ... "args" ... "result"
Recommendation

Only track data users expect to be shared; redact secrets and sensitive personal data, and use disableInput/disableOutput or equivalent filtering for sensitive MCP tools.

What this means

Anyone configuring this integration needs to provide account-specific Agnost organization information that authorizes event ingestion.

Why it was flagged

The integration requires an organization identifier/write context to submit analytics events to an Agnost account, which is expected but should still be handled carefully.

Skill content
All requests require the `X-Org-Id` header with your organization ID.
Recommendation

Treat the organization ID or write key as account configuration, avoid hardcoding it in public code, and scope access to the intended Agnost workspace.

What this means

Installing the SDKs will bring third-party package code into the user's application environment.

Why it was flagged

The documentation recommends installing external SDK packages; this is central to the skill's purpose, but the examples do not pin versions.

Skill content
`pip install agnost` ... `pip install agnost-mcp`
Recommendation

Verify package names and publishers, pin versions in production, and review dependency changes through normal software supply-chain controls.