Agent Observability
NPM · AGENT-OBSERVABILITY-MCP · SCANNED AUG 3
Agent observability: structured logging, cost tracking, and compliance audit trails
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (13 of 14), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 216 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 304 tokens (~101/item across 3 items; 3 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · agent-observability-mcp
claude mcp add blueskylineassets-agent-observability -- npx -y agent-observability-mcp
codex mcp add blueskylineassets-agent-observability -- npx -y agent-observability-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"blueskylineassets-agent-observability": {
"type": "local",
"command": [
"npx",
"-y",
"agent-observability-mcp"
],
"enabled": true
}
}
} openclaw mcp add blueskylineassets-agent-observability --command npx --arg -y --arg agent-observability-mcp
mcp_servers:
blueskylineassets-agent-observability:
command: "npx"
args: ["-y", "agent-observability-mcp"] {
"mcpServers": {
"blueskylineassets-agent-observability": {
"command": "npx",
"args": [
"-y",
"agent-observability-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +20
- Malware scan: unverified → pass ▲ security
- Schema quality: unverified → good ▲ functional
- 31 Jul 26 −8
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 28 Jul 26 +38
- CVE-2025-66414 affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- First check of Schema quality: fail functional
- First check of Schema quality: pass functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 27 Jul 26 18
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-w48q-cv73-mx4w | CVE-2025-66414 | high | yes |
Dependencies 13 packages
13 packages in the resolved dependency tree · 13 deprecated · 6 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_cost_analytics ~78
Get cost breakdown by agent, provider, or time period. Useful for tracking API spending.
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | string | yes | Start date (ISO 8601 format) |
| group_by | string | — | How to group cost data (default: agent_id) |
| to_date | string | yes | End date (ISO 8601 format) |
No output schema declared.
No examples provided.
log_event ~118
Log an agent event with metadata for observability and compliance tracking. Cost: ~$0.0001 per log (100K free/month).
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | — | Identifier for the agent generating this log |
| event_type | string | yes | Type of event: 'api_call', 'decision', 'transaction', 'error', 'state_change' |
| metadata | object | — | Structured metadata: provider, cost_usd, latency_ms, tokens_used, model, etc. |
| severity | string | — | Event severity level (default: info) |
No output schema declared.
No examples provided.
query_logs ~108
Query logged events with filters. Returns recent logs matching criteria.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | — | Filter by agent ID |
| event_type | string | — | Filter by event type |
| from_date | string | — | Start date (ISO 8601 format) |
| limit | number | — | Maximum number of results (default: 10, max: 100) |
| severity | string | — | Filter by severity level |
| to_date | string | — | End date (ISO 8601 format) |
No output schema declared.
No examples provided.