test
Audited by Socket on Mar 10, 2026
1 alert found:
Obfuscated FileThe skill presents a coherent, self-contained end-to-end integration test workflow aligned with its stated purpose of deploying a test fixture to Cloudflare and exposing a live URL for verification. However, the footprint includes extensive handling of sensitive credentials via test-vibes/.env (OIDC authority/client IDs, admin user IDs, and potential OpenRouter keys), and data is routed through deployment scripts and prompts. While this aligns with legitimate CI/CD-like testing scenarios, the design relies on unverifiable local env state and external deployment scripts, introducing non-trivial risk of credential exposure or unintended data flow. The security posture is therefore Suspicious-to-Medium: coherent purpose with significant credential handling and external deployment steps that warrant careful access control, input validation, and secure logging practices.