deploy-site
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe skill is broadly coherent with its stated purpose: it automates a Power Pages deployment workflow via PAC CLI, including verification, authentication, environment selection, build/upload, and deployment verification with optional activation. The primary security considerations are standard for deployment tooling: reliance on PAC CLI (a trusted Microsoft tool), handling of environment/URL data (sensitive but non-credential in this flow), and a potential supply-chain risk around installing the PAC CLI if the installation path is tampered. No explicit credential harvesting or exfiltration is evident, and data flows align with official service endpoints. The closest concerns are command orchestration risks and potential exposure of environment identifiers in logs. Overall, the risk is modest (securityRisk around 0.4, malware around 0.05), with notable but addressable concerns around careful input handling, logging, and consent for environment/config changes.