io.github.MUSE-CODE-SPACE/test-genie
NPM · TEST-GENIE-MCP · SCANNED AUG 4
AI-powered app test automation for iOS, Android, Flutter, React Native, Web
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 uuid 9.0.1, 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 (150 of 154), so this covers what we could see, not the whole tree. 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 28 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1317 tokens (~69/item across 19 items; 19 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.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 · test-genie-mcp
claude mcp add muse-code-space-test-genie -- npx -y test-genie-mcp
codex mcp add muse-code-space-test-genie -- npx -y test-genie-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"muse-code-space-test-genie": {
"type": "local",
"command": [
"npx",
"-y",
"test-genie-mcp"
],
"enabled": true
}
}
} openclaw mcp add muse-code-space-test-genie --command npx --arg -y --arg test-genie-mcp
mcp_servers:
muse-code-space-test-genie:
command: "npx"
args: ["-y", "test-genie-mcp"] {
"mcpServers": {
"muse-code-space-test-genie": {
"command": "npx",
"args": [
"-y",
"test-genie-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.
- 4 Aug 26 +5
- CVE-2026-69207 affects this package: high ▼ security
- Stability: unverified → 0.30 ▲ functional
- 2 Aug 26 +37
- CVE-2026-41907 affects this package: high ▼ security
- Known CVEs: unverified → fail ▼ security
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 +16
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −23
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
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 4 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 2 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-8j4g-w8fx-2239 | CVE-2026-69207 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | yes |
| GHSA-w5hq-g745-h8pq | CVE-2026-41907 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N | yes |
Dependencies 150 packages
150 packages in the resolved dependency tree · 149 deprecated · 44 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.
analyze_app_structure ~80
Analyze app codebase structure including screens, components, APIs, and state management. Supports iOS, Android, Flutter, React Native, and Web platforms.
| Name | Type | Req | Description |
|---|---|---|---|
| depth | string | — | Analysis depth level |
| platform | string | — | Target platform (auto-detected if not provided) |
| projectPath | string | yes | Path to the project root directory |
No output schema declared.
No examples provided.
analyze_code_deep ~50
Deep AST-based code analysis with function extraction, complexity metrics, hook analysis, and issue detection.
| Name | Type | Req | Description |
|---|---|---|---|
| platform | string | — | Target platform |
| projectPath | string | yes | Path to the project |
No output schema declared.
No examples provided.
analyze_performance ~49
Deep performance analysis including rendering, computation, network, and bundle size issues. Provides actionable recommendations.
| Name | Type | Req | Description |
|---|---|---|---|
| platform | string | — | Target platform |
| projectPath | string | yes | Path to the project |
No output schema declared.
No examples provided.
apply_fix ~65
Apply a confirmed fix to the codebase.
| Name | Type | Req | Description |
|---|---|---|---|
| backup | boolean | — | Create backup before applying |
| dryRun | boolean | — | Preview changes without applying |
| fixId | string | yes | ID of the fix to apply |
| validate | boolean | — | Validate syntax after applying |
No output schema declared.
No examples provided.
confirm_fix ~68
Confirm or reject a suggested fix before application.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Confirmation action |
| fixId | string | yes | ID of the fix to confirm |
| modifiedCode | string | — | Modified code if action is modify |
| reason | string | — | Reason for rejection if action is reject |
No output schema declared.
No examples provided.
create_test_plan ~92
Create a test plan from generated scenarios with filtering and scheduling options.
| Name | Type | Req | Description |
|---|---|---|---|
| maxDuration | number | — | Maximum duration in seconds |
| name | string | yes | Name of the test plan |
| priorityFilter | array | — | Filter by priority |
| projectPath | string | yes | Path to the project |
| template | string | — | Use a predefined template |
| typeFilter | array | — | Filter by test type |
No output schema declared.
No examples provided.
detect_logic_errors ~63
Detect logic errors including race conditions, state inconsistencies, null references, and type mismatches.
| Name | Type | Req | Description |
|---|---|---|---|
| analysisDepth | string | — | Analysis depth |
| checkTypes | array | — | Types of errors to check |
| projectPath | string | yes | Path to the project |
No output schema declared.
No examples provided.
detect_memory_leaks ~67
Detect memory leaks, retain cycles, and unclosed resources through static and dynamic analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| analysisType | string | — | Type of analysis |
| minLeakSizeMB | number | — | Minimum leak size to report (MB) |
| projectPath | string | yes | Path to the project |
No output schema declared.
No examples provided.
generate_cicd_config ~110
Generate CI/CD configuration for GitHub Actions, Jenkins, or GitLab CI with test automation integration.
| Name | Type | Req | Description |
|---|---|---|---|
| branches | array | — | Branches to run CI on |
| buildCommand | string | — | Custom build command |
| platform | string | — | Target platform |
| projectPath | string | yes | Path to the project |
| provider | string | yes | CI/CD provider |
| testCommand | string | — | Custom test command |
| writeToFile | boolean | — | Write config to project |
No output schema declared.
No examples provided.
generate_report ~66
Generate detailed test automation report in Markdown, HTML, or JSON format.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Report format |
| outputPath | string | — | Path to save the report |
| projectPath | string | yes | Path to the project |
| sections | array | — | Sections to include |
No output schema declared.
No examples provided.
generate_scenarios ~97
Generate test scenarios based on app structure analysis. Creates E2E, integration, unit, performance, and memory test scenarios.
| Name | Type | Req | Description |
|---|---|---|---|
| coverage | string | — | Coverage level |
| focusAreas | array | — | Specific areas to focus on |
| maxScenarios | number | — | Maximum number of scenarios to generate |
| projectPath | string | yes | Path to the project |
| testTypes | array | — | Types of tests to generate |
No output schema declared.
No examples provided.
get_pending_fixes ~32
Get list of pending fix suggestions waiting for confirmation.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Path to the project |
No output schema declared.
No examples provided.
get_test_history ~40
Get test execution history for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum results to return |
| projectPath | string | yes | Path to the project |
No output schema declared.
No examples provided.
rollback_fix ~32
Rollback an applied fix to restore original code.
| Name | Type | Req | Description |
|---|---|---|---|
| fixId | string | yes | ID of the fix to rollback |
No output schema declared.
No examples provided.
run_full_automation ~93
Run complete test automation pipeline: analyze → generate scenarios → run tests → detect issues → suggest fixes. Interactive confirmation for fixes.
| Name | Type | Req | Description |
|---|---|---|---|
| autoFix | boolean | — | Automatically apply high-confidence fixes |
| confirmMode | string | — | Fix confirmation mode |
| platform | string | — | Target platform |
| projectPath | string | yes | Path to the project |
| testTypes | array | — | Types of tests to run |
No output schema declared.
No examples provided.
run_scenario_test ~87
Run a specific test scenario and get detailed results.
| Name | Type | Req | Description |
|---|---|---|---|
| device | string | — | Target device or simulator |
| platform | string | yes | Target platform |
| projectPath | string | yes | Path to the project |
| retries | number | — | Number of retry attempts |
| scenarioId | string | yes | ID of the scenario to run |
| timeout | number | — | Timeout in milliseconds |
No output schema declared.
No examples provided.
run_simulation ~79
Run user behavior simulation to find issues through random/pattern-based testing.
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | yes | Simulation duration in seconds |
| intensity | string | — | Interaction intensity |
| monitorMetrics | array | — | Metrics to monitor |
| projectPath | string | yes | Path to the project |
| userPatterns | array | — | User behavior patterns to simulate |
No output schema declared.
No examples provided.
run_stress_test ~92
Run stress/load tests on APIs or UI components.
| Name | Type | Req | Description |
|---|---|---|---|
| concurrency | number | yes | Number of concurrent users/requests |
| duration | number | yes | Test duration in seconds |
| endpoints | array | — | Specific endpoints to test |
| projectPath | string | yes | Path to the project |
| rampUp | number | — | Ramp up time in seconds |
| targetType | string | yes | What to stress test |
No output schema declared.
No examples provided.
suggest_fixes ~55
Generate AI-powered fix suggestions for detected issues.
| Name | Type | Req | Description |
|---|---|---|---|
| issueIds | array | — | Specific issue IDs to fix |
| maxSuggestions | number | — | Maximum suggestions to generate |
| projectPath | string | yes | Path to the project |
No output schema declared.
No examples provided.