skills/53able/skills/pake-app-builder/Gen Agent Trust Hub

pake-app-builder

Pass

Audited by Gen Agent Trust Hub on Jul 12, 2026

Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The skill provides instructions to download and execute the official Rust installation script (https://sh.rustup.rs | sh) if the Rust compiler is missing. This is a standard procedure for installing the Rust toolchain from its official source.
  • [COMMAND_EXECUTION]: The skill executes shell commands for environment verification (scripts/check-env.sh), package management (npx pake-cli), and file management (cd ~/Downloads). These are standard operations for a build-oriented skill.
  • [EXTERNAL_DOWNLOADS]: The skill downloads the pake-cli package via npx from the official NPM registry and fetches the Rust toolchain from sh.rustup.rs when necessary. Both are well-known and trusted sources for developer tools.
  • [COMMAND_EXECUTION]: The skill includes instructions to remove extended attributes on macOS using xattr -cr to allow the built application to run. This is a common requirement for non-notarized applications built locally.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 12, 2026, 09:11 AM
Security Audit — agent-trust-hub — pake-app-builder