Linux kernel CVE analyzer: upload a .config, get a CycloneDX VEX report of affecting CVEs.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://kernelscan.io/mcp/10 outils · 980 mssearch_cvesSearch Linux kernel CVEs.
No API key required: keyless callers get the free public tier — recent
high-severity Linux kernel CVEs (capped at 25 results). Free *keyed*
callers see only CVEs published in the last 60 days; basic+ keyed
callers get the full corpus.
``query`` matches against CVE id…Search Linux kernel CVEs. No API key required: keyless callers get the free public tier — recent high-severity Linux kernel CVEs (capped at 25 results). Free *keyed* callers see only CVEs published in the last 60 days; basic+ keyed callers get the full corpus. ``query`` matches against CVE id…
| Paramètre | Type | Description |
|---|---|---|
| query | — | — |
| severity | — | — |
| cvss_min | — | — |
| published_after | — | — |
| limit | integer | — |
get_cveFetch a single Linux kernel CVE by ID (e.g. ``CVE-2024-12345``).
No API key required: keyless callers get the public representation of a
CVE, but only for CVEs in the public set (recent high-severity); any
other id returns ``not found``. Free *keyed* callers get a 404 for CVEs
published more t…Fetch a single Linux kernel CVE by ID (e.g. ``CVE-2024-12345``). No API key required: keyless callers get the public representation of a CVE, but only for CVEs in the public set (recent high-severity); any other id returns ``not found``. Free *keyed* callers get a 404 for CVEs published more t…
| Paramètre | Type | Description |
|---|---|---|
| cve_id* | string | — |
list_productsList the calling user's products with denormalized analysis stats.
Paid plans only (basic / pro / enterprise). Free callers get a clear
upgrade message.List the calling user's products with denormalized analysis stats. Paid plans only (basic / pro / enterprise). Free callers get a clear upgrade message.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_productFetch one product owned by the caller, including the CVE breakdown.
Returns 404 (not 403) if the product belongs to another user, so
product existence isn't leaked across accounts.Fetch one product owned by the caller, including the CVE breakdown. Returns 404 (not 403) if the product belongs to another user, so product existence isn't leaked across accounts.
| Paramètre | Type | Description |
|---|---|---|
| product_id* | string | — |
get_product_vexReturn the CycloneDX 1.6 VEX document for one of the caller's products.
Reads from the 24h ProductVexCache; if the cache is empty/expired the
next call to ``get_product`` (or the REST endpoint) will regenerate it.
Carries the same ``kernelscan.io:exploit_maturity`` /
``kernelscan.io:kev`` prop…Return the CycloneDX 1.6 VEX document for one of the caller's products. Reads from the 24h ProductVexCache; if the cache is empty/expired the next call to ``get_product`` (or the REST endpoint) will regenerate it. Carries the same ``kernelscan.io:exploit_maturity`` / ``kernelscan.io:kev`` prop…
| Paramètre | Type | Description |
|---|---|---|
| product_id* | string | — |
create_productCreate a new product, run analysis, and return its initial stats.
``config_upload_id`` references a previously-staged .config that the
caller POSTed to ``/api/configs/uploads`` over plain HTTP — the LLM
does NOT emit the config text itself (a real kernel .config is
~100–200 KB and exceeds a si…Create a new product, run analysis, and return its initial stats. ``config_upload_id`` references a previously-staged .config that the caller POSTed to ``/api/configs/uploads`` over plain HTTP — the LLM does NOT emit the config text itself (a real kernel .config is ~100–200 KB and exceeds a si…
| Paramètre | Type | Description |
|---|---|---|
| name* | string | — |
| kernel_version* | string | — |
| arch* | string | — |
| config_upload_id* | string | — |
| description | — | — |
| factor_ids | — | — |
update_productUpdate a product owned by the caller. Re-runs analysis if the
kernel_version, arch, or referenced .config changed.
To change the .config, first POST the new file to
``/api/configs/uploads`` (see ``create_product`` for the curl recipe)
and pass the returned ``config_upload_id`` here. Leave
``c…Update a product owned by the caller. Re-runs analysis if the kernel_version, arch, or referenced .config changed. To change the .config, first POST the new file to ``/api/configs/uploads`` (see ``create_product`` for the curl recipe) and pass the returned ``config_upload_id`` here. Leave ``c…
| Paramètre | Type | Description |
|---|---|---|
| product_id* | string | — |
| name | — | — |
| description | — | — |
| kernel_version | — | — |
| arch | — | — |
| config_upload_id | — | — |
| factor_ids | — | — |
whoamiReturn the caller's identity, plan, and quota state.
Works without an API key: keyless callers get a lightweight public-tier
payload (no account) describing how to request access.Return the caller's identity, plan, and quota state. Works without an API key: keyless callers get a lightweight public-tier payload (no account) describing how to request access.
Aucun schéma d’entrée n’a été publié pour cet outil.
request_accessRequest an invitation to KernelScan from inside MCP (no API key needed).
Use this when a keyless caller wants the full service. It records an
invitation request and emails a confirmation; an admin reviews it and,
if approved, sends an invitation code. This tool does NOT create an
account or mi…Request an invitation to KernelScan from inside MCP (no API key needed). Use this when a keyless caller wants the full service. It records an invitation request and emails a confirmation; an admin reviews it and, if approved, sends an invitation code. This tool does NOT create an account or mi…
| Paramètre | Type | Description |
|---|---|---|
| email* | string | — |
| name | — | — |
| reason | — | — |
submit_support_reportSend a support / dispute report to KernelScan staff.
Use this when an automated CVE or factor assessment looks wrong, or
when you need to hand human-needed context back to the team. The
caller's API-key user is attached automatically (id, email, plan)
so support can look the account up.
``ca…Send a support / dispute report to KernelScan staff. Use this when an automated CVE or factor assessment looks wrong, or when you need to hand human-needed context back to the team. The caller's API-key user is attached automatically (id, email, plan) so support can look the account up. ``ca…
| Paramètre | Type | Description |
|---|---|---|
| category* | string | — |
| subject* | string | — |
| message* | string | — |
| cve_id | — | — |
| product_id | — | — |
| assessment_id | — | — |
10 outils sur 10 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Linux kernel CVE analyzer: upload a .config, get a CycloneDX VEX report of affecting CVEs.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.