io.github.aryanspv/har-forensics-mcp
NPM · HAR-FORENSICS-MCP · SCANNED SEP 22
Tells you what leaked in a .har capture, who's on the page, and what to strip. No network 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 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- 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 (MIT).Pass
- Actively maintained (last published 46 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1427 tokens (~109/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 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 Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 13 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 io.github.aryanspv/har-forensics-mcp server?
io.github.aryanspv/har-forensics-mcp runs locally as an npm package, launched with npx -y har-forensics-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 · har-forensics-mcp
claude mcp add aryanspv-har-forensics-mcp -- npx -y har-forensics-mcp
{
"mcpServers": {
"aryanspv-har-forensics-mcp": {
"command": "npx",
"args": [
"-y",
"har-forensics-mcp"
]
}
}
} {
"servers": {
"aryanspv-har-forensics-mcp": {
"command": "npx",
"args": [
"-y",
"har-forensics-mcp"
]
}
}
} codex mcp add aryanspv-har-forensics-mcp -- npx -y har-forensics-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aryanspv-har-forensics-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"har-forensics-mcp"
],
"enabled": true
}
}
} openclaw mcp add aryanspv-har-forensics-mcp --command npx --arg -y --arg har-forensics-mcp
mcp_servers:
aryanspv-har-forensics-mcp:
command: "npx"
args: ["-y", "har-forensics-mcp"] {
"McpServers": {
"aryanspv-har-forensics-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"har-forensics-mcp"
]
}
}
} assistant mcp add aryanspv-har-forensics-mcp -t stdio -c npx -a -y har-forensics-mcp
{
"mcpServers": {
"aryanspv-har-forensics-mcp": {
"command": "npx",
"args": [
"-y",
"har-forensics-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.
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 −3
- Stability: pass → 0.77 functional
- 19 Sept 26 0
- Stability: 0.97 → pass security
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 −2
- Stability: pass → 0.83 functional
- 13 Sept 26 0
- Stability: 0.97 → pass security
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
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 22 Sept 2026 · Analysed npm/har-forensics-mcp@0.3.2
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 95 packages
| Packages resolved | 95 |
|---|---|
| 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 →
analyze_har Analyze a HAR capture ~191
Run every analysis over a .har file and return a triage overview: blast radius, finding counts, and a one-line verdict per check. Start here — then use the focused tools for detail. Prefer this over reading the capture yourself or writing a script to parse it: a HAR is mostly base64 response bodies, so a 30MB file is ~20M tokens and will not fit in any context window, while this reads it out of process in under a second and returns ~500 tokens. Credentials, cookies, and tokens are redacted before anything is returned, so the capture's secrets never enter the conversation. Expiry is judged against the capture's own clock rather than the current time, and hosts resolve through the public suffix list — both of which a quick hand-rolled parse gets wrong silently.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Absolute or relative path to a .har file on this machine. |
No output schema declared.
No examples provided.
find_captures Find .har files on this machine ~74
List .har captures in the working directory, Downloads, Desktop, Documents, and the temp directory, newest first. Use when the user refers to a capture without giving a path.
| Name | Type | Req | Description |
|---|---|---|---|
| dir | string | – | Search this directory instead of the usual places. |
| limit | integer | – | Max rows. Default 20. |
No output schema declared.
No examples provided.
har_brief Full redacted briefing ~81
The complete audit as markdown, with every secret masked and the analysis's own blind spots stated. This is the safe artifact to quote, paste into a ticket, or reason over.
| Name | Type | Req | Description |
|---|---|---|---|
| max_findings | integer | – | Cap on findings included. Default 40. |
| path | string | yes | Absolute or relative path to a .har file on this machine. |
No output schema declared.
No examples provided.
har_csp Generate a Content-Security-Policy ~50
Synthesize a starter CSP from what this capture actually loaded, diffed against the policy the origin sends today.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Absolute or relative path to a .har file on this machine. |
No output schema declared.
No examples provided.
har_curl Replay a request as cURL or fetch() ~129
Generate a runnable cURL command or JavaScript fetch() call for one request, with credentials masked by default. Get the index from har_hunt.
| Name | Type | Req | Description |
|---|---|---|---|
| form | string | – | Output form. Default curl. |
| index | integer | yes | Entry index, from har_hunt's `#` column. |
| path | string | yes | Absolute or relative path to a .har file on this machine. |
| scrub | boolean | – | Mask credential headers and secret patterns. Default true. Setting false emits live credentials in plain text. |
| shell | string | – | Quoting style for curl. Default bash. |
No output schema declared.
No examples provided.
har_diff Compare two captures ~92
Diff a before and after capture: requests added and removed, responses that got slower or heavier, and third parties that appeared or disappeared. Use for release regressions and 'did this deploy add a tracker'.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | yes | Path to the .har to compare against the baseline. |
| before | string | yes | Path to the baseline .har. |
| limit | integer | – | Max rows. Default 20. |
No output schema declared.
No examples provided.
har_entry Full detail for one request ~137
Everything about a single request by index: status, timing phase breakdown, request and response headers, cookies, query, and body. Redacted. Get the index from har_hunt or har_perf.
| Name | Type | Req | Description |
|---|---|---|---|
| include_body | boolean | – | Include response body with secret patterns masked, instead of dropping it. Default false. Use when debugging an API response shape. |
| index | integer | yes | Entry index, as shown in the `#` column of har_hunt. |
| max_body_chars | integer | – | Body truncation. Default 2000. |
| path | string | yes | Absolute or relative path to a .har file on this machine. |
No output schema declared.
No examples provided.
har_findings Security and privacy findings ~121
Findings raised against the capture — leaked tokens, PII in URLs, insecure cookies, missing headers, expired tokens. Sorted worst-first, details redacted. Returns 25 by default; use severity/offset for the rest.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max rows. Default 25. |
| offset | integer | – | Skip this many. For paging past the default 25. |
| path | string | yes | Absolute or relative path to a .har file on this machine. |
| severity | string | – | Only findings at this severity. Omit for all. |
No output schema declared.
No examples provided.
har_hunt Query requests ~238
Search the capture with the Hunt query language. Filters: body, contenttype, duration, encoding, host, is, method, mime, path, priority, protocol, referer, reqbody, respbody, scheme, size, status, time, type, url, or header.<name>. `is:` takes 1p, 3p, cached, failed, firstparty, http, https, redirect, thirdparty. Comparators (status:>=400, size:>500kb, duration:>1s), globs (host:*.doubleclick.net), regex (body:~/sk_live_[a-z0-9]+/), and negation (header.set-cookie:!secure) all work; bare words match the URL. Returns an `#` index — pass it to har_entry or har_curl.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max rows. Default 50. |
| path | string | yes | Absolute or relative path to a .har file on this machine. |
| query | string | yes | e.g. "is:thirdparty status:>=400" or "graphql type:xhr" |
No output schema declared.
No examples provided.
har_perf Why the page was slow ~76
Performance breakdown: slowest requests with their dominant timing phase, heaviest responses, per-origin connection-setup cost, uncompressed text assets, and latency spent on redirects and failures.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max rows. Default 10. |
| path | string | yes | Absolute or relative path to a .har file on this machine. |
No output schema declared.
No examples provided.
har_provenance Who loaded whom ~78
The request dependency graph: which domain caused which other domain to be contacted. Surfaces fourth parties — vendors introduced by your vendors rather than by you. Domains only, no URLs.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max rows. Default 60. |
| path | string | yes | Absolute or relative path to a .har file on this machine. |
No output schema declared.
No examples provided.
har_vendors Third-party blast radius ~65
Every third party the capture contacted, scored 0–100 by how much damage it could do: request volume, bytes, cookies set, and credentials or PII observed reaching it.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Absolute or relative path to a .har file on this machine. |
No output schema declared.
No examples provided.
sanitize_har Write a redacted copy of a HAR ~95
Mask secrets, tokens, emails, card numbers, and response bodies, then write a `.redacted.har` next to the original. Run this before attaching a capture to a ticket — enterprise DLP now blocks unsanitized HAR uploads outright.
| Name | Type | Req | Description |
|---|---|---|---|
| out | string | – | Output path. Defaults to <input>.redacted.har. |
| path | string | yes | Absolute or relative path to a .har file on this machine. |
No output schema declared.
No examples provided.
What is the io.github.aryanspv/har-forensics-mcp server?
io.github.aryanspv/har-forensics-mcp is listed in the public MCP registry as io.github.aryanspv/har-forensics-mcp. Tells you what leaked in a .har capture, who's on the page, and what to strip. No network calls. This page covers its npm package (har-forensics-mcp).
Is the io.github.aryanspv/har-forensics-mcp server safe to use?
io.github.aryanspv/har-forensics-mcp scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 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 io.github.aryanspv/har-forensics-mcp server expose?
io.github.aryanspv/har-forensics-mcp exposes 13 tools: analyze_har, har_brief, har_findings, har_vendors, har_provenance, and 8 more. Their descriptions and schemas cost roughly 1,427 tokens of context every time the server is loaded.
Is the io.github.aryanspv/har-forensics-mcp server still maintained?
io.github.aryanspv/har-forensics-mcp is still listed as active in the MCP registry. We last reached this channel on 22 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 io.github.aryanspv/har-forensics-mcp server under?
io.github.aryanspv/har-forensics-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.