biome-js

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
4
Flagged
4
Chunks
4
Flagged Files (4)
SKILL.mdHIGH
78.3%

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.

examples/base-config.jsoncHIGH
78.3%

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": [ {

examples/lint-staged.jsHIGH
78.3%

Malicious tool definition detected

Tool: examples/lint-staged.js Description: /** * Lint-staged configuration for Biome + Prettier * * Pattern: * 1.

examples/ui-config.jsoncHIGH
78.3%

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/**/*.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
4
Chunks Analyzed
4
Analyzed
Feb 23, 2026, 04:01 PM
Security Audit — runlayer — biome-js