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
| 71 | memory = bytearray(b"\x2a\x00\x00\x00\x00\x00\x00\x00") |
medium line 84
Hex-encoded characters
SourceSKILL.md
| 84 | x = c_int.from_bytes(b"\x2a\x00\x00\x00") |
medium line 96
Hex-encoded characters
SourceSKILL.md
| 96 | print(memory) # bytearray(b'\xff\xff\xff\xff') |
Scanned on May 24, 2026
View Security Dashboard