statuscake
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe Statuscake skill appears broadly coherent with its stated purpose: it uses Membrane as a secure, centralized auth and proxy layer to interact with the Statuscake API, enabling management of tests, contact groups, and users without exposing local credentials. The reliance on Membrane for credential handling and the documented CLI-driven workflow are proportionate and align with legitimate developer tooling for integrating external services. The primary security concerns hinge on centralized trust in Membrane (single point of auth/session management) and ensuring proper access controls on which actions can be discovered/run. There are no explicit hard-coded secrets or unverifiable binaries; official registry installations are used. Overall risk is moderate (securityRisk ~0.55) with malware near-zero, assuming Membrane remains secure and access controls are properly enforced. Recommend ensuring strict action authorizations and role-based access to prevent over-permissioned action runs, plus regular audits of Membrane's credential handling and session lifecycles.