← Back to search

@nahisaho/musubix-mcp-server

nahisaho Scanned 23d ago

MUSUBIX MCP Server - Model Context Protocol Server for AI Platforms

D
40 / 100

Versions

3.8.2latest
Feb 8, 2026
3.8.1
Feb 8, 2026
3.8.0
Feb 8, 2026
3.7.3
Jan 25, 2026
3.6.0
Jan 23, 2026
+ show 60 moreshow less
3.5.0
Jan 20, 2026
3.4.5
Jan 17, 2026
3.4.3
Jan 16, 2026
3.4.2
Jan 16, 2026
3.3.9
Jan 14, 2026
3.3.1
Jan 13, 2026
3.1.0
Jan 13, 2026
3.0.17
Jan 13, 2026
3.0.16
Jan 13, 2026
3.0.15
Jan 12, 2026
3.0.14
Jan 12, 2026
3.0.13
Jan 12, 2026
3.0.7
Jan 11, 2026
2.4.2
Jan 11, 2026
2.4.1
Jan 11, 2026
2.3.6
Jan 10, 2026
2.3.0
Jan 9, 2026
2.2.0
Jan 8, 2026
2.1.1
Jan 8, 2026
2.1.0
Jan 8, 2026
2.0.1
Jan 8, 2026
2.0.0
Jan 8, 2026
1.8.5
Jan 7, 2026
1.8.0
Jan 7, 2026
1.7.5
Jan 6, 2026
1.7.0
Jan 6, 2026
1.6.6
Jan 5, 2026
1.6.2
Jan 5, 2026
1.6.1
Jan 5, 2026
1.6.0
Jan 5, 2026
1.5.2
Jan 5, 2026
1.4.5
Jan 5, 2026
1.3.1
Jan 5, 2026
1.3.0
Jan 5, 2026
1.2.0
Jan 5, 2026
1.1.16
Jan 4, 2026
1.1.15
Jan 4, 2026
1.1.14
Jan 4, 2026
1.1.13
Jan 4, 2026
1.1.12
Jan 4, 2026
1.1.11
Jan 4, 2026
1.1.10
Jan 4, 2026
1.1.7
Jan 4, 2026
1.1.6
Jan 4, 2026
1.1.5
Jan 4, 2026
1.1.4
Jan 4, 2026
1.1.3
Jan 4, 2026
1.1.2
Jan 4, 2026
1.1.1
Jan 4, 2026
1.1.0
Jan 4, 2026
1.0.21
Jan 4, 2026
1.0.20
Jan 4, 2026
1.0.19
Jan 3, 2026
1.0.18
Jan 3, 2026
1.0.17
Jan 3, 2026
1.0.5
Jan 3, 2026
1.0.3
Jan 2, 2026
1.0.2
Jan 2, 2026
1.0.1
Jan 2, 2026
1.0.0
Jan 2, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 49

trace_add_link
annotations: none low

Add a traceability link between two artifacts (requirements, designs, code, tests).

trace_query
annotations: none low

Query the traceability database to find artifacts and their relationships.

knowledge_traverse
annotations: none low

Traverse the knowledge graph from a starting entity

trace_impact
annotations: none low

Analyze the impact of changing an artifact. Returns all affected artifacts with impact scores.

verify_precondition
annotations: none low

Verify a precondition expression using Z3 SMT solver. Checks if the precondition is satisfiable or unsatisfiable.

verify_postcondition
annotations: none low

Verify a Hoare triple {P} C {Q} using Z3 SMT solver. Checks if the postcondition Q holds after executing C when precondition P is satisfied.

ears_to_smt
annotations: none low

Convert an EARS (Easy Approach to Requirements Syntax) requirement to SMT-LIB2 formula for formal verification.

watch_start
annotations: none low

Start file watching and auto-validation. Monitors files for changes and runs lint/test/security automatically.

watch_stop
annotations: none low

Stop the active file watching session.

watch_status
annotations: none low

Get the status of active watch sessions.

watch_run_now
annotations: none low

Run specified tasks immediately on given files without waiting for changes.

