Frontend Testing

Pass

Audited by Gen Agent Trust Hub on Mar 30, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The scripts/init-frontend-tests.sh script automates the installation of several well-known and reputable Node.js packages from the official NPM registry, including @testing-library/react, playwright, vitest, jest, and lighthouse. It also uses npx playwright install to download official browser binaries required for end-to-end testing.
  • [COMMAND_EXECUTION]: The skill includes several bash scripts (e.g., run-component-tests.sh, run-visual-regression.sh) that execute testing frameworks via npx. These scripts take arguments such as test patterns or CLI options and pass them to the underlying testing tools to provide a unified interface for the developer.
  • [NO_CODE]: The skill primarily consists of configuration templates (JSON/TypeScript) and shell scripts that orchestrate local development tools. It does not include pre-compiled binaries or obfuscated logic.
  • [SAFE]: All external references target official documentation placeholders or localhost (e.g., http://localhost:3000). Credentials in examples and templates use safe placeholders like password123 or test@example.com and emphasize the use of environment variables for actual secrets.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 30, 2026, 03:26 AM
Security Audit — agent-trust-hub — Frontend Testing