JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 399,
"has_wiki": true,
"homepage": null,
"languages": {
"Makefile": 4946,
"JavaScript": 16818,
"TypeScript": 254755
},
"pushed_at": "2026-07-17T10:19:55Z",
"created_at": "2026-05-19T18:17:58Z",
"owner_type": "User",
"updated_at": "2026-07-17T10:19:59Z",
"description": "TraceOn is an MCP server that Claude Code calls after editing code to verify the change actually works end-to-end. It runs a Playwright test the agent wrote, correlates browser evidence with backend traces and logs via OpenTelemetry, ranks the evidence into a compact packet, and returns a structured VerificationResult that the agent reasons over.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "M Dhanush",
"type": "User",
"login": "DhanushMurugesanG",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/145998378?v=4",
"created_at": "2023-09-25T13:35:26Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 1030
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "2949313cd40df5e15fb58f5e0e3d20691fa0e765",
"body": "…negative when `claude mcp list` fails\n\nAlpha-user #2 report: `traceon doctor` reported\n ✗ MCP server is registered with Claude Code\n `claude mcp list` failed\n Command failed: claude mcp list\n… while the actual registration was fine and traceon_verify was\nworking in that user's Claude Code se\n[…]\nent, missing file, malformed JSON, both Desktop\n + Code paths.\n- Total packages/mcp tests: 96 → 101.\n\nBumped traceon-cli to 0.2.2.\n\nCo-Authored-By: Claude Fable 5 (max effort) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(doctor): mcp-registered check reads config file first — no false …",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-07-17T10:19:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bdf0be863bfe7cdbe70ea3f496a3d1047d97e843",
"body": "…est)\n\n0.2.1 is now the npm `latest` tag, so plain `npm install -g traceon-cli`\npulls the embedded build. Dropped the @next shakeout note from the\nquickstart; SigNoz stays available as a bring-your-own backend.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(readme): embedded is the default install (v0.2.1 promoted to lat…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-07-08T17:31:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ea8ef6ca3b2e0ec0fd5cc088d456ea90d0e411f6",
"body": "Version bump (root package.json + MCP server string → 0.2.1) and a\nCHANGELOG [0.2.1] entry crediting Thirumalaiboobathi and the Madurai AI\nCommunity. Bundles rebuilt; 195 tests green. Skill version left at 0.2.0\n(the skill content is unchanged in this release, so bumping it would\ntrigger spurious \"re-run traceon init\" staleness warnings).\n\nReported by Thirumalaiboobathi during Madurai AI Community alpha testing.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): v0.2.1 — community fixes from alpha testing",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-07-08T16:49:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "449cfdd5a8e025c4ab8d780c8c1518aefbaaf188",
"body": "TraceOn maps spans to source files via the `code.filepath` attribute\n(packages/core/src/coverage.ts). FastAPI/ASGI OpenTelemetry\nauto-instrumentation doesn't set `code.*` attributes by default, so\nPython backend files show up as coverage.misses with\nattribution_limited=true even though they ran. Thi\n[…]\nmentation workaround.\n\nReported by Thirumalaiboobathi during Madurai AI Community alpha testing\n(FastAPI + OpenTelemetry backend).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(coverage): document FastAPI/Python code.filepath attribution gap",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-07-08T15:56:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4a9f16d8c0f748dc387ee15b136974bfeb5cf803",
"body": "New docs/wsl-setup.md covering the gotchas a first-time WSL user hits:\nkeep the project in the WSL filesystem (not /mnt/c), Node under nvm\n(PATH / Windows-vs-WSL node shadowing), and the key one — Playwright\nbrowser system dependencies (`npx playwright install chromium` +\n`sudo npx playwright instal\n[…]\n's documented install-deps flow; not reproducible on macOS, so\nthe apt list / install-deps resolution needs real-WSL confirmation.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(wsl): add WSL2 setup guide and link it",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-07-08T15:56:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8e93ef674baf3311057149a581f03cb6f4252653",
"body": "…se green\n\nThe `playwrightInstalled` check only verified the npm package was on disk.\nOn WSL2 / minimal Linux that passes green even though Chromium can't\nlaunch because system libs (libnss3, libatk-bridge, …) are missing —\nworse than a missing check, it's false confidence.\n\nNew `chromiumLaunches` c\n[…]\nupdated (eight -> nine checks).\n\nReported by Thirumalaiboobathi during Madurai AI Community alpha testing\n(v0.2.0 on WSL2 Ubuntu).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(doctor): actually launch Chromium so WSL missing-deps isn't a fal…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-07-08T15:54:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "198aca1c1e028e24238fb314db793ea22c14a1de",
"body": "The CLI dispatched only on args[0], so `traceon init --help` ran init and\n`traceon doctor --help` ran doctor — the --help flag in args[1] was never\ninspected. Now a --help/-h after either subcommand prints the existing\nusage() and exits 0 before the command runs.\n\nAdds packages/mcp/tests/cli.test.ts\n[…]\npath.\n\nReported by Thirumalaiboobathi during Madurai AI Community alpha testing\n(v0.2.0). No behavior change to existing commands.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(cli): traceon init --help and doctor --help now print usage",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-07-08T15:48:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b834d724823f981c0179f7129b3ef2e3ac4a1c47",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: use dhanushmarch@gmail.com as public security/CoC contact",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-07-06T09:11:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c620c6de5d2d44c6c6e8bf52df04d275bad6fe15",
"body": "Add LICENSE (MIT), SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md,\nissue/PR templates, and wire README License/Contributing sections ahead\nof making the repository public.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add MIT license and community-health files for public release",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-07-06T09:05:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e40083cffcab1ece2138b0696c706143180d641",
"body": "- CHANGELOG.md (new): Keep a Changelog entry for [0.2.0], flagged as\n published under the npm `next` dist-tag; Added/Changed/Fixed covering\n embedded mode + the code-review fixes; backward-compat note.\n- README.md: @next install note (won't rot after promotion to latest) +\n CHANGELOG link.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add CHANGELOG and note @next install for v0.2.0",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-06-17T18:03:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d90c43eed819a2fc87b6b7b8400dcac5c188f66d",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: log zod config-schema cleanup (review #10) as v1.1 candidate",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-06-17T09:43:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "78baa23c970b9a4cc93317cf9b2ac6be4219d961",
"body": "Correctness:\n- getEmbeddedBackend: key the process-wide singleton on its config\n (port/dataDir/settle). A second project with different config now tears\n down the old collector and rebuilds instead of silently serving the\n wrong project empty evidence. (#1)\n- config.ts: sanitize embedded.settle —\n[…]\nd to docs/v1.1-candidates.md: zod discriminated-union config\nschema (#10) — the settle sanitizer closes the actual validation gap.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(core,mcp): address code-review findings on embedded mode",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-06-17T09:42:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8c213e38faad9f722dd43a298e1a575a8b1d86ba",
"body": "End-to-end validation on the spike app (traceon-spike), full real path:\n.traceon/config.json (embedded) → handleVerify → collector lazy-start on\n:4319 → Playwright run (Chromium, real browser) → spike backend's OTel\nSDK exports OTLP to the embedded collector → settle (10s stability) →\nFile-exporter \n[…]\nembedded) written.\n\n176 tests green (+1 gated live e2e), typecheck clean, bundles build.\nNOT published to npm; not merged to main.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v0.2.0 — embedded mode e2e-verified, docs, version bump — Phase 5",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-06-11T12:06:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9d9b2b2d0e9b120d6a620f791bac13346944df4c",
"body": "…Phase 4\n\n`traceon init` now leads with \"Embedded (recommended) — no Docker, no API\nkey\"; the SigNoz flow is unchanged behind option 2. Backend selection is\nproject-scoped via .traceon/config.json; pre-v0.2.0 env-var SigNoz\ninstalls keep working with zero changes.\n\n- config.ts rework: loadConfig res\n[…]\nknown-backend/evidence-root; doctor embedded vs signoz\n branch).\n\n176 tests green (+1 gated e2e), typecheck clean, bundles build.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli,mcp): embedded init UX + project config + backward compat — …",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-06-11T10:33:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7e12eabe8cb3e2e6311e770bed0712308a91960f",
"body": "EmbeddedBackend implements EvidenceBackend over the collector's\nFile-exporter output. SigNoz and embedded now pass the SAME contract\nsuite — the \"backends don't diverge\" guarantee from the plan.\n\n- backends/embedded/parser.ts: OTLP/JSON NDJSON → Span[]/LogRecord[].\n Hex ids (base64 fallback), nanos\n[…]\ncontract run, settle/growth/death/window specifics, singleton\n reuse + shutdown\n\n165 tests green (+1 gated e2e), typecheck clean.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core): embedded backend — Phase 3 of embedded mode",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-06-11T10:23:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d2f8d16d425dda3660a3d716aaadd036e949f8ae",
"body": "EmbeddedCollector owns one otelcol-contrib subprocess: generates the\ntwo-pipeline config (traces + logs to separate File exporters — logs\nparity with SigNoz is load-bearing), spawns with stdio routed to a log\nfile (MCP stdout is the protocol channel and must stay clean), polls the\nOTLP port for read\n[…]\n1 tests green (+1 gated). Live e2e verified locally: real collector\nspawns, accepts OTLP POST, exits cleanly, no orphan processes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core): embedded collector lifecycle — Phase 2 of embedded mode",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-06-11T04:51:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d086077c4a76ab425c4d93fa533e8b3fc174d4d5",
"body": "Lazy download + cache of the pinned otelcol-contrib distribution (contrib,\nnot core — core lacks the File exporter). Nothing user-facing yet; wired\ninto `traceon init` in the init-UX phase.\n\n- backends/embedded/binary.ts: platform/arch detection (darwin/linux ×\n amd64/arm64), GitHub release URL con\n[…]\n.\n\n118 tests green, typecheck clean. Verified live: real download +\nchecksum + extract on darwin/arm64 produces a runnable binary.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core): otelcol-contrib binary management — Phase 1 of embedded mode",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-06-11T04:44:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a38c75b878af6143d200f5efb8331dd4bedfccdc",
"body": "Pulls SigNoz behind a pluggable EvidenceBackend interface so gather.ts no\nlonger knows which backend produced the evidence. Pure refactor, no\nbehavior change for SigNoz users.\n\n- new backends/interface.ts: EvidenceBackend (health/waitForTrace/\n fetchSpans/fetchLogs/unreachableError/close) + shared \n[…]\nidenceBackend contract suite, run against mocked SigNoz\n\nAll 99 prior tests green; +6 contract tests (105 total). typecheck clean.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(core): EvidenceBackend interface — Phase 0 of embedded mode",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-06-10T10:43:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "82bdc98e14804c0e42bfdce64e09841ed2e7a6dd",
"body": "Persists the commitment the maintainer made in accepting the v0.0.11\nship plan: no further code work on TraceOn starts until a developer\noutside the maintainer has run it against their own codebase and\nsurfaced feedback.\n\nThe risk this prevents: another dogfood-driven iteration optimises\nTraceOn int\n[…]\n.12 code change starts. If that session is tempted to ship\nanother iteration, the doc is the redirect.\n\nIndexed in docs/README.md.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: hard commitment — Block 3 (second alpha user) before v0.0.12",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-27T18:28:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7c133bf196a3c24665532cf110b489d044ea6e7e",
"body": "…ge suppression, multi-backend doctor, skill polish\n\nThe four highest-ROI improvements from round-3 feedback\n(docs/feedback-2026-05-27.md), shipped as one coherent bundle. Plus\ntwo SKILL.md additions (bundle-staleness rule, assertCodeContains\npattern), the auth recommendation reorder the user asked \n[…]\ne, the next ship cycle is NOT\nanother dogfood-driven iteration. Block 3 = find a second alpha user\nbefore any v0.0.12 work starts.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v0.0.11 evidence-quality bundle — Tier 2 dedup, frontend covera…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-27T18:26:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c5a1f1906b66e24ed464cd1f7cc2ed9c9f497c3f",
"body": "Maintainer dogfooded TraceOn on Trainery-Frontend after v0.0.10\nshipped. The doctor caught its target case (Core API CORS gap) on\nfirst run. Past that, the maintainer hit four new failure modes and\nwrote up the highest-ROI improvements:\n\n1. Tier 2 console-error aggregation — 17 identical CORS errors\n[…]\n.0.12+.\n\nIndexed in docs/README.md. Three open questions at the bottom of the\nfeedback doc need user decisions before code starts.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: round-3 feedback (post-v0.0.10) + v0.0.11 plan",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-27T17:53:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d5875b7e0a88a3b06cce19765fe3ca617e372b64",
"body": "…ckers\n\nRound-1 feedback (docs/first-run-experience.md, docs/feedback-2026-05-26.md)\ndocumented that the first three runs against a real production-shaped app\nall failed for environment-shape reasons, not TraceOn bugs:\n\n 1. pnpm install errored on ERR_PNPM_IGNORED_BUILDS\n 2. backend CORS didn't al\n[…]\nl timeouts (1.5s for the default-probing\n pass). Total worst-case wall time ~25s; on a healthy setup runs in\n well under 5s.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): traceon doctor — preflight checks for the common setup blo…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-26T13:24:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bc17dd526429b35ac64447934695092428661c01",
"body": "The \"env-forwarding bit me again\" report in feedback-round-2 was traced\nto a stale .claude/skills/SKILL.md in the user's project — pre-v0.0.7\ninit wrote a SKILL.md that didn't know about extra_env, the user\nupgraded the npm package but didn't re-run traceon init, so the agent\nin that project kept fo\n[…]\nackages/mcp.\n\nBumped traceon-cli to 0.0.9.\n\nThis is Block 1 from the revised priority order in docs/feedback-2026-05-26-round-2.md.\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mcp): skill-staleness check + version stamp in SKILL.md frontmatter",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-26T12:59:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "397e08b75ba691c45d0bb6694f2e3c3767c55bca",
"body": "The roadmap response to the feedback theme \"setup friction is brutal.\"\nCombines Path C (embedded OTel collector — no SigNoz required) and Path B\n(connectors for Tempo, Jaeger, Datadog, Honeycomb) into a single coherent\nplan. Path C first because it future-proofs Path B (interface lands once,\nthen ex\n[…]\nFour open questions that need user decisions before Phase 0 starts\n\nIndexed in docs/README.md under a new \"Roadmap plans\" section.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 4-phase plan for embedded mode + multi-backend support",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-26T08:23:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "86b8ee6742df62d12354b872d43fd2721256034b",
"body": "…t exceeded\"\n\nThe v0.0.7-feedback-round-2 ask: when a test times out, the\nfailure_message should tell the agent which step was running, where\nin the source it lives, and what its specific error was — not the\ngeneric \"Test timeout of 180000ms exceeded\" that gave zero signal in\nthe user's autosave deb\n[…]\necific step in the framing. Removes the misleading\n\"without errors\" qualifier from the rule heading.\n\nBumped traceon-cli to 0.0.8.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mcp): surface per-step context on timeout, not just \"Test timeou…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-26T08:20:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1b913945372dbb26882171d481b665d2dd18dce4",
"body": "Post-v0.0.7 feedback from the same user. Two new data points:\n\n- customApprovers verification was a textbook win (5s, 12 steps green,\n implicit-evidence pattern handled the coverage warnings)\n- autosave timed out at 180s and TraceOn's failure message (\"Test\n timeout of 180000ms exceeded\") + 50+ un\n[…]\ncuted\nstrings and dropped. The user's \"I'd save 15 min today\" ask maps to a\n~30-40 min surgical fix.\n\nIndexed from docs/README.md.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: round-2 feedback + plan for v0.0.8 timeout surfacing",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-26T07:55:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "556bf096c932c60a9915260b073ce1a5cf647ac5",
"body": "Three drag points from the v0.0.6 feedback, shipped as one bundle:\n\n(1) env-var forwarding [highest-ROI in the feedback]\n The traceon_verify schema had an `env` parameter that was actually\n a SigNoz config-profile selector — passed to loadConfig(parsed.env).\n The naming collided with Playwrigh\n[…]\nflight environment check (`traceon doctor` subcommand)\n- Coverage-warning denoising (judgment-heavy, easier to break than improve)\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: extra_env + .traceon/auth.json + better timeout failure surfacing",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-26T07:50:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d820ebbe4ae1ad64ac41c1341b39e78469a3e64d",
"body": "A second-session review after v0.0.5 + v0.0.6 shipped, with a clear\n\"is it worth it\" read and a prioritised list of five concrete drag\npoints. Preserved verbatim because the rough edges matter as much as\nthe wins for calibration.\n\nIncludes a maintainer's response table that maps each drag point to\nr\n[…]\ng-profile selector, not env\nvars). Tracked so the feedback doesn't evaporate when the thread\ncloses.\n\nIndexed from docs/README.md.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: save user feedback from second-session product review",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-26T06:54:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cc1411135320113a0011ebc20a72486aa0397c7b",
"body": "Two new docs landing the same lessons that v0.0.5 / v0.0.6 shipped fixes\nfor, but with the depth a user actually needs on first encounter:\n\ndocs/auth-and-cors-setup.md\n The two real-world friction points the agent skill can't fully\n resolve on its own. Includes:\n - Why TraceOn can't auto-solve\n[…]\nr already fixed in a published release or has\n actionable docs now.\n\nREADME.md and docs/README.md updated with pointers to both.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: setup guide for auth + traceparent CORS, plus first-run case study",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-25T12:31:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1065ae9648e18092a3a3f1d43c1569ced4626b77",
"body": "Two real-world blockers surfaced during a verification session that the\nskill didn't address. Both are environment-shape problems Claude can't\nauto-resolve — they need explicit framing for the agent to do the right\nthing instead of failing silently.\n\nskills/traceon-verify/SKILL.md\n==================\n[…]\neon-cli to 0.0.6. No code changes — docs-only ship of the\nupdated skill bundle so the next `traceon init` writes the new SKILL.md.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(skill): handle auth-protected backends + traceparent CORS",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-25T12:27:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c0caebdcad89c524c6e908eb5413bc2528d6a63f",
"body": "…ry, better errors\n\nThree independent bugs in packages/mcp/src/playwright.ts that combined\nto produce \"Failed to parse Playwright report\" on passing tests:\n\n1. **Hardcoded `pnpm exec`** — broke for npm/yarn users, and even for\n pnpm users triggered install hooks that errored on\n ERR_PNPM_IGNORED\n[…]\nypecheck + tests) and tsconfig.build.json (rootDir-bound build) to\nmatch the core package's pattern.\n\nBumped traceon-cli to 0.0.5.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(mcp): robust Playwright invocation — file-based JSON, direct bina…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-25T12:07:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6818bc87ebfa989abdabed7ca00f88502e6f9bc1",
"body": "…configs\n\nBefore: `traceon init` only wrote to Claude Desktop's config\n(~/Library/Application Support/Claude/claude_desktop_config.json).\nClaude Code users hit a dead end — the [ok] message claimed success\nbut Claude Code reads ~/.claude.json, so traceon_verify never appeared\nin the tool list. The f\n[…]\neanly\n - existing files preserve other top-level keys (userID,\n hasTrustDialogAccepted, projects) and other mcpServers entries\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(cli): register MCP server in both Claude Desktop and Claude Code …",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-25T09:15:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8dc411fb0729de9cf6d054d925057dfa066767fe",
"body": "Missed in 0d098cb due to a tool slip. lib/ is the bundle-script output\ncopied from packages/playwright-fixture/dist; *.tgz is from local\n`npm pack` testing.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.8 (followup): gitignore lib/ and *.tgz",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T11:52:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a68de1f0a3f9d94946f9dc46c6c33c3b8fc7335d",
"body": "…age install)\n\nCloses the gap that v0.0.2 left open: the skill told the agent to\nimport { test, expect } from '@traceon/playwright', but @traceon/playwright\nwas never published. External users running `traceon init` couldn't\nactually get the fixture.\n\nFix is single-package, not two-package:\n\n- scrip\n[…]\nst correctly\n\nUser experience after this: install ONE package globally, run\n`traceon init` once per project. No second npm dep, no manual copy.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.8: inline Playwright fixture into traceon-cli (single-pack…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T11:52:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8582d9a2522bed22cc899dfad8ad76c2ee3e74e0",
"body": "Package is live at https://www.npmjs.com/package/traceon-cli.\n\n- Renamed from `traceon` to `traceon-cli` because npm's similar-name\n filter rejected `traceon` (too close to existing `trace-on`).\n User-facing CLI command is still `traceon` (the `bin` mapping is\n independent of the npm package name\n[…]\neps including\n native better-sqlite3 build)\n- `traceon --version` prints 0.0.2\n- Bundled MCP server responds correctly to a tools/list request\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.7: publish traceon-cli@0.0.2 to npm + simplify README install",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T11:08:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "793b98ba1766bb3a72866145a8276f1aff941ee9",
"body": "- scripts/bundle.mjs uses esbuild to inline packages/mcp + @traceon/core\n + @traceon/playwright into a single dist/mcp.js. better-sqlite3 stays\n external (native) and is declared as a runtime dependency at root.\n- bin/cli.js is the `traceon` CLI. `traceon init` prompts for SigNoz\n API key + URL, \n[…]\ntalled cleanly.\n\nAlso bundling docs/section-14-third-feature-2026-05-23.md which was\nleft untracked when we wrote it during Section 14 closure.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.6: npm publish prep — bundle MCP server + CLI + metadata",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T10:49:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "656ef508cf38da0714e8904f6e2971ae5657d9eb",
"body": "The previous commit's message claimed the README was written, but a\ntool-use error meant only the observations doc landed. This commit\nadds the actual README content described in 0bb680d.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.4 (followup): write README content missed in 0bb680d",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T07:34:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8ddd4e58cd578184fcafd4a88e0afcb9fe79bd2e",
"body": "- README replaces the single-line placeholder. Covers what TraceOn is,\n prerequisites, 5-step quick start (with the SigNoz API key step that\n bit us during build), skill install, configuration env vars, honest\n limits (SigNoz-only, attribution gap, fixed wait, no CI), and a\n pointer to the Makef\n[…]\n fixed as 15.1.1 (commit 0584f1b). Documents what's still untested\n (live SigNoz outage, fresh-Claude iteration scenario) for future\n pickup.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.4: write real README + Phase 1+2+3 integration observations",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T07:17:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cf591152e46428ffec1dab12a07a5058a88894b1",
"body": "…esponses\n\nThe @traceon/playwright fixture previously only logged response events\nwith status >= 400. After Phase 1, gather.ts checks for any kind:network\nevent in browser_events.jsonl to decide whether to wait for SigNoz —\nwhich means happy-path tests with all-200 responses had zero network\nevents \n[…]\nregardless of status. JSONL file grows by a few\nevents per test but no consumer breaks (ranker doesn't differentiate\nnetwork events by status).\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.1.1: fix hasNetworkActivity false negative on successful r…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T07:12:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0d836259f00dc43a70cacea63372c2bef1880280",
"body": "…y + per-code errors\n\nTeaches the skill the three new signals from Phases 1 and 2:\n\n- New rule \"When the test passes with no network activity\" handles the\n UI-only test case (no_trace_activity === true). Declares done with a\n brief caveat instead of getting stuck behind backend coverage warnings\n \n[…]\ninvestigate manually\"\n language on RANKER_TIER1_OVERFLOW.\n\nThe spike's installed copy at traceon-spike/.claude/skills/ is kept in\nsync via cp.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.3: skill update for attribution_limited + no_trace_activit…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T06:57:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "caa697ee5c710d48fecc872b7c04b7d3c2afc193",
"body": "Adds a single TraceOnError class with code + message + userGuidance so\nthe agent skill can pattern-match on error.code rather than parsing\nmessage strings. The MCP handler now serialises these as structured\ntool errors via err.toJSON().\n\nPer-code coverage:\n- TEST_FILE_NOT_FOUND: existing stringly-pr\n[…]\nRITE_FAILED: mkdirSync wrapped in try/catch.\n\nSigNozClient.config is now public-readonly so error messages can include\nthe baseUrl that failed.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.2: structured TraceOnError for all 5 PRD error codes",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T06:38:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "809edf8a71018f93b98d66064941de9f7c37aedd",
"body": "…ge signal\n\n- gather.ts skips waitForTraceComplete / fetchSpans / fetchLogs when the\n test produced zero browser network events (no fetch fired). Saves the\n 60s wait on frontend-only tests.\n- New RawEvidence.no_trace_activity flag distinguishes \"trace truncated\"\n from \"no network calls happened b\n[…]\ned_files\n has no attributed spans — the known OTel file-attribution gap. The\n miss warning text is rewritten to make this clear to the agent.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Section 15.1: skip wait + attribution_limited flag for clearer covera…",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-24T05:58:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b439457180cd6cc9d3a6a7893e7202bf0bd43582",
"body": null,
"is_bot": false,
"headline": "Update .gitignore",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-23T10:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452440db681b21246befe5ff90464c4136d97094",
"body": null,
"is_bot": false,
"headline": "Add v1.1 candidates from first real testing session",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-23T10:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e963a0ebd50355b5cf63e542273687c778b17431",
"body": "Skill that guides verifying user-facing changes with TraceOn: implement,\nwrite a Playwright test, run traceon_verify, and reason over the returned\nVerificationResult evidence rather than trusting a green checkmark alone.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add traceon-verify skill",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-21T19:03:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fbca3387763fdec8a2d455b421a60688801d36d0",
"body": "Single entry point from the repo root for the local dev stack:\nSigNoz (Docker), the spike backend/frontend, and TraceOn build/typecheck.\nAlso gitignore the local-only docs/restore-claude.md note.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add dev Makefile to run SigNoz, spike app, and TraceOn",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-21T18:21:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ef69a22d026289c63ad7ea24001937b6bfd502f4",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix Playwright spawn: set cwd and use relative test path",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-21T04:30:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4487580e526c6bcc98ee6c356a0d87230f2cd46c",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix SigNoz logs query: trace_id is a direct column, not attribute",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-20T19:25:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f11795763080474eb6f243453fedd42ab3eae4d6",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix SigNoz column metadata for v3 query format",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-20T19:16:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "71e9c96d372612ac9efe738c78f444917a48d92d",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix SigNoz query: add required selectColumns field",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-20T19:04:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "42195b9f866f780f0ef4f06b4cfd1fc6113d7c5b",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add MCP server",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-20T18:27:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0036476df2b69a8d5b1839de12484f42ac1d189f",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add evidence gathering and SigNoz connector",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-20T17:56:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d7acf0585f7282cc0609c838bccabacea869e1e8",
"body": null,
"is_bot": false,
"headline": "Added Design Notes",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-20T13:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88caff0fa387428e817e42449fc0d68cb81784e5",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Playwright fixture",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-20T13:25:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4f4b012f576af6113a21c695a153e61d9ad31648",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ranker and scenario fixtures",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-20T12:37:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "49472688def497251c48efe5c8164f7944bfe3bc",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add core types",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-20T12:24:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c963b76b900c9773d2528a9d733bf6fad11e764a",
"body": null,
"is_bot": false,
"headline": "Add PRD",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-19T19:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bda96970bbfb70b00ead4afadeae5d17ce21b4de",
"body": "Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Initial monorepo scaffolding",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-19T19:42:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9b912740858975380fd2955b70624d5873cfaf15",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "DhanushMurugesanG",
"author_login": "DhanushMurugesanG",
"committed_at": "2026-05-19T18:27:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 59,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 8,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "traceon-cli",
"exists": true,
"license": "MIT",
"keywords": [
"mcp",
"model-context-protocol",
"claude",
"claude-code",
"playwright",
"opentelemetry",
"signoz",
"verification",
"ai-agents"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/traceon-cli",
"is_deprecated": false,
"latest_version": "0.2.2",
"repository_url": "https://github.com/DhanushMurugesanG/TraceOn",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2384,
"first_published_at": "2026-05-24T11:02:10.106000Z",
"latest_published_at": "2026-07-17T10:19:50.585000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"packages/core/tsconfig.json",
"packages/mcp/tsconfig.json",
"packages/playwright-fixture/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 19328,
"source_files_sampled": 60,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "vitest",
"direct": false,
"version": "2.1.9",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-5xrq-8626-4rwp"
],
"fixed_version": "4.1.0",
"advisory_count": 1,
"oldest_advisory_days": 50
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4c8g-83qw-93j6",
"GHSA-v2hh-gcrm-f6hx"
],
"fixed_version": "4.1.1",
"advisory_count": 2,
"oldest_advisory_days": 0
},
{
"name": "hono",
"direct": false,
"version": "4.12.21",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.1,
"advisory_ids": [
"GHSA-88fw-hqm2-52qc",
"GHSA-hvrm-45r6-mjfj",
"GHSA-j6c9-x7qj-28xf",
"GHSA-rv63-4mwf-qqc2",
"GHSA-w62v-xxxg-mg59",
"GHSA-wgpf-jwqj-8h8p",
"GHSA-wwfh-h76j-fc44",
"GHSA-xgm2-5f3f-mvvc"
],
"fixed_version": "4.12.27",
"advisory_count": 8,
"oldest_advisory_days": 35
},
{
"name": "vite",
"direct": false,
"version": "5.4.21",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4w7w-66w2-5vf9",
"GHSA-fx2h-pf6j-xcff",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 3,
"oldest_advisory_days": 106
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 0
},
{
"name": "esbuild",
"direct": false,
"version": "0.21.5",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-67mh-4wv8-2f99"
],
"fixed_version": "0.25.0",
"advisory_count": 1,
"oldest_advisory_days": 526
},
{
"name": "body-parser",
"direct": false,
"version": "2.2.2",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 3.7,
"advisory_ids": [
"GHSA-v422-hmwv-36x6"
],
"fixed_version": "2.3.0",
"advisory_count": 1,
"oldest_advisory_days": 1
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.0",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 2.5,
"advisory_ids": [
"GHSA-g7r4-m6w7-qqqr"
],
"fixed_version": "0.28.1",
"advisory_count": 1,
"oldest_advisory_days": 39
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 2,
"high": 3,
"critical": 1,
"moderate": 2
},
"advisory_count": 18,
"affected_count": 8,
"assessed_count": 252,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "better-sqlite3",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "better-sqlite3",
"direct": true,
"version": "11.10.0",
"ecosystem": "npm"
},
{
"name": "better-sqlite3",
"direct": true,
"version": "^11.0.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@modelcontextprotocol/sdk",
"direct": false,
"version": "1.29.0",
"ecosystem": "npm"
},
{
"name": "@modelcontextprotocol/sdk",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "@playwright/test",
"direct": false,
"version": "1.60.0",
"ecosystem": "npm"
},
{
"name": "@playwright/test",
"direct": false,
"version": "^1.49.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "@types/better-sqlite3",
"direct": false,
"version": "7.6.13",
"ecosystem": "npm"
},
{
"name": "@types/better-sqlite3",
"direct": false,
"version": "^7.6.0",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.19.19",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "bindings",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.2.2",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "6.7.14",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "5.3.3",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.6",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decompress-response",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "deep-extend",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "eventsource",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "eventsource-parser",
"direct": false,
"version": "3.0.8",
"ecosystem": "npm"
},
{
"name": "expand-template",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "express",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": false,
"version": "8.5.2",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "file-uri-to-path",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fs-constants",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "github-from-package",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": false,
"version": "4.12.21",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-typed",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mimic-response",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "mkdirp-classic",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.12",
"ecosystem": "npm"
},
{
"name": "napi-build-utils",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "node-abi",
"direct": false,
"version": "3.92.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "pkce-challenge",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "playwright",
"direct": false,
"version": "1.60.0",
"ecosystem": "npm"
},
{
"name": "playwright-core",
"direct": false,
"version": "1.60.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.14",
"ecosystem": "npm"
},
{
"name": "prebuild-install",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.2",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rc",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.2",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.60.4",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "simple-concat",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "simple-get",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "3.10.0",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "tinyspy",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.22.2",
"ecosystem": "npm"
},
{
"name": "tunnel-agent",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "5.4.21",
"ecosystem": "npm"
},
{
"name": "vite-node",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "3.25.76",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "^3.23.0",
"ecosystem": "npm"
},
{
"name": "zod-to-json-schema",
"direct": false,
"version": "3.25.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 258,
"direct_count": 2,
"indirect_count": 256
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 0,
"open_issues": 1,
"closed_ratio": 0.8,
"closed_issues": 4,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "DhanushMurugesanG",
"commits": 59,
"avatar_url": "https://avatars.githubusercontent.com/u/145998378?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "18 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2949313cd40df5e15fb58f5e0e3d20691fa0e765",
"ran_at": "2026-07-22T09:06:59Z",
"aggregate_score": 2.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T05:01:29Z",
"oldest_open_prs": [
{
"number": 1,
"created_at": "2026-07-08T16:56:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2,
"created_at": "2026-07-08T16:56:42Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 7,
"created_at": "2026-07-08T16:59:50Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/DhanushMurugesanG/TraceOn",
"host": "github.com",
"name": "TraceOn",
"owner": "DhanushMurugesanG"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"security": 40,
"vitality": 35,
"community": 47,
"governance": 46,
"engineering": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 35,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 59,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "59 commits in the last year",
"points": 16,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 59
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"packages": [
"traceon-cli"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2384
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,384 downloads/month across npm",
"points": 45,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2384,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 46,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"merged_prs": 0,
"open_issues": 1,
"closed_issues": 4,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "DhanushMurugesanG",
"public_repos": 12,
"account_age_days": 1030
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of DhanushMurugesanG",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "DhanushMurugesanG"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~2 yr old",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"traceon-cli"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 48,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "18 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 252 resolved dependencies against OSV; 6 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 252
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 18,
"affected_packages": 8,
"assessed_packages": 252,
"unassessed_packages": 6,
"affected_by_severity": "critical 1, high 3, moderate 2, low 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 252,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 69,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.746,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "44 of 59 human commits state their intent (structured subject or explanatory body)",
"points": 39.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 59
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"packages/core/tsconfig.json",
"packages/mcp/tsconfig.json",
"packages/playwright-fixture/tsconfig.json"
],
"agent_commit_share": 0.915,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "packages/core/tsconfig.json, packages/mcp/tsconfig.json, packages/playwright-fixture/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/core/tsconfig.json, packages/mcp/tsconfig.json, packages/playwright-fixture/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "54 of the last 59 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 54,
"sampled": 59
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 19328,
"source_files_sampled": 60,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/60 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 60,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"deps.dev does not index npm:traceon-cli@0.2.2; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T09:07:04.755583Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/DhanushMurugesanG/TraceOn.svg",
"full_name": "DhanushMurugesanG/TraceOn",
"license_state": "standard",
"license_spdx": "MIT"
}