biome-js
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- disable-model-invocation: false name: biome-js user-invocable: false description: This skill should be used when the user asks to "configure Biome", "extend biome config", "set up BiomeJS", "add biome overrides", "biome lint-staged", "fix biome errors", or mentions biome.jsonc, Biome linting, or Biome formatting configuration.
Malicious tool definition detected
Tool: examples/base-config.jsonc Description: // Minimal Biome configuration for a library project // Extends shared config and provides required file patterns { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "extends": ["@sablier/devkit/biome"], "files": { "includes": ["**/*.{js,json,jsonc,ts}", "!node_modules/**/*"] }, "overrides": [ {
Malicious tool definition detected
Tool: examples/lint-staged.js Description: /** * Lint-staged configuration for Biome + Prettier * * Pattern: * 1.
Malicious tool definition detected
Tool: examples/ui-config.jsonc Description: // Biome configuration for a UI/frontend project // Extends both base and UI configs for Tailwind CSS support { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "extends": ["@sablier/devkit/biome/base", "@sablier/devkit/biome/ui"], "files": { "includes": [ "**/*.{css,js,jsx,json,jsonc,ts,tsx}", "!**/generated", "!node_modules/**/*" ] }, "overrides": [ { // Relax rules in test files "includes": ["**/*.test.{ts,tsx}", "**/tests/**/*.