fusion-framework-testing
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to execute standard package management commands (
pnpm add) and tool-specific setup commands (playwright install chromium). These are standard development practices for the stated purpose of the skill. - [EXTERNAL_DOWNLOADS]: The skill references the installation of official testing dependencies and browser binaries (Playwright/Chromium) required for Browser Mode testing. These are well-known, trusted tools within the JavaScript ecosystem.
- [SAFE]: The skill follows security best practices by recommending the use of official vendor-owned packages (
@equinor/*) and providing clear guidance on mocking sensitive data (authentication, HTTP) using dedicated framework tools rather than hardcoding secrets.
Audit Metadata