activate-site
Audited by Socket on Mar 12, 2026
1 alert found:
AnomalyThe Activate Power Pages Site skill presents a coherent, multi-phase workflow aligned with provisioning a Power Pages site through official CLIs and REST APIs. It enforces prerequisites, user confirmation, and status polling, which is appropriate for mutating cloud resources. However, there are security-conscious concerns: potential command-injection risk from shell-script boundaries, token-management privacy, and data-flow exposure if tokens or sensitive IDs are logged or echoed. The architecture relies on unverifiable intermediate scripts and dynamic API endpoints, which necessitates careful input validation, strict least-privilege token scopes, and explicit logging safeguards. Overall, the footprint is plausible for its stated purpose but warrants tightening around input handling, token management, and explicit data-flow auditing to achieve a benign-to-suspicious risk posture rather than clearly benign.