genpark-dynamic-ast-transformer-instrumentation-skill
mcp
Fail
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 Fail
- exec() — Shell command execution in client.py
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Dynamic AST transformer rewriting Python abstract syntax trees to inject telemetry probes, execution timers, and call graph interceptors.
README.md
GenPark Dynamic AST Transformer Instrumentation Skill
AST node transformer rewriting Python ASTs to inject telemetry probes, timers, and parameter inspection hooks.
Read more at GenPark and the GenPark MCP Catalog.
graph TD
A[Raw Source Code String] --> B[ast.parse AST Tree]
B --> C[NodeTransformer Probe Injector]
C --> D[ast.fix_missing_locations]
D --> E[compile to Bytecode]
E --> F[Sandboxed exec with Telemetry Capture]
Features
- In-memory AST manipulation without modifying disk source files.
- Automated function entry and exit hook injection.
- Zero external dependencies.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found