build-pmars
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill includes standard Linux commands for building software (make, clean, ldd, gdb) and managing packages (apt-get). These are used correctly within the context of the skill's stated purpose.
- [EXTERNAL_DOWNLOADS] (SAFE): Software acquisition is performed through
apt-get source, which relies on the system's configured package repositories. No untrusted third-party URLs or piped scripts are present. - [PROMPT_INJECTION] (SAFE): The instructions are clear, instructional, and do not contain patterns aimed at overriding agent safety constraints or extracting system prompts.
- [DATA_EXFILTRATION] (SAFE): There are no network calls to external domains or attempts to access sensitive user files (like SSH keys or AWS credentials).
- [PRIVILEGE_ESCALATION] (SAFE): While the skill involves modifying system configuration (apt source lists) and installing binaries to system paths, these are standard requirements for the task of software compilation and installation on Linux, and no malicious escalation techniques are used.
Audit Metadata