riscv-privileged
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill contains commands to clone the OpenSBI repository from its official source (
github.com/riscv-software-src/opensbi). This is a well-known organization within the RISC-V ecosystem and is considered safe practice for firmware development. - [EXTERNAL_DOWNLOADS]: The skill provides instructions to clone the
xv6-riscvrepository from the MIT PDOS organization (github.com/mit-pdos/xv6-riscv). This is a standard academic reference for operating systems development and is a trusted source. - [COMMAND_EXECUTION]: The documentation includes standard shell commands for building firmware (via
make) and running the QEMU emulator (qemu-system-riscv64). These commands are pedagogical, require manual user execution, and are typical for low-level systems programming workflows. - [NO_CODE]: The skill consists entirely of Markdown instructions and code snippets for educational purposes. It does not include any executable scripts or automation that runs outside of user-initiated commands.
Audit Metadata