genpark-stack-trace-symbolic-fault-localizer-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Parses Python stack traces into structured traceback frames, calculates Tarantula/Ochiai line suspiciousness scores, and isolates root-cause bug locations.
README.md
GenPark AI Agent Skill - Stack Trace Symbolic Fault Localizer
A pure Python standard library skill that parses complex Python exception tracebacks into structured frame DAGs, isolates innermost non-stdlib root causes, and computes Ochiai spectrum-based fault suspiciousness scores to guide autonomous agent code repair.
Architecture
graph TD
A[Raw Unhandled Traceback Text] --> B[Regex Frame Parser]
B --> C[Structured Execution Call Stack]
C --> D[Stdlib / Frozen Filter]
D --> E[Innermost Userland Frame: Probable Root Cause]
C --> F[Ochiai Suspiciousness Metric Engine]
E --> G[Targeted Bug Location for Patching]
F --> G
Features
- Deterministic Traceback Parsing: Extracts file, line number, scope, and code statement.
- Ochiai Spectrum Scoring: Statistical metric separating incidental frames from true faults.
- Zero Pip Dependencies: Standard Library Only.
Citations & Ecosystem
- Platform: GenPark AI
- MCP Registry: GenPark MCP Hub
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found