Flare
NPM · FLAREHQ-MCP · SCANNED SEP 20
Scan a running app or repo for leaked secrets, exposed routes and open RLS, and verify live keys
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 & 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 37 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability73
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 770 tokens (~192/item across 4 items; 4 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 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 4 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 Flare MCP server?
Flare runs locally as an npm package, launched with npx -y flarehq-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 · flarehq-mcp
claude mcp add dev-flarehq-security -- npx -y flarehq-mcp
{
"mcpServers": {
"dev-flarehq-security": {
"command": "npx",
"args": [
"-y",
"flarehq-mcp"
]
}
}
} {
"servers": {
"dev-flarehq-security": {
"command": "npx",
"args": [
"-y",
"flarehq-mcp"
]
}
}
} codex mcp add dev-flarehq-security -- npx -y flarehq-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dev-flarehq-security": {
"type": "local",
"command": [
"npx",
"-y",
"flarehq-mcp"
],
"enabled": true
}
}
} openclaw mcp add dev-flarehq-security --command npx --arg -y --arg flarehq-mcp
mcp_servers:
dev-flarehq-security:
command: "npx"
args: ["-y", "flarehq-mcp"] {
"McpServers": {
"dev-flarehq-security": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"flarehq-mcp"
]
}
}
} assistant mcp add dev-flarehq-security -t stdio -c npx -a -y flarehq-mcp
{
"mcpServers": {
"dev-flarehq-security": {
"command": "npx",
"args": [
"-y",
"flarehq-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 −2
- Stability: pass → 0.80 functional
- 18 Sept 26 0
- Stability: 0.97 → pass security
- 17 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.
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 −2
- Stability: pass → 0.83 functional
- 11 Sept 26 0
- Stability: 0.97 → pass security
- 10 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.
- 7 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 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 20 Sept 2026 · Analysed npm/flarehq-mcp@0.2.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 →
flare_authz_test Test for broken object-level authorization (IDOR) across two accounts ~325
Detects the top OWASP API risk — objects readable by accounts that do not own them (IDOR), and privileged routes reachable by non-privileged accounts. Give it URLs that return one account's objects plus the session headers for TWO different accounts, and it requests each URL as the other account and compares. A finding is reported ONLY when the second account receives the first account's exact data — an API that safely scopes the response to its own caller is correctly reported as safe. Reads only: it sends GET requests and never creates, changes or deletes anything. LOCALHOST ONLY for now (http://localhost:3000, 127.0.0.1) — testing a deployed origin needs an ownership-proof step that does not exist yet. Run this against your own dev server, ideally with two throwaway accounts in different tenants.
| Name | Type | Req | Description |
|---|---|---|---|
| adminUrls | array | – | Optional privileged/admin routes to request as the 'other' account, to test function-level auth. |
| otherHeaders | object | yes | Auth headers for a DIFFERENT account, ideally in a different tenant/org so legitimate team sharing is not mistaken for IDOR. |
| ownerHeaders | object | yes | Auth headers for the owner account, e.g. { "Cookie": "session=..." } or { "Authorization": "Bearer ..." }. |
| ownerUrls | array | yes | URLs that return the OWNER account's objects, e.g. ['http://localhost:3000/api/invoices/123']. Use ids the owner account actually owns — the tool proves ownership by fetching these as the owner first. |
No output schema declared.
No examples provided.
flare_scan_repo Scan a local repository for committed secrets and unsafe migrations ~106
Runs Flare's deep source scan over a local directory: committed credentials, .env handling, unsafe SQL migrations (disabled RLS, allow-all policies), unprotected route handlers, and dependency issues. Findings include file and line so they can be fixed directly. Reads the filesystem only; nothing is uploaded.
| Name | Type | Req | Description |
|---|---|---|---|
| failOn | string | – | Severity threshold for the BLOCKING verdict. Defaults to 'critical'. |
| path | string | – | Directory to scan. Defaults to the current directory. |
No output schema declared.
No examples provided.
flare_scan_url Scan a running app for exposed secrets and misconfigurations ~173
Runs Flare's full external security scan against a URL and returns ranked findings with fixes. Works against localhost (e.g. http://localhost:3000), so you can start the dev server and scan it before the code ever ships. Checks: secrets in bundles (each verified live against the issuing provider), secrets leaked through React Server Component props, NEXT_PUBLIC_ misuse, tokens in URLs, Supabase/Firebase table & storage exposure, unauthenticated and shadow API routes, unauthenticated LLM proxies, security headers, exposed .env/.git files, and SPF/DMARC. All checks are read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| failOn | string | – | Severity threshold for the BLOCKING verdict. Defaults to 'critical'. |
| url | string | yes | Full URL to scan, including scheme. Localhost is supported. |
No output schema declared.
No examples provided.
flare_verify_credential Check whether a credential is still live ~166
Given a credential you have already found, checks whether it still authenticates by making a single read-only identity request to the provider that issued it (OpenAI, Anthropic, Stripe, GitHub, Slack, Google, or a Supabase service_role JWT). Non-billable and non-mutating: no model calls, no writes. Use this to tell a real incident from an already-rotated key before alarming the user. The credential is sent only to its own issuer.
| Name | Type | Req | Description |
|---|---|---|---|
| credential | string | yes | The raw credential value to check. |
| kind | string | – | Credential type if known, e.g. 'OpenAI API key', 'Stripe live secret key', 'GitHub token', 'Supabase service_role key'. Inferred from the value when omitted. |
No output schema declared.
No examples provided.
What is the Flare MCP server?
Flare is an MCP server listed in the public MCP registry as dev.flarehq/security. Scan a running app or repo for leaked secrets, exposed routes and open RLS, and verify live keys. This page covers its npm package (flarehq-mcp).
Is the Flare MCP server safe to use?
Flare scores 76 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 Flare MCP server expose?
Flare exposes 4 tools: flare_scan_url, flare_scan_repo, flare_verify_credential, flare_authz_test. Their descriptions and schemas cost roughly 770 tokens of context every time the server is loaded.
Is the Flare MCP server still maintained?
Flare 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 Flare MCP server under?
Flare declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.