genpark-dynamic-ast-transformer-instrumentation-skill

mcp
Guvenlik Denetimi
Basarisiz
Health Uyari
  • 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 Basarisiz
  • exec() — Shell command execution in client.py
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

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.

Yorumlar (0)

Sonuc bulunamadi