CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/nx-biome-integration

Integrate Biome into Nx monorepos with deterministic setup, caching, migration from ESLint and Prettier, and plugin-based inferred tasks; use when adding Biome, replacing ESLint/Prettier, tuning cache inputs, or scaling lint and format workflows across projects.

73

Quality

92%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

Potentially malicious external URL detected (high risk: 0.70). The skill's runtime commands ('npm install --save-dev @biomejs/biome' and 'npx @biomejs/biome init') fetch and execute the @biomejs/biome package from the npm registry (e.g. https://www.npmjs.com/package/@biomejs/biome), so it relies on an external dependency that executes remote code at runtime.

Report incorrect finding
Audited
Security analysis
Snyk