← Back to search

io.github.Sandip124/wisegit

Sandip124 Scanned 1d ago

Extracts decision intent from git history and protects intentional code from AI modification.

C
65.8 / 100

Versions

0.1.1latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 11

get_file_decisions
annotations: none low

Get the decision manifest for a file — shows freeze scores, intent history, and recovery levels for all tracked functions. Call this BEFORE editing any file.

get_freeze_score
annotations: none low

Get the freeze score and signal breakdown for a specific function. Shows why a function is frozen/stable/open.

search_decisions
annotations: none low

Search past decisions by keyword. Finds intent history across the entire repository.

create_override
annotations: none low

Request an override for a FROZEN or STABLE function so it can be modified. The user MUST approve this action. Provide a clear reason why the override is needed. The override is recorded in the audit trail permanently.

get_function_history
annotations: none low

Get the full chronological decision timeline for a specific function. Shows every event: creation, changes, overrides, issue enrichments.

get_theory_gaps
annotations: none low

Get functions in a file where the original decision rationale may be unrecoverable (primary author inactive, timeline gaps). These need extra caution.

get_branch_context
annotations: none low

Get branch merge history — what branches were merged and what they changed. Useful for understanding migrations and cross-platform decisions.

extract_intent
annotations: none low

Extract decision intent for a function

find_similar_functions
annotations: none low

Search for existing functions that solve a similar problem.

description string
predict_impact
annotations: none low

Predict what functions will break if a given function is modified.

function_name string
get_codebase_conventions
annotations: none low

Extract coding conventions for a file

Permissions 4

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs, path
shell high
Server uses shell capabilities via: child_process
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 38

low
Tool 'get_file_decisions' has no annotations annotation_checker · 100%
low
Tool 'get_freeze_score' has no annotations annotation_checker · 100%
low
Tool 'search_decisions' has no annotations annotation_checker · 100%
low
Tool 'create_override' has no annotations annotation_checker · 100%
low
Tool 'get_function_history' has no annotations annotation_checker · 100%
low
Tool 'get_theory_gaps' has no annotations annotation_checker · 100%
low
Tool 'get_branch_context' has no annotations annotation_checker · 100%
low
Tool 'extract_intent' has no annotations annotation_checker · 100%
low
Tool 'find_similar_functions' has no annotations annotation_checker · 100%
low
Tool 'predict_impact' has no annotations annotation_checker · 100%
low
Tool 'get_codebase_conventions' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: simple-git@3.33.0 (GHSA-hffm-xvc3-vprc) dependency_analyzer · 95%
high
Long unicode escape chain in Sandip124-wisegit-75fab44/src/cli/commands/setup.ts:391 entropy_analyzer · 80%
high
Long unicode escape chain in Sandip124-wisegit-75fab44/src/cli/commands/setup.ts:399 entropy_analyzer · 80%
info
package.json metadata manifest_parser · 100%
info
Tool: get_file_decisions manifest_parser · 70%
info
Tool: get_freeze_score manifest_parser · 70%
info
Tool: search_decisions manifest_parser · 70%
info
Tool: create_override manifest_parser · 70%
info
Tool: get_function_history manifest_parser · 70%
info
Tool: get_theory_gaps manifest_parser · 70%
info
Tool: get_branch_context manifest_parser · 70%
info
Tool: extract_intent manifest_parser · 70%
info
Tool: find_similar_functions manifest_parser · 70%
info
Tool: predict_impact manifest_parser · 70%
info
Tool: get_codebase_conventions manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (7) manifest_parser · 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%
low
Permission: env_vars access detected permission_analyzer · 90%
critical
Tool poisoning in 'get_file_decisions': Cross-tool sequencing directive poisoning · 85%
info
SBOM generated: 253 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%