rustpy-review-toolkit
Review toolkit for the RustPython interpreter itself — a Python runtime written in Rust. Runtime-implementer perspective: it audi…
Review toolkit for the RustPython interpreter itself — a Python runtime written in Rust. Runtime-implementer perspective: it audits RustPython's own soundness, not extensions built with it. 13 specialized agents covering Python-reachable panic sites (unwrap/expect/index tiered by protocol-trait reachability), unsafe layout-transmute and pointer-cast inconsistency in the object model, GC Traverse-completeness for the cycle collector, non-Sync interior mutability on shared payloads, unsound Debug formatting, C-ABI panic boundaries, ctypes int/pointer marshalling, unguarded protocol recursion, eager-collect parity, uninitialized-object slots, complexity, and git history. RustPython shares PyO3's vocabulary (PyRef, PyResult, #[pyclass]) but not its semantics, so the checks are RustPython-native, not transplanted from the PyO3 toolkits. Tree-sitter-rust-powered, static-first.
Contains
1 plugin.
Install
/plugin marketplace add devdanzin/rustpy-review-toolkit
Then browse and install with /plugin install.
Source
Repository: https://github.com/devdanzin/rustpy-review-toolkit
Maintain rustpy-review-toolkit?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[rustpy-review-toolkit on getagentictools](https://getagentictools.com/plugins/devdanzin-rustpy-review-toolkit?ref=badge)