firmware-analyst
Warn
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download firmware from external, unverified URLs using
wget(e.g.,http://vendor.com/firmware/update.bin). - [COMMAND_EXECUTION]: Recommends the use of
sudoto executechrootcommands for emulating extracted filesystems. - [EXTERNAL_DOWNLOADS]: Suggests installing system-level dependencies such as
qemu-user-staticviaapt install. - [COMMAND_EXECUTION]: Includes various shell commands for hardware interface access (e.g.,
screen /dev/ttyUSB0) and filesystem extraction using tools likebinwalkanddd. - [PROMPT_INJECTION]: Vulnerable to indirect prompt injection as it processes unverified binary data from
firmware.binusing tools likestringsandbinwalk. The skill lacks input sanitization or boundary markers to prevent the agent from acting on malicious instructions embedded within the firmware metadata or strings.
Audit Metadata