migrate-testcafe-to-codeceptjs
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [SAFE]: The skill is designed for the legitimate purpose of migrating test suites between two well-known automation frameworks, adhering to standard software engineering and testing practices.- [COMMAND_EXECUTION]: The skill utilizes standard framework CLI tools via
npx codeceptjsfor initialization, configuration checking, and test execution.- [EXTERNAL_DOWNLOADS]: Recommends the installation of established, well-known testing packages such ascodeceptjsandplaywrightfrom the official NPM registry.- [REMOTE_CODE_EXECUTION]: The migration process involves porting browser-side execution logic to framework-native methods likepage.evaluateandI.executeScript, which are standard for web automation tasks.- [INDIRECT_PROMPT_INJECTION]: The skill processes project test files, which represents an ingestion surface for potentially untrusted code comments or strings. - Ingestion points: TestCafe test files (
*.test.js,*.test.ts) and configuration files (.testcaferc). - Boundary markers: None identified; the skill assumes direct processing of source code for refactoring.
- Capability inventory: File read/write access for migration,
npxcommand execution, and network request capabilities via the REST helper. - Sanitization: No explicit sanitization of source code content is described beyond the migration logic.
Audit Metadata