codeception-skill
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation includes instructions for installing standard, well-known PHP testing libraries (e.g., codeception/codeception, codeception/module-webdriver) using the Composer package manager.
- [COMMAND_EXECUTION]: The skill provides standard CLI commands for initializing and executing test suites (
php vendor/bin/codecept run). These operations are consistent with the primary purpose of a testing framework and do not involve arbitrary or suspicious command execution. - [CREDENTIALS_UNSAFE]: Configuration examples for cloud-based testing (LambdaTest) use secure placeholders like
%LT_USERNAME%and%LT_ACCESS_KEY%instead of hardcoded credentials, ensuring that secrets are managed via environment variables. - [DATA_EXFILTRATION]: Network configurations correctly target the official 'hub.lambdatest.com' endpoint for the vendor's own cloud testing service. No unauthorized or suspicious external communication patterns were detected.
Audit Metadata