io.github.AungMyoKyaw/betterprompt-mcp
NPM · BETTERPROMPT-MCP · SCANNED AUG 3
MCP server for AI-enhanced prompt engineering and request conversion.
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 Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.18.0, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (90 of 94), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency44
- 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 319 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 264 tokens (~37/item across 7 items; 7 tools + 0 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 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
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
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 · betterprompt-mcp
claude mcp add aungmyokyaw-betterprompt-mcp -- npx -y betterprompt-mcp
codex mcp add aungmyokyaw-betterprompt-mcp -- npx -y betterprompt-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aungmyokyaw-betterprompt-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"betterprompt-mcp"
],
"enabled": true
}
}
} openclaw mcp add aungmyokyaw-betterprompt-mcp --command npx --arg -y --arg betterprompt-mcp
mcp_servers:
aungmyokyaw-betterprompt-mcp:
command: "npx"
args: ["-y", "betterprompt-mcp"] {
"mcpServers": {
"aungmyokyaw-betterprompt-mcp": {
"command": "npx",
"args": [
"-y",
"betterprompt-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.
- 2 Aug 26 +57
- CVE-2026-25536 affects this package: high ▼ security
- CVE-2025-66414 affects this package: high ▼ security
- CVE-2026-0621 affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- MCP protocol: unverified → fail ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −30
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 53
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 3 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-345p-7cg4-v4c7 | CVE-2026-25536 | high | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N | yes |
| GHSA-8r9q-7v3j-jr4g | CVE-2026-0621 | high | yes | |
| GHSA-w48q-cv73-mx4w | CVE-2025-66414 | high | yes |
Dependencies 90 packages
90 packages in the resolved dependency tree · 90 deprecated · 30 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
clear-cache Clear Enhancement Cache ~21
Clear the prompt enhancement cache to free memory or force fresh enhancements
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
enhance-analysis-prompt Enhance Analysis Prompt ~62
Specialized tool for enhancing prompts related to technical analysis, research, and problem-solving
| Name | Type | Req | Description |
|---|---|---|---|
| depth | string | — | Desired depth of analysis |
| domain | string | — | Specific domain or field of analysis |
| prompt | string | yes | The analysis request to enhance |
No output schema declared.
No examples provided.
enhance-code-prompt Enhance Code Generation Prompt ~61
Specialized tool for enhancing prompts related to code generation, debugging, and software development
| Name | Type | Req | Description |
|---|---|---|---|
| complexity | string | — | Target complexity level |
| language | string | — | Programming language or technology stack |
| prompt | string | yes | The code-related request to enhance |
No output schema declared.
No examples provided.
enhance-prompt Enhance Prompt ~55
Converts user requests to AI-enhanced prompts using world-class prompt engineering techniques
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | The category of enhancement to apply |
| prompt | string | yes | The user request to convert to an AI-enhanced prompt |
No output schema declared.
No examples provided.
get-best-practices Get Best Practices Guide ~20
Retrieve the comprehensive prompt engineering best practices guide
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get-template Get Prompt Template ~28
Retrieve a specific prompt engineering template by category
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Template category to retrieve |
No output schema declared.
No examples provided.
server-stats Server Statistics ~17
Get server performance statistics and cache information
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.