BEACON

← candidates

npm @aiquants/html-to-markdown @1.3.1

score
0.5359 med
flagged 2026-06-22 19:39
signals by category
content 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
content
install_script_payload 1.0 install/lifecycle script matches payload regex
topology
no_repo 0.3 package.json has no repository field

Prior profile (what it deviated from)

{
  "had_install_script": true,
  "maintainers": [
    "fehde-k",
    "fehde"
  ],
  "versions": 25
}

Evidence (package doc at flag time)

{
  "dependencies_count": 19,
  "dist": {
    "integrity": "sha512-EoWfDYEcKZT6MD08UHzKIh7ZfroMYm88wJnmbF0NlfUxzku9sxtH1IjHjmLBou4PVHwWbEGzrEVb3F0XMdvcYQ==",
    "tarball": "https://registry.npmjs.org/@aiquants/html-to-markdown/-/html-to-markdown-1.3.1.tgz",
    "unpackedSize": 1291219
  },
  "dist-tags": {
    "latest": "1.3.1"
  },
  "latest_version": "1.3.1",
  "maintainers": [
    {
      "email": "owner@aiquants.co.jp",
      "name": "fehde-k"
    },
    {
      "email": "genbu0498@gmail.com",
      "name": "fehde"
    }
  ],
  "num_versions": 26,
  "repository": null,
  "scripts": {
    "build": "vite build",
    "check": "biome check --fix src/",
    "clean": "rimraf dist",
    "coverage": "vitest run --coverage",
    "coverage:mcp": "vitest run --coverage tests/mcp-unified.test.ts",
    "debug": "NODE_OPTIONS='--enable-source-maps' vite-node --inspect-brk=9229 main.ts --",
    "dev": "NODE_OPTIONS='--enable-source-maps' vite-node --inspect=9229 --watch src/mcp-streamable.ts --",
    "format": "biome format --write",
    "license-check": "pnpm dlx license-checker --production --onlyAllow \"MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;Unlicense\"",
    "license-check:json": "pnpm dlx license-checker --production --onlyAllow \"MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;Unlicense\" --json",
    "lint": "biome lint app/",
    "postinstall": "node -e \"if(process.env.SKIP_PLAYWRIGHT_INSTALL!=='1'){require('child_process').execSync('npx playwright install --with-deps chromium',{stdio:'inherit'})}\"",
    "publish:major": "npm version major && pnpm publish --no-git-checks",
    "publish:minor": "npm version minor && pnpm publish --no-git-checks",
    "publish:patch": "npm version patch && pnpm publish --no-git-checks",
    "start": "vite-node main.ts",
    "test": "vitest run",
    "test:mcp": "vitest run tests/mcp-unified.test.ts",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "watch": "vite build --watch"
  },
  "signal_details": {
    "install_script_payload": "install/lifecycle script matches payload regex",
    "no_repo": "package.json has no repository field"
  },
  "time": {
    "created": "2025-08-02T03:49:44.187Z",
    "modified": "2026-06-23T00:39:03.663Z"
  }
}