render-deploy
Audited by Socket on Feb 27, 2026
1 alert found:
MalwareOverall, the skill content is coherent with its described purpose (Render deployment workflows via Blueprint or Direct Creation). However, the inclusion of a curl|sh installation command for the Render CLI introduces a download-execute supply-chain risk. This pattern, combined with environment-variable-based secret handling and remote API interactions, elevates the risk profile. If treated as a real plugin/skill, the curl|sh install path should be replaced with validated, signed installers or package-manager installation with integrity checks and pinned versions. Otherwise, the remaining flows align with expected deployment tooling, but require careful handling of secrets and DI/credential management to remain secure.