arduino
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official installation script for the Arduino CLI tool from the arduino organization's GitHub repository. This is a standard and expected deployment method for this well-known service.
- [REMOTE_CODE_EXECUTION]: Provides instructions to download and execute the Arduino CLI installer via a shell pipe. The source is the official repository of a well-known technology organization.
- [COMMAND_EXECUTION]: Utilizes system commands and Python subprocess calls to compile and upload code to connected hardware. These operations are essential to the skill's primary function of microcontroller management.
- [CREDENTIALS_UNSAFE]: References an environment variable named ARDUINO_API_KEY for cloud integration. The skill correctly avoids hardcoding secrets by utilizing environment variables.
- [EXTERNAL_DOWNLOADS]: Configures additional board manager URLs pointing to the official downloads.arduino.cc domain to manage hardware cores.
Audit Metadata