skills/biomejs/biome/testing-codegen/Gen Agent Trust Hub

testing-codegen

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides instructions for running development commands such as cargo test, pnpm install, and various just tasks. These are standard operations for contributors to the Biome repository.
  • [EXTERNAL_DOWNLOADS]: Includes a prerequisite step to install development tools (e.g., cargo-insta) using just install-tools. This uses the official cargo package manager to fetch tools required for the workflow.
  • [REMOTE_CODE_EXECUTION]: Describes code generation workflows (just gen-analyzer, just gen-grammar) that automate the creation of project-specific source code from local definitions. These actions are limited to the local development environment and the project's own tools.
  • [PROMPT_INJECTION]: The skill mentions a requirement for top-level comments in test files (e.g., /* should not generate diagnostics */) that the test runner uses to determine expected outcomes. This is a functional configuration mechanism for the test suite and does not present a safety risk.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 02:23 PM