iot-firmware
Warn
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxwith the-pflag to download the@claude-flow/plugin-iot-cognitumpackage from the public npm registry. Fetching with the@latesttag introduces risks from non-deterministic updates or potential supply chain compromise of the third-party package. - [REMOTE_CODE_EXECUTION]: The skill executes code from the downloaded package immediately via
npx, which constitutes remote code execution from an unverifiable source. - [COMMAND_EXECUTION]: The skill leverages the
Bashtool to run commands that orchestrate critical IoT firmware operations (deploy, advance, rollback) using the downloaded external package.
Audit Metadata