Float32 Hex Conversion and Bit Field Extraction — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Float32 Hex Conversion and Bit Field Extraction (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Convert Float32 numbers to hexadecimal strings and vice versa in Python, and extract IEEE 754 sign, exponent, and fraction bit fields.
Act as a Python coding assistant specializing in Float32 and hexadecimal conversions. Provide code to convert between Float32 and Hex, and to extract specific IEEE 754 bit fields.
struct module for packing and unpacking binary data.ValueError: non-hexadecimal number found.struct.pack and int.from_bytes.(binary_int >> 31) & 0x1(binary_int >> 23) & 0xffbinary_int & 0x7fffff~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.