makepad-deployment

Pass

Audited by Gen Agent Trust Hub on Sep 6, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructs the user to install several tools from external Git repositories. These include cargo-packager, robius-packaging-commands (from github.com/project-robius/robius-packaging-commands.git), and cargo-makepad (from github.com/makepad/makepad.git). These are the official and standard tools for the specified ecosystem. All referenced sources are well-known and consistent with the skill's purpose.
  • [COMMAND_EXECUTION]: The skill provides numerous commands for installing tools (cargo install), installing system dependencies (sudo apt-get install), and building packages (cargo packager, cargo makepad). These are standard development tasks for packaging Rust applications. The use of sudo is limited to installing necessary system libraries for Linux packaging (e.g., libssl-dev, libx11-dev).
  • [DYNAMIC_EXECUTION]: The skill describes the use of before-packaging-command and before-each-package-command in Cargo.toml. These are hooks used by cargo-packager to execute scripts at build time. The provided examples use robius-packaging-commands, which is the intended utility for resource management in this context.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 6, 2026, 11:44 PM
Security Audit — agent-trust-hub — makepad-deployment