io.github.giuliobmb/exam-sheet
NPM · @GIULIOBMB/EXAM-SHEET-MCP · SCANNED AUG 20
Generate a timed exam on any topic and take it in an interactive exam sheet with live grading.
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 →
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
- 39 of 143 dependencies flagged as unhealthy (1 deprecated). 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 7 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability35
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 150 tokens (~37/item across 4 items; 3 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage79
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 38% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @giuliobmb/exam-sheet-mcp
claude mcp add giuliobmb-exam-sheet -- npx -y @giuliobmb/exam-sheet-mcp
codex mcp add giuliobmb-exam-sheet -- npx -y @giuliobmb/exam-sheet-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"giuliobmb-exam-sheet": {
"type": "local",
"command": [
"npx",
"-y",
"@giuliobmb/exam-sheet-mcp"
],
"enabled": true
}
}
} openclaw mcp add giuliobmb-exam-sheet --command npx --arg -y --arg @giuliobmb/exam-sheet-mcp
mcp_servers:
giuliobmb-exam-sheet:
command: "npx"
args: ["-y", "@giuliobmb/exam-sheet-mcp"] {
"mcpServers": {
"giuliobmb-exam-sheet": {
"command": "npx",
"args": [
"-y",
"@giuliobmb/exam-sheet-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.
- 20 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 12 Aug 26 58
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 Aug 2026 · Analysed npm/@giuliobmb/exam-sheet-mcp@1.0.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 143 packages
| Packages resolved | 143 |
|---|---|
| Deprecated | 1 |
| Stale | 37 |
| No linked repository | 1 |
| Tree resolution | Complete |
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.
generate_exam Generate exam ~73
Generate an exam on a topic and open an interactive exam sheet with a timer.
| Name | Type | Req | Description |
|---|---|---|---|
| numQuestions | integer | – | – |
| timeLimitMinutes | – | – | Time limit in minutes, or null for no limit. |
| topic | string | yes | Subject or topic for the exam. |
| types | array | – | Question types to mix. |
No output schema declared.
No examples provided.
get_exam ~27
Return the most recent exam for the sheet to render.
| Name | Type | Req | Description |
|---|---|---|---|
| examId | string | – | – |
No output schema declared.
No examples provided.
grade_answer ~44
Grade a single open-question answer and return score plus feedback.
| Name | Type | Req | Description |
|---|---|---|---|
| examId | string | – | – |
| questionIndex | integer | yes | – |
| studentAnswer | string | yes | – |
No output schema declared.
No examples provided.