assembly-guide
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): No patterns of instruction override, jailbreak attempts, or system prompt extraction were found. The instructional content is strictly focused on assembly development standards.
- [DATA_EXFILTRATION] (SAFE): No hardcoded credentials, sensitive file exfiltration, or unauthorized network operations. The reference to
/etc/hostnamein the assembly example is a standard educational pattern for demonstrating theSYS_OPENandSYS_READsyscalls and does not include logic for sending data externally. - [REMOTE_CODE_EXECUTION] (SAFE): No remote scripts are downloaded or executed. The skill mentions standard local development tools like NASM, GAS, and GDB for informational purposes only.
- [OBFUSCATION] (SAFE): The content is clear and readable with no evidence of Base64 encoding, zero-width characters, or homoglyph attacks.
- [EXTERNAL_DOWNLOADS] (SAFE): External links point exclusively to trusted documentation sources including official ABI specifications, ARM developer portal, NASM documentation, and the Intel Intrinsics Guide.
Audit Metadata