watch_report
annotations: none low

Get accumulated issues report from watch session.

decision_create
annotations: none low

Create a new Architecture Decision Record (ADR)

decision_list
annotations: none low

List all ADRs with optional filters

decision_get
annotations: none low

Get a specific ADR by ID

decision_accept
annotations: none low

Accept a proposed ADR

decision_deprecate
annotations: none low

Deprecate an ADR, optionally marking it as superseded

decision_search
annotations: none low

Search ADRs by keyword

decision_find_by_requirement
annotations: none low

Find ADRs related to a requirement

decision_generate_index
annotations: none low

Generate or update the ADR index file

assistant_axis_analyze
annotations: none low

Analyze a message for persona drift indicators. Based on arXiv:2601.10387 research. Returns drift score (0.0-1.0), detected triggers, domain classification, and intervention recommendations. Use this to check if user messages may cause AI persona drift away from assistant role.

assistant_axis_session_start
annotations: none low

Start a new persona monitoring session. Returns session ID and initial state. Sessions track drift history, intervention count, and domain classification over time.

assistant_axis_session_status
annotations: none low

Get current status of a monitoring session including drift score, trend, and intervention count.

assistant_axis_session_end
annotations: none low

End a monitoring session and get final metrics summary including average drift, max drift, and total interventions.

assistant_axis_get_reinforcement
annotations: none low

Get identity reinforcement prompt for the current session state. Types: 'identity' (core assistant traits), 'recovery' (after drift), 'refresh' (periodic). Based on Assistant traits from arXiv:2601.10387 Figure 3, Table 2.

assistant_axis_config
annotations: none low

Get current Assistant Axis configuration including drift thresholds, phase monitoring levels, and intervention limits.

assistant_axis_phase_check
annotations: none low

Check monitoring level and frequency for a specific workflow phase. Based on research finding: "Coding and writing tasks keep models firmly in Assistant territory" - requirements/design: HIGH (100%) - tasks: MEDIUM (75%) - implementation: LOW (50%) - done: OFF (0%)

pattern_learn
annotations: none low

Learn patterns from observed code. Part of the Wake phase of Wake-Sleep learning.

pattern_consolidate
annotations: none low

Consolidate and optimize the pattern library. Part of the Sleep phase of Wake-Sleep learning.

pattern_query_relations
annotations: none low

Query relationships between patterns in the knowledge graph.

pattern_search
annotations: none low

Search for patterns by various criteria.

pattern_stats
annotations: none low

Get statistics about the pattern learning system.

pattern_import_kg
annotations: none low

Import learned patterns into the ontology knowledge graph for semantic reasoning.

pattern_export_kg
annotations: none low

Export the pattern knowledge graph as Turtle RDF.

policy_validate
annotations: none low

Validate a project against all registered policies

policy_list
annotations: none low

List all registered policies

policy_get
annotations: none low

Get details of a specific policy

policy_check_file
annotations: none low

Check a specific file against relevant policies

knowledge_put_entity
annotations: none low

Add or update an entity in the knowledge graph

knowledge_get_entity
annotations: none low

Get an entity from the knowledge graph by ID

knowledge_delete_entity
annotations: none low

Delete an entity from the knowledge graph

knowledge_add_relation
annotations: none low

Add a relation between two entities

knowledge_query
annotations: none low

Query entities from the knowledge graph with filters

codeql_parse_sarif
annotations: none low

Parse a CodeQL SARIF 2.1.0 report file and extract security findings with CWE mappings.

codeql_aggregate
annotations: none low

Aggregate multiple CodeQL scan results into a unified report with statistics.

codeql_cwe_lookup
annotations: none low

Look up CWE information including Japanese explanations and recommended fixes.

codeql_list_cwes
annotations: none low

List all known CWE entries, optionally filtered by category or severity.

codeql_summary
annotations: none low

Get a summary of security findings from parsed SARIF data.

codeql_fix_suggestions
annotations: none low

Get fix suggestions for security findings based on CWE information.

