Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]
Loading

Features

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

About

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

Topics

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages