claude-code-reverse
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard system utilities for static analysis, including
strings,file,nm,otool,readelf, andobjdump. These are used in a read-only capacity on user-specified files or local commands. Evidence:extract.shlines 128, 172. - [DATA_EXFILTRATION]: No network exfiltration or data transmission patterns were detected. The skill specifically warns against uploading samples to external services in its completion criteria. Evidence:
SKILL.mdline 105. - [SAFE]: The skill implements strong security boundaries by ensuring target files are never executed. It explicitly warns against using
ldddue to potential code execution risks and enforces strict file permissions (0600) on its analysis cache files. Evidence:SKILL.mdline 67,extract.shline 147.
Audit Metadata