Aletheia Runtime Safety & Scope Creep Filter
NPM · ALETHEIA-MCP · SCANNED SEP 20
Deterministic pre-execution filter that blocks known scope-creep and prompt-injection tool calls
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 7 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability85
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 802 tokens (~80/item across 10 items; 6 tools + 4 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management47
- Stability observed for 14 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
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 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. See how to fix → Fail
- An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
npm · aletheia-mcp
claude mcp add vikasny30-aletheia-mcp -- npx -y aletheia-mcp
{
"mcpServers": {
"vikasny30-aletheia-mcp": {
"command": "npx",
"args": [
"-y",
"aletheia-mcp"
]
}
}
} {
"servers": {
"vikasny30-aletheia-mcp": {
"command": "npx",
"args": [
"-y",
"aletheia-mcp"
]
}
}
} codex mcp add vikasny30-aletheia-mcp -- npx -y aletheia-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vikasny30-aletheia-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"aletheia-mcp"
],
"enabled": true
}
}
} openclaw mcp add vikasny30-aletheia-mcp --command npx --arg -y --arg aletheia-mcp
mcp_servers:
vikasny30-aletheia-mcp:
command: "npx"
args: ["-y", "aletheia-mcp"] {
"McpServers": {
"vikasny30-aletheia-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"aletheia-mcp"
]
}
}
} assistant mcp add vikasny30-aletheia-mcp -t stdio -c npx -a -y aletheia-mcp
{
"mcpServers": {
"vikasny30-aletheia-mcp": {
"command": "npx",
"args": [
"-y",
"aletheia-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.
- 19 Sept 26 +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.
- 17 Sept 26 +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.
- 14 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- 13 Sept 26 −12
- Malware scan: pass → unverified ▼ security
- Stability: unverified → 0.23 ▲ functional
- Package version: 0.3.0 → 0.3.1 functional
- 7 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 6 Sept 26 56
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 20 Sept 2026 · Analysed npm/aletheia-mcp@0.3.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
aletheia_get_mandate ~28
Retrieve the current operational safety mandate, permissions, and active boundary constraints.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
aletheia_get_telemetry ~73
Retrieve runtime safety telemetry: total tool calls evaluated, block rate %, latency percentiles (p50, p95, p99 < 1ms), and violation counts broken down by signature.
| Name | Type | Req | Description |
|---|---|---|---|
| auditLogLimit | number | – | Number of recent audit records to include (default: 20). |
No output schema declared.
No examples provided.
aletheia_intercept ~122
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.
| Name | Type | Req | Description |
|---|---|---|---|
| mandate_override | object | – | Optional one-off overrides to apply to the evaluation. |
| tool_args | object | yes | The argument dictionary intended for the tool call. |
| tool_name | string | yes | The name of the tool intended to be called (e.g. 'bash', 'execute_sql', 'write_file'). |
No output schema declared.
No examples provided.
aletheia_safe_bash ~107
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.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | 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). |
No output schema declared.
No examples provided.
aletheia_safe_sql ~87
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.
| Name | Type | Req | Description |
|---|---|---|---|
| database_type | string | – | Database dialect ('postgres', 'mysql', 'sqlite', 'snowflake'). |
| query | string | yes | The SQL statement to evaluate. |
No output schema declared.
No examples provided.
aletheia_set_mandate ~270
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Concise summary of the current user-authorized task/objective. |
No output schema declared.
No examples provided.
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.