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 variousjusttasks. These are standard operations for contributors to the Biome repository. - [EXTERNAL_DOWNLOADS]: Includes a prerequisite step to install development tools (e.g.,
cargo-insta) usingjust install-tools. This uses the officialcargopackage 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