Permissions 5

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs, fs sync ops, fs.promises, fs/promises, path
shell high
Server uses shell capabilities via: child_process, execSync(), spawn(), spawnSync()
database medium
Server uses database capabilities via: better-sqlite3
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 305

low
Tool 'decision_deprecate' has no annotations annotation_checker · 100%
low
Tool 'verify_precondition' has no annotations annotation_checker · 100%
low
Tool 'verify_postcondition' has no annotations annotation_checker · 100%
low
Tool 'ears_to_smt' has no annotations annotation_checker · 100%
low
Tool 'trace_add_link' has no annotations annotation_checker · 100%
low
Tool 'trace_query' has no annotations annotation_checker · 100%
low
Tool 'trace_impact' has no annotations annotation_checker · 100%
low
Tool 'watch_start' has no annotations annotation_checker · 100%
low
Tool 'watch_stop' has no annotations annotation_checker · 100%
low
Tool 'watch_status' has no annotations annotation_checker · 100%
low
Tool 'watch_run_now' has no annotations annotation_checker · 100%
low
Tool 'watch_report' has no annotations annotation_checker · 100%
low
Tool 'decision_create' has no annotations annotation_checker · 100%
low
Tool 'decision_list' has no annotations annotation_checker · 100%
low
Tool 'decision_get' has no annotations annotation_checker · 100%
low
Tool 'decision_accept' has no annotations annotation_checker · 100%
low
Tool 'decision_search' has no annotations annotation_checker · 100%
low
Tool 'decision_find_by_requirement' has no annotations annotation_checker · 100%
low
Tool 'decision_generate_index' has no annotations annotation_checker · 100%
low
Tool 'assistant_axis_analyze' has no annotations annotation_checker · 100%
low
Tool 'assistant_axis_session_start' has no annotations annotation_checker · 100%
low
Tool 'assistant_axis_session_status' has no annotations annotation_checker · 100%
low
Tool 'assistant_axis_session_end' has no annotations annotation_checker · 100%
low
Tool 'assistant_axis_get_reinforcement' has no annotations annotation_checker · 100%
low
Tool 'assistant_axis_config' has no annotations annotation_checker · 100%
low
Tool 'assistant_axis_phase_check' has no annotations annotation_checker · 100%
low
Tool 'pattern_learn' has no annotations annotation_checker · 100%
low
Tool 'pattern_consolidate' has no annotations annotation_checker · 100%
low
Tool 'pattern_query_relations' has no annotations annotation_checker · 100%
low
Tool 'pattern_search' has no annotations annotation_checker · 100%
low
Tool 'pattern_stats' has no annotations annotation_checker · 100%
low
Tool 'pattern_import_kg' has no annotations annotation_checker · 100%
low
Tool 'pattern_export_kg' has no annotations annotation_checker · 100%
low
Tool 'policy_validate' has no annotations annotation_checker · 100%
low
Tool 'policy_list' has no annotations annotation_checker · 100%
low
Tool 'policy_get' has no annotations annotation_checker · 100%
low
Tool 'policy_check_file' has no annotations annotation_checker · 100%
low
Tool 'knowledge_put_entity' has no annotations annotation_checker · 100%
low
Tool 'knowledge_get_entity' has no annotations annotation_checker · 100%
low
Tool 'knowledge_delete_entity' has no annotations annotation_checker · 100%
low
Tool 'knowledge_add_relation' has no annotations annotation_checker · 100%
low
Tool 'knowledge_query' has no annotations annotation_checker · 100%
low
Tool 'knowledge_traverse' has no annotations annotation_checker · 100%
low
Tool 'codeql_parse_sarif' has no annotations annotation_checker · 100%
low
Tool 'codeql_aggregate' has no annotations annotation_checker · 100%
low
Tool 'codeql_cwe_lookup' has no annotations annotation_checker · 100%
low
Tool 'codeql_list_cwes' has no annotations annotation_checker · 100%
low
Tool 'codeql_summary' has no annotations annotation_checker · 100%
low
Tool 'codeql_fix_suggestions' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Excessive dependency count: 91 direct dependencies dependency_analyzer · 90%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.25.2 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@4.0.16 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@2.0.0 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@2.0.0 (GHSA-9crc-q9x8-hgqq) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@1.0.0 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@1.0.0 (GHSA-9crc-q9x8-hgqq) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.2 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.2 (GHSA-9crc-q9x8-hgqq) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-2234-fmw7-43wr) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-26pp-8wgv-hjvm) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-2gcr-mfcq-wcc3) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-3hrh-pfw6-9m5x) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-3mpf-rcc7-5347) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-3vhc-576x-3qv4) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-458j-xx4x-4375) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-5pq2-9x2x-5p6w) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-69xw-7hcm-h432) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-6wqw-2p9w-4vw4) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-88fw-hqm2-52qc) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-8j4g-w8fx-2239) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-92vj-g62v-jqhh) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-9r54-q6cx-xmh5) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-9vqf-7f2p-gf9v) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-f23p-vx2j-j53r) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-f577-qrjj-4474) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-f67f-6cw9-8mq4) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-gq3j-xvxp-8hrf) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-hm8q-7f3q-5f36) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-j6c9-x7qj-28xf) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-m732-5p4w-x69g) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-p6xx-57qc-3wxr) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-p77w-8qqv-26rm) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-q5qw-h33p-qvwr) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-q7jf-gf43-6x6p) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-qp7p-654g-cw7p) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-r354-f388-2fhh) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-r5rp-j6wh-rvv4) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-rpfr-3m35-5vx5) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-rv63-4mwf-qqc2) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-v8w9-8mx6-g223) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-w332-q679-j88p) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-w62v-xxxg-mg59) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-wgpf-jwqj-8h8p) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-wmmm-f939-6g9c) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-wwfh-h76j-fc44) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-xf4j-xp2r-rqqx) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-xpcf-pg52-r92g) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.0.0 (GHSA-xrhx-7g5j-rcj5) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@2.1.8 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@2.1.8 (GHSA-9crc-q9x8-hgqq) dependency_analyzer · 95%
medium
Vulnerable dependency: uuid@9.0.0 (GHSA-w5hq-g745-h8pq) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-26pp-8wgv-hjvm) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-2gcr-mfcq-wcc3) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-3hrh-pfw6-9m5x) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-3vhc-576x-3qv4) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-458j-xx4x-4375) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-5pq2-9x2x-5p6w) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-69xw-7hcm-h432) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-6wqw-2p9w-4vw4) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-79qm-7rj5-m7r9) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-88fw-hqm2-52qc) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-8j4g-w8fx-2239) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-9r54-q6cx-xmh5) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-9vqf-7f2p-gf9v) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-f23p-vx2j-j53r) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-f577-qrjj-4474) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-f67f-6cw9-8mq4) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-gq3j-xvxp-8hrf) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-hm8q-7f3q-5f36) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-j6c9-x7qj-28xf) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-p6xx-57qc-3wxr) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-p77w-8qqv-26rm) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-q5qw-h33p-qvwr) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-qp7p-654g-cw7p) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-r354-f388-2fhh) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-r5rp-j6wh-rvv4) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-rv63-4mwf-qqc2) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-v8w9-8mx6-g223) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-w332-q679-j88p) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-w62v-xxxg-mg59) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-wgpf-jwqj-8h8p) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-wmmm-f939-6g9c) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-wwfh-h76j-fc44) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-xf4j-xp2r-rqqx) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-xgm2-5f3f-mvvc) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-xpcf-pg52-r92g) dependency_analyzer · 95%
medium
Vulnerable dependency: hono@4.11.3 (GHSA-xrhx-7g5j-rcj5) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@1.6.1 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: minimatch@9.0.0 (GHSA-23c5-xmqv-rm74) dependency_analyzer · 95%
medium
Vulnerable dependency: minimatch@9.0.0 (GHSA-3ppc-4f35-3m26) dependency_analyzer · 95%
medium
Vulnerable dependency: minimatch@9.0.0 (GHSA-7r86-cg39-jmmj) dependency_analyzer · 95%
medium
Vulnerable dependency: yaml@2.4.0 (GHSA-48c2-rrv3-qjmp) dependency_analyzer · 95%
medium
Vulnerable dependency: zod@3.22.0 (GHSA-m95q-7qp3-xv42) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@4.0.18 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-35jp-ww65-95wh) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-3g43-6gmg-66jw) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-3p68-rc4w-qgx5) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-3w6x-2g7m-8v23) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-42h9-826w-cgv3) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-43fc-jf86-j433) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-445q-vr5w-6q77) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-4hjh-wcwx-xvwj) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-5c9x-8gcm-mpgx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-62hf-57xw-28j9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-6chq-wfr3-2hj9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-7q8q-rj6j-mhjq) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-898c-q2cr-xwhg) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-8hc4-vh64-cxmj) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-fvcv-3m26-pcqx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-hfxv-24rg-xrqf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-j5f8-grm9-p9fc) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-jr5f-v2jv-69x6) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-m7pr-hjqh-92cm) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-mmx7-hfxf-jppx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-p92q-9vqr-4j8v) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-pf86-5x62-jrwf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-pmv8-rq9r-6j72) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-pmwg-cvhr-8vh7) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-q8qp-cvcw-x6jj) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-vf2m-468p-8v99) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-w9j2-pvgh-6h63) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-xhjh-pmcv-23jw) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.6.0 (GHSA-xx6v-rp6x-q39c) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-39q2-94rc-95cp) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-55q2-fjhq-7xh7) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-76mc-f452-cxcm) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-c2j3-45gr-mqc4) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-cj63-jhhr-wcxv) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-cjmm-f4jc-qw8r) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-cmwh-pvxp-8882) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-crv5-9vww-q3g8) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-gvmj-g25r-r7wr) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-gx9m-whjm-85jf) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-h7mw-gpvr-xq4m) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-h8r8-wccr-v5f2) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-hpcv-96wg-7vj8) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-mmhx-hmjr-r674) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-r47g-fvhr-h676) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-rp9w-3fw7-7cwq) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-v9jr-rg53-9pgp) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-vhxf-7vqr-mrjg) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-vxr8-fq34-vvx9) dependency_analyzer · 95%
medium
Vulnerable dependency: dompurify@3.0.6 (GHSA-x4vx-rjvf-j5p4) dependency_analyzer · 95%
medium
Vulnerable dependency: yaml@2.7.0 (GHSA-48c2-rrv3-qjmp) dependency_analyzer · 95%
medium
High-entropy string (5.75 bits/char) in nahisaho-MUSUBIX-bd446d0/virtual-projects/project-01-pet-clinic/__tests__/generated-ears.test.ts:16 entropy_analyzer · 51%
medium
High-entropy string (5.72 bits/char) in nahisaho-MUSUBIX-bd446d0/virtual-projects/project-01-pet-clinic/__tests__/generated-ears.test.ts:92 entropy_analyzer · 50%
medium
High-entropy string (5.75 bits/char) in nahisaho-MUSUBIX-bd446d0/virtual-projects/project-01-pet-clinic/__tests__/generated-ears.test.ts:240 entropy_analyzer · 51%
medium
Buffer.from base64 in nahisaho-MUSUBIX-bd446d0/packages/deep-research/src/security/secret-manager.ts:225 entropy_analyzer · 75%
medium
High-entropy string (5.72 bits/char) in nahisaho-MUSUBIX-bd446d0/virtual-projects/project-03-online-library/__tests__/generated-ears.test.ts:16 entropy_analyzer · 50%
medium
High-entropy string (5.75 bits/char) in nahisaho-MUSUBIX-bd446d0/virtual-projects/project-03-online-library/__tests__/generated-ears.test.ts:257 entropy_analyzer · 51%
medium
High-entropy string (5.75 bits/char) in nahisaho-MUSUBIX-bd446d0/virtual-projects/project-03-online-library/__tests__/generated-ears.test.ts:272 entropy_analyzer · 51%
medium
High-entropy string (5.71 bits/char) in nahisaho-MUSUBIX-bd446d0/virtual-projects/project-03-online-library/__tests__/generated-ears.test.ts:328 entropy_analyzer · 50%
medium
High-entropy string (5.85 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/formal-verify/src/traceability/TraceabilityDB.ts:17 entropy_analyzer · 52%
medium
High-entropy string (6.21 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/mcp-server/src/tools/workflow-tools.ts:67 entropy_analyzer · 58%
medium
High-entropy string (6.03 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/mcp-server/src/tools/workflow-tools.ts:106 entropy_analyzer · 55%
medium
High-entropy string (5.75 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/mcp-server/src/tools/skill-tools.ts:116 entropy_analyzer · 51%
medium
High-entropy string (5.74 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/mcp-server/src/tools/agent-handlers.ts:100 entropy_analyzer · 51%
medium
High-entropy string (6.27 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/mcp-server/src/tools/agent-tools.ts:24 entropy_analyzer · 59%
medium
High-entropy string (6.03 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/mcp-server/src/tools/agent-tools.ts:147 entropy_analyzer · 55%
info
Tool: decision_search manifest_parser · 90%
medium
High-entropy string (6.31 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:32 entropy_analyzer · 59%
medium
High-entropy string (6.16 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:43 entropy_analyzer · 57%
medium
High-entropy string (6.05 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:54 entropy_analyzer · 55%
medium
High-entropy string (6.17 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:65 entropy_analyzer · 57%
medium
High-entropy string (6.29 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:76 entropy_analyzer · 59%
medium
High-entropy string (6.03 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:87 entropy_analyzer · 55%
medium
High-entropy string (5.81 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:98 entropy_analyzer · 52%
medium
High-entropy string (6.02 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:120 entropy_analyzer · 55%
medium
High-entropy string (5.93 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:131 entropy_analyzer · 54%
medium
High-entropy string (5.93 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:142 entropy_analyzer · 53%
medium
High-entropy string (6.03 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:153 entropy_analyzer · 55%
medium
High-entropy string (5.98 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:164 entropy_analyzer · 54%
medium
High-entropy string (5.89 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:186 entropy_analyzer · 53%
medium
High-entropy string (5.90 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:197 entropy_analyzer · 53%
medium
High-entropy string (5.91 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:208 entropy_analyzer · 53%
medium
High-entropy string (6.23 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:219 entropy_analyzer · 58%
medium
High-entropy string (5.86 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:230 entropy_analyzer · 52%
medium
High-entropy string (5.75 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:252 entropy_analyzer · 51%
medium
High-entropy string (5.92 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:263 entropy_analyzer · 53%
medium
High-entropy string (5.72 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:274 entropy_analyzer · 50%
medium
High-entropy string (5.79 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:285 entropy_analyzer · 51%
medium
High-entropy string (5.92 bits/char) in nahisaho-MUSUBIX-bd446d0/packages/core/src/codeql/cwe-mapper.ts:296 entropy_analyzer · 53%
medium
Buffer.from base64 in nahisaho-MUSUBIX-bd446d0/packages/core/src/learning/sharing/pattern-deserializer.ts:207 entropy_analyzer · 75%
info
package.json metadata manifest_parser · 100%
info
Tool: verify_precondition manifest_parser · 90%
info
Tool: verify_postcondition manifest_parser · 90%
info
Tool: ears_to_smt manifest_parser · 90%
info
Tool: trace_add_link manifest_parser · 90%
info
Tool: trace_query manifest_parser · 90%
info
Tool: trace_impact manifest_parser · 90%
info
Tool: watch_start manifest_parser · 90%
info
Tool: watch_stop manifest_parser · 90%
info
Tool: watch_status manifest_parser · 90%
info
Tool: watch_run_now manifest_parser · 90%
info
Tool: watch_report manifest_parser · 90%
info
Tool: decision_create manifest_parser · 90%
info
Tool: decision_list manifest_parser · 90%
info
Tool: decision_get manifest_parser · 90%
info
Tool: decision_accept manifest_parser · 90%
info
Tool: decision_deprecate manifest_parser · 90%
info
Tool: decision_find_by_requirement manifest_parser · 90%
info
Tool: decision_generate_index manifest_parser · 90%
info
Tool: assistant_axis_analyze manifest_parser · 90%
info
Tool: assistant_axis_session_start manifest_parser · 90%
info
Tool: assistant_axis_session_status manifest_parser · 90%
info
Tool: assistant_axis_session_end manifest_parser · 90%
info
Tool: assistant_axis_get_reinforcement manifest_parser · 90%
info
Tool: assistant_axis_config manifest_parser · 90%
info
Tool: assistant_axis_phase_check manifest_parser · 90%
info
Tool: pattern_learn manifest_parser · 90%
info
Tool: pattern_consolidate manifest_parser · 90%
info
Tool: pattern_query_relations manifest_parser · 90%
info
Tool: pattern_search manifest_parser · 90%
info
Tool: pattern_stats manifest_parser · 90%
info
Tool: pattern_import_kg manifest_parser · 90%
info
Tool: pattern_export_kg manifest_parser · 90%
info
Tool: policy_validate manifest_parser · 90%
info
Tool: policy_list manifest_parser · 90%
info
Tool: policy_get manifest_parser · 90%
info
Tool: policy_check_file manifest_parser · 90%
info
Tool: knowledge_put_entity manifest_parser · 90%
info
Tool: knowledge_get_entity manifest_parser · 90%
info
Tool: knowledge_delete_entity manifest_parser · 90%
info
Tool: knowledge_add_relation manifest_parser · 90%
info
Tool: knowledge_query manifest_parser · 90%
info
Tool: knowledge_traverse manifest_parser · 90%
info
Tool: codeql_parse_sarif manifest_parser · 90%
info
Tool: codeql_aggregate manifest_parser · 90%
info
Tool: codeql_cwe_lookup manifest_parser · 90%
info
Tool: codeql_list_cwes manifest_parser · 90%
info
Tool: codeql_summary manifest_parser · 90%
info
Tool: codeql_fix_suggestions manifest_parser · 90%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (34) manifest_parser · 80%
high
High-risk OAuth scope: admin oauth_scope_analyzer · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
medium
Permission: database access detected permission_analyzer · 90%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 761 components sbom_generator · 100%
high
Hardcoded Password found in nahisaho-MUSUBIX-bd446d0/docs/SwarmCoding.md secret_scanner · 65%
high
Hardcoded Password found in nahisaho-MUSUBIX-bd446d0/docs/YATA-GLOBAL-GUIDE.md secret_scanner · 65%
high
Hardcoded Password found in nahisaho-MUSUBIX-bd446d0/docs/YATA-GLOBAL-GUIDE.ja.md secret_scanner · 65%
critical
RSA Private Key found in nahisaho-MUSUBIX-bd446d0/storage/reviews/REVIEW-DES-DR-v3.4.0-2026-01-16.md secret_scanner · 95%
critical
RSA Private Key found in nahisaho-MUSUBIX-bd446d0/storage/design/DES-DR-v3.4.0.md secret_scanner · 95%
high
Hardcoded Password found in nahisaho-MUSUBIX-bd446d0/packages/expert-delegation/AGENTS.md secret_scanner · 65%
critical
AWS Access Key ID found in nahisaho-MUSUBIX-bd446d0/packages/security/src/analysis/secret-detector.ts secret_scanner · 95%
critical
RSA Private Key found in nahisaho-MUSUBIX-bd446d0/packages/security/src/analysis/secret-detector.ts secret_scanner · 95%
critical
EC Private Key found in nahisaho-MUSUBIX-bd446d0/packages/security/src/analysis/secret-detector.ts secret_scanner · 95%
high
Hardcoded Password found in nahisaho-MUSUBIX-bd446d0/packages/security/src/rules/owasp/a07-auth-failures.ts secret_scanner · 65%
critical
RSA Private Key found in nahisaho-MUSUBIX-bd446d0/packages/core/src/symbolic/security-scanner.ts secret_scanner · 95%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%