hare-lang
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the Hare compiler from its official SourceHut repository (
git.sr.ht/~sircmpwn/hare). This is the legitimate source for the Hare programming language. - [COMMAND_EXECUTION]: The skill includes documentation on installing the language using standard build tools (
make,sudo make install) and using the Hare toolchain (hare build,hare test,hare run). These commands are standard for the described development environment. - [PRIVILEGE_ESCALATION]: The installation section uses
sudoto install the compiled binary to the system. This is a common and expected requirement for installing programming language compilers and toolchains globally on Unix-like systems.
Audit Metadata