← Back to search

io.github.vineethwilson15/semamerge

vineethwilson15 Scanned 14d ago

Detects semantic merge conflicts between Git branches using AST-level analysis

B
78 / 100

Versions

0.1.2latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 4

analyze_branches
annotations: none low

Deep semantic analysis between two branches. Returns a detailed per-file report of all semantic changes and conflicts, including cross-file dependency issues.

check_merge_safety
annotations: none low

Quick pre-merge safety check. Analyzes two branches for semantic conflicts that Git would miss (signature changes, removed exports, parameter mismatches, etc.). Returns a risk score: safe/warning/danger.

list_semantic_changes
annotations: none low

Lists all semantic changes on a branch (function additions/removals, export changes, type changes, etc.) relative to a base. Useful for understanding what semantically changed.

analyze_file_pair
annotations: none low

Deep-dive semantic diff of a single file between two branches. Shows exactly what each branch changed and where conflicts arise.

Permissions 2

filesystem low
Server uses filesystem capabilities via: fs sync ops
shell high
Server uses shell capabilities via: child_process, execSync()

Scan Findings 20

low
Tool 'check_merge_safety' has no annotations annotation_checker · 100%
low
Tool 'analyze_branches' has no annotations annotation_checker · 100%
low
Tool 'list_semantic_changes' has no annotations annotation_checker · 100%
low
Tool 'analyze_file_pair' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: simple-git@3.27.0 (GHSA-hffm-xvc3-vprc) dependency_analyzer · 95%
medium
Vulnerable dependency: simple-git@3.27.0 (GHSA-jcxm-m3jx-f287) dependency_analyzer · 95%
medium
Vulnerable dependency: simple-git@3.27.0 (GHSA-r275-fr43-pm7q) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.1.0 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: check_merge_safety manifest_parser · 70%
info
Tool: analyze_branches manifest_parser · 70%
info
Tool: list_semantic_changes manifest_parser · 70%
info
Tool: analyze_file_pair manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
info
SBOM generated: 199 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%