Files
OmniRoute/dependency-allowlist.json
diegosouzapw a1f26493da feat(quality): Fase 2 anti-hallucination gates — fetch-targets, openapi-routes, deps allowlist
- check-fetch-targets: every dashboard fetch(/api/...) resolves to a real route.ts; found 7 pre-existing dashboard->route mismatches frozen as KNOWN_MISSING for triage
- check-openapi-routes: every openapi.yaml path resolves to a real route; found 1 stale spec entry (agent-bridge agents/{id}/state) frozen as KNOWN_STALE_SPEC
- check-deps: anti-slopsquatting allowlist (105 deps); new deps need explicit human-reviewed entry
- all wired into CI lint/docs jobs; TDD +12 tests (21 total across 5 gates)
2026-06-09 01:39:38 -03:00

111 lines
2.1 KiB
JSON

{
"_comment": "Allowlist anti-slopsquatting (check-deps.mjs). Toda dep nova exige adicao EXPLICITA aqui apos verificar que e legitima.",
"allowed": [
"@aws-sdk/client-bedrock-runtime",
"@dnd-kit/core",
"@dnd-kit/sortable",
"@dnd-kit/utilities",
"@huggingface/transformers",
"@lobehub/icons",
"@modelcontextprotocol/sdk",
"@monaco-editor/react",
"@ngrok/ngrok",
"@playwright/test",
"@swc/helpers",
"@tailwindcss/postcss",
"@testing-library/jest-dom",
"@testing-library/react",
"@types/bcryptjs",
"@types/better-sqlite3",
"@types/bun",
"@types/keytar",
"@types/mdx",
"@types/node",
"@types/react",
"@types/react-dom",
"@types/ws",
"@vitejs/plugin-react",
"@xyflow/react",
"axios",
"bcryptjs",
"better-sqlite3",
"bottleneck",
"c8",
"commander",
"concurrently",
"cross-env",
"csv-stringify",
"electron",
"electron-builder",
"electron-updater",
"eslint",
"eslint-config-next",
"express",
"fetch-socks",
"fflate",
"fumadocs-core",
"fumadocs-mdx",
"fumadocs-ui",
"glob",
"gray-matter",
"http-proxy-middleware",
"https-proxy-agent",
"husky",
"ink",
"ink-spinner",
"ink-text-input",
"ioredis",
"jose",
"js-yaml",
"jsdom",
"jsonc-parser",
"keytar",
"lint-staged",
"lowdb",
"lucide-react",
"marked",
"marked-terminal",
"mermaid",
"monaco-editor",
"next",
"next-intl",
"next-themes",
"node-loader",
"node-machine-id",
"open",
"ora",
"parse5",
"pino",
"pino-abstract-transport",
"pino-pretty",
"playwright",
"prettier",
"react",
"react-dom",
"react-is",
"react-markdown",
"react-reconciler",
"recharts",
"selfsigned",
"sql.js",
"sqlite-vec",
"tailwindcss",
"tls-client-node",
"tsx",
"typescript",
"typescript-eslint",
"undici",
"update-notifier",
"uuid",
"vitest",
"wait-on",
"wreq-js",
"ws",
"wtfnode",
"xxhash-wasm",
"yazl",
"zod",
"zustand"
]
}