Skip to main content

Libdestruct

Libdestruct is a Python library for efficiently mapping binary data to typed objects, enabling easy read/write operations.

Install this skill

or
85/100

Security score

The Libdestruct skill was audited on May 24, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 71

Hex-encoded characters

SourceSKILL.md
71memory = bytearray(b"\x2a\x00\x00\x00\x00\x00\x00\x00")
medium line 84

Hex-encoded characters

SourceSKILL.md
84x = c_int.from_bytes(b"\x2a\x00\x00\x00")
medium line 96

Hex-encoded characters

SourceSKILL.md
96print(memory) # bytearray(b'\xff\xff\xff\xff')
Scanned on May 24, 2026
View Security Dashboard
Installation guide →
GitHub Stars 8
Rate this skill
Categorydevelopment
UpdatedMay 31, 2026
libdebug/libdestruct