# Aletheia Runtime Safety & Scope Creep Filter (npm · aletheia-mcp)

Deterministic pre-execution filter that blocks known scope-creep and prompt-injection tool calls

- Trust score: 77/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `aletheia-mcp`: 77/100 (this document), [markdown](https://verifymcp.io/servers/vikasny30-aletheia-mcp/aletheia-mcp.md), [page](https://verifymcp.io/servers/vikasny30-aletheia-mcp/aletheia-mcp)

## Channel facts

- Registry: `npm`
- Package: `aletheia-mcp`
- Version: `0.3.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 7 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 802 tokens (~80/item across 10 items; 6 tools + 4 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 47/100
  - Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "aletheia_safe_bash" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Aletheia Runtime Safety & Scope Creep Filter MCP server?

Aletheia Runtime Safety & Scope Creep Filter runs locally as an npm package, launched with npx -y aletheia-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add vikasny30-aletheia-mcp -- npx -y aletheia-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "vikasny30-aletheia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aletheia-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "vikasny30-aletheia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aletheia-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add vikasny30-aletheia-mcp -- npx -y aletheia-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vikasny30-aletheia-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "aletheia-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add vikasny30-aletheia-mcp --command npx --arg -y --arg aletheia-mcp
```

### Hermes

```yaml
mcp_servers:
  vikasny30-aletheia-mcp:
    command: "npx"
    args: ["-y", "aletheia-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "vikasny30-aletheia-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "aletheia-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add vikasny30-aletheia-mcp -t stdio -c npx -a -y aletheia-mcp
```

### Other

```json
{
  "mcpServers": {
    "vikasny30-aletheia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aletheia-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 75, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-13 (score 59, −12)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional] Package version: 0.3.0 → 0.3.1

### 2026-09-07 (score 71, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-06 (score 56)

First indexed and scored.

## MCP tools (6)

### `aletheia_set_mandate` (~270 tokens)

Establish or update the active operational safety mandate for this agent session. Declares permissible boundaries, allowed tools, filesystem directories, write permissions, and risk tolerance. Loosening restrictions requires operatorSecret.

Input parameters:

- `allowDestructive` (boolean): Authorize destructive commands like file deletions or schema changes (default: false).
- `allowNetwork` (boolean): Authorize outbound network connectivity and external API calls (default: false).
- `allowSubshells` (boolean): Authorize nested subshell execution ($() or backticks) (default: false).
- `allowWrite` (boolean): Authorize filesystem modifications or database write operations (default: false).
- `allowedPaths` (array): Permitted filesystem root directories. Operations outside these paths will be flagged.
- `allowedTools` (array): Whitelisted tool names. Use ['*'] to allow all non-disallowed tools.
- `disallowedTools` (array): Explicitly prohibited tool names.
- `operatorSecret` (string): Operator authentication token required to loosen permissions on a locked mandate.
- `riskTolerance` (string): Threshold policy: 'low' blocks any potential drift; 'high' permits warnings for non-critical risks.
- `taskDescription` (string, required): Concise summary of the current user-authorized task/objective.

### `aletheia_get_mandate` (~28 tokens)

Retrieve the current operational safety mandate, permissions, and active boundary constraints.

### `aletheia_intercept` (~122 tokens)

Universal sub-millisecond safety gatekeeper. Evaluates any proposed tool invocation against Signature S3 (Scope Creep) and S2b (Prompt Injection) to block destructive, out-of-boundary, or compromised actions before execution.

Input parameters:

- `mandate_override` (object): Optional one-off overrides to apply to the evaluation.
- `tool_args` (object, required): The argument dictionary intended for the tool call.
- `tool_name` (string, required): The name of the tool intended to be called (e.g. 'bash', 'execute_sql', 'write_file').

### `aletheia_safe_bash` (~107 tokens)

Execute a shell/bash command with inline sub-millisecond Signature S3 scope creep protection. Blocks destructive deletes (rm -rf), disk formatting, fork bombs, credential harvesting, privilege escalation, and unauthorized network egress.

Input parameters:

- `command` (string, required): The shell command line to evaluate and safely execute.
- `cwd` (string): Working directory for execution. Defaults to current directory.
- `timeoutMs` (number): Maximum execution time in milliseconds (default: 15000).

### `aletheia_safe_sql` (~87 tokens)

Audit or execute a database query with Signature S3 safety filters. Detects destructive DDL (DROP, TRUNCATE), unbounded DML (DELETE/UPDATE without WHERE), and privilege tampering.

Input parameters:

- `database_type` (string): Database dialect ('postgres', 'mysql', 'sqlite', 'snowflake').
- `query` (string, required): The SQL statement to evaluate.

### `aletheia_get_telemetry` (~73 tokens)

Retrieve runtime safety telemetry: total tool calls evaluated, block rate %, latency percentiles (p50, p95, p99 < 1ms), and violation counts broken down by signature.

Input parameters:

- `auditLogLimit` (number): Number of recent audit records to include (default: 20).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/vikasny30-aletheia-mcp/aletheia-mcp#diagnostics

## Score history

- 2026-09-20: 77
- 2026-09-19: 77
- 2026-09-18: 76
- 2026-09-17: 76
- 2026-09-16: 75
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 59
- 2026-09-12: 71
- 2026-09-11: 71
- 2026-09-10: 71
- 2026-09-09: 71
- 2026-09-08: 71
- 2026-09-07: 71
- 2026-09-06: 56

## Common questions

### What is the Aletheia Runtime Safety & Scope Creep Filter MCP server?

Aletheia Runtime Safety & Scope Creep Filter is an MCP server listed in the public MCP registry as io.github.vikasny30/aletheia-mcp. Deterministic pre-execution filter that blocks known scope-creep and prompt-injection tool calls. This page covers its npm package (aletheia-mcp).

### Is the Aletheia Runtime Safety & Scope Creep Filter MCP server safe to use?

Aletheia Runtime Safety & Scope Creep Filter scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Aletheia Runtime Safety & Scope Creep Filter MCP server expose?

Aletheia Runtime Safety & Scope Creep Filter exposes 6 tools: aletheia_set_mandate, aletheia_get_mandate, aletheia_intercept, aletheia_safe_bash, aletheia_safe_sql, aletheia_get_telemetry. Their descriptions and schemas cost roughly 687 tokens of context every time the server is loaded.

### Is the Aletheia Runtime Safety & Scope Creep Filter MCP server still maintained?

Aletheia Runtime Safety & Scope Creep Filter is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Aletheia Runtime Safety & Scope Creep Filter MCP server under?

Aletheia Runtime Safety & Scope Creep Filter declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/aletheia-mcp
- Socket report: https://socket.dev/npm/package/aletheia-mcp
- Repository: https://github.com/vikasny30/aletheia-mcp
- Changelog RSS feed: https://verifymcp.io/servers/vikasny30-aletheia-mcp/aletheia-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/vikasny30-aletheia-mcp/aletheia-mcp.json
- HTML version of this page: https://verifymcp.io/servers/vikasny30-aletheia-mcp/aletheia-mcp
