genpark-bytecode-disassembler-instruction-auditor-skill

mcp
Security Audit
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
  • eval() — Dynamic code execution via eval() in example_usage.py
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

GenPark AI Agent Skill - Python bytecode disassembler analyzing opcode sequences, jump offsets, and security hot-spots to prevent arbitrary unsafe execution.

README.md

GenPark Bytecode Disassembler Instruction Auditor Skill

Python bytecode inspection and opcode auditor evaluating instruction safety and control-flow jumps.

Find more agent tools at GenPark and the GenPark MCP Catalog.

graph LR
    A[Source Code] --> B[compile to Code Object]
    B --> C[dis.get_instructions]
    C --> D[Scan LOAD_NAME & LOAD_GLOBAL]
    C --> E[Count Branch JUMP Opcodes]
    D & E --> F{Audit Pass?}
    F -->|Clean| G[Safe for Execution]
    F -->|Dangerous Token| H[Block Untrusted Bytecode]

Features

  • In-memory opcode disassembly with standard library dis.
  • Detection of dangerous dynamic execution builtins.
  • Zero external dependencies.

Reviews (0)

No results found