moving-rainbow
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): No commands are executed on the host machine. The skill is designed to generate MicroPython code intended for external microcontrollers (Raspberry Pi Pico).
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references documentation and repository links (GitHub) for educational purposes. No automated downloads or executions are performed.
- [DATA_EXFILTRATION] (SAFE): No evidence of sensitive data access or exfiltration. The configuration file and templates use local hardware constants (GPIO pins) with no network or credential requirements.
- [PROMPT_INJECTION] (SAFE): The instructions are strictly focused on code generation patterns for LED animations and do not attempt to override AI safety guardrails.
- [DYNAMIC_EXECUTION] (SAFE): The provided code templates utilize standard MicroPython libraries (machine, neopixel, utime). While it includes a string-parsing method for identifying Pin numbers, it does not use unsafe execution functions like eval() or exec().
Audit Metadata