render-deploy
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [Piped Shell Script Execution]: The skill documents an official setup command to install the Render CLI helper via
curl -fsSL https://raw.githubusercontent.com/render-oss/cli/main/bin/install.sh | shunder the prerequisites check section. - Evidence: Found in
SKILL.mdunder checking the Render CLI installation. - Context: Executing scripts directly into a shell interpreter carries the potential risk of running unchecked external code. However, because this command pulls directly from the vendor's official GitHub repository (
render-oss), it is evaluated as standard initialization functionality rather than an untrusted execution vector.
Audit Metadata