shell helper (use child_process.spawn).\n2. forge config warns about env-vs-config drift at save time.\n3. --base-url no longer double-appends /v1 (normalizeOpenA\n[…]\n credentials by default; --no-validate opts out.\n6. Distillation backoff: 1m→2m→4m→8m→16m→30m on consecutive failures.\n7. Stale-hook detection uses realpath + SHA256 (no churn on equivalent binaries).", "is_bot": false, "headline": "v0.4.38: OpenCode compatibility — fix plugin shell helper, base URL, …", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-05-07T18:49:32Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "7a7fa65a1e1244884ac960d35ed7830a79dce72d", "body": "…vent DB pollution", "is_bot": false, "headline": "v0.4.37: filter Docker/CI build noise from forge event capture to pre…", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T20:23:21Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "acd461b2ee5935b173642156b6ecebc40cb0a43e", "body": "…dboxed agents)", "is_bot": false, "headline": "v0.4.36: disable SessionStart inject-check hooks (noisy on remote/san…", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T19:02:39Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b9fba7484b01b6ec9c04de7412b956ca96edb5db", "body": "…e principle injection", "is_bot": false, "headline": "v0.4.35: Dockerfile fixes, refactored modular cmd/ commands, proactiv…", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T18:51:49Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "02d909910dff70f6f99fc772f5318d817752aeaa", "body": null, "is_bot": false, "headline": "Fix Dockerfile: run go mod tidy before build to generate go.sum", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T18:31:07Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "6453036cd404b65046b252e94d840a3df20cd761", "body": null, "is_bot": false, "headline": "Restore payment server source and fix Dockerfile to build from source", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T18:28:52Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d063c478b24a19643a0f6f00be71d60198c2aa75", "body": null, "is_bot": false, "headline": "Fix Dockerfile: use pre-compiled binary instead of building", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T18:25:17Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ed5efdb4344fc9f71bea42673fe25f767d5628ce", "body": null, "is_bot": false, "headline": "Fix Dockerfile: remove cd payment (rootDir already set to payment)", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T18:22:34Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "642bd728f30c7282980aa29651080997109df182", "body": null, "is_bot": false, "headline": "Add Dockerfile for payment server", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T17:44:34Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "acf785a3d6a0aa1a512e6ab1decf14c3e674ebce", "body": null, "is_bot": false, "headline": "Bump version to 0.4.34", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T17:36:35Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "6ee60dcdab7a2508451cb1bf9179e82b4cb99ce3", "body": null, "is_bot": false, "headline": "Refactor: split cli.go into modular command files", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T17:35:48Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "596f434de0f014c237c0b3f85404753a5be44d5d", "body": "…e/Gemini/Codex/OpenCode, inject_principles MCP tool, auto-inject on session start", "is_bot": false, "headline": "v0.4.33: proactive principle injection — SessionStart hooks for Claud…", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T16:53:24Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ed7c827881de08da251d439817ac13f2b4f6e7b3", "body": "… add nvm to managed paths", "is_bot": false, "headline": "fix: doctor --repair restarts daemon, re-queue empty distill batches,…", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-29T15:39:38Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5e35f346a2a6c3fc1693ec4fcc590044e801e098", "body": null, "is_bot": false, "headline": "Fix Claude hook recall output", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-28T22:58:42Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3f8b971dc5bf04c34d38e8db0bafb252382f42d1", "body": "Adds `forge compact-check` subcommand called by a new asyncRewake\nPostToolUse hook in Claude Code. After every tool use, the hook counts\nsession events in the Forgememo DB and exits with code 2 at every 30th\nevent, waking the Claude Code model and injecting a rewakeMessage that\ninstructs it to run /\n[…]\nn.go: dispatch compact-check to runCompactCheck\n- cmd/compact_check_test.go: 5 tests covering 0/29/30/isolation cases\n- Bump version to 0.4.29\n\nCo-Authored-By: Claude Haiku 4.5 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "Add auto-compact at 30 tool uses via asyncRewake hook", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-18T20:47:10Z", "body_truncated": true, "is_coding_agent": true }, { "oid": "e9367b1624b5b4505bca1ad47d1a9422414e00e3", "body": "Principles now carry an explicit outcome (success/failure/unknown) and\na lean implementation hint (≤120 chars) extracted by the distillation\nLLM. Injection format switches from verbose narrative to a tight\none-liner: \"Past success: title — exact pattern used.\" Stricter\ndistillation prompt rejects va\n[…]\n outcome\nor technique. Recall threshold lowered to 1.5 for impl_hint-bearing\nprinciples to surface concrete past implementations proactively.\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "Add outcome + impl_hint to principles for tighter memory injection", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-11T16:41:08Z", "body_truncated": true, "is_coding_agent": true }, { "oid": "3fe4e5a1438840f99355f4fc375836adecf04813", "body": null, "is_bot": false, "headline": "Bump version to 0.4.27", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-10T01:02:52Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "e29c14bedcdfa442dcbc41493d433a14d188fb89", "body": null, "is_bot": false, "headline": "Switch distillation to checkpoint triggers", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-10T00:59:57Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "63d9fa4bf2dc6b869b096511db3a4a3714e645de", "body": "- Add RecentActivePrinciples() DB method (active/NULL status only)\n- Cross-project recall scan now uses RecentActivePrinciples instead\n of RecentPrinciples (which returns all statuses)\n- Global fallback in loadSessionRecallContext uses\n RecentPrinciplesByProject(\"\") which already filters via activeOnly()\n- Two new tests prove conflicting principles are excluded from both\n same-project recall and global fallback injection paths\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "Never inject conflicting principles into Claude context", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-08T14:39:30Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "04ee5ba445e507d9d81b42523f5c4099275e51b6", "body": "Scan same-project principles/summaries first (50/20 cap) and exit\nearly when a high-confidence match is found, skipping the cross-project\nscan entirely. Cross-project scan capped at 100/80 (down from 250/250).\n\nDashboard: project_id now rendered via projectLabel() helper with a\nmonospace style and t\n[…]\ndentified.\n\nAlso: recall now surfaces same-project high-confidence matches, not\nonly cross-project ones — updated test to reflect new intent.\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "Optimize prompt recall scan; fix dashboard project name display", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-08T14:19:13Z", "body_truncated": true, "is_coding_agent": true }, { "oid": "690044f312b33b601db292574c03c9523cc88c08", "body": "Co-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "Bump version to 0.4.26", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-08T07:10:25Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "c491ec35178f40f5835c78a6e5744e358883a333", "body": "Windows does not honour 0o600 — os.Stat reports 0666. Guard the\npermission assertion with runtime.GOOS != \"windows\".\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "Fix TestSave_RoundTrip on Windows: skip Unix file permission check", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-08T07:08:03Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "6658236b6c625a064330eed2787c19d18f2771c2", "body": "Coverage gains: db 50→74%, config 24→77%, scanner 21→32%,\ndashboard 60→66%, mcp 59→62%.\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "Add test coverage across cmd, db, mcp, dashboard, scanner packages", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-08T07:04:50Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "9eb287b6176a06cde30e5bb3a56c05fbb0934144", "body": "Co-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "Bump version to 0.4.25", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-08T06:50:01Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "baca35beb089c8ed85a871bfc5b96267afd8dde1", "body": "…to high confidence\n\n- On first UserPromptSubmit of a session, load previous session summary\n for the same project (request + learnings + next_steps) and inject it\n as Forge Context so the agent resumes with full project context.\n- Prompt-matched principle/summary hints now only inject when score \n[…]\nresent in test env).\n- Add test coverage for config.Save, config.SetEnvFromFile, scanner\n scanGemini dedup, loadHashes/saveHashes roundtrip.\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "Inject last project session on new session start; gate dynamic hints …", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-08T06:49:38Z", "body_truncated": true, "is_coding_agent": true }, { "oid": "f317bd1b8b4165fe8a3b0b1185ce230b6794ee9c", "body": "Co-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "chore: bump version to v0.4.24", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-08T06:24:23Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "5845122592b474c1480fde82863c1e8522e28d2b", "body": "- #23: readonly DB gives clear error + chown fix hint; auto-chmod on open\n- #24b: distill --all no longer exits prematurely when LLM returns 0 principles\n- #24c: PostToolUse payloads now include tool_input/tool_response content (not just 200-char raw JSON)\n- #24d: forge start warns when shell env va\n[…]\nons auto-detect and repair stale hook binary paths after upgrade\n- fix: TestLoadConfigDefaults now clears FORGE_TIMEOUT to be env-independent\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "fix: address issues #24, #23, #21, #13", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-08T06:20:58Z", "body_truncated": true, "is_coding_agent": true }, { "oid": "42c7569b4375230ab3be07bd9d5628d702020fe5", "body": "Co-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "chore: bump version to v0.4.23", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-07T16:08:41Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "99097f57697b66767e8a12fdf4ccf41c13e39641", "body": "Fix a TOCTOU race in acquireDistillLock where a goroutine could read an\nempty lock file (PID not yet written) as stale, remove it, and acquire a\nsecond lock — causing concurrent distillation. Fix uses a process-level\nsync.Mutex fast path (TryLock) to reject same-process concurrency before\ntouching t\n[…]\nams per tool\n- New forge agent-guide command outputs copy-pasteable CLAUDE.md block\n- --help gains Agent setup section with 5-step onboarding\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "fix: resolve distill lock race + improve agent-facing docs", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-07T16:04:18Z", "body_truncated": true, "is_coding_agent": true }, { "oid": "b42535f8fc378be8d00d1b10c6f2418bb8c04c12", "body": "Co-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "chore: bump version to v0.4.22", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-06T21:36:11Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "3ec023ab4520839ee0035c5b7191825f45d8c418", "body": "…rver\n\nWithout a delay, goroutine 1 could complete its entire distillation before\ngoroutine 2 called acquireDistillLock, causing a legitimate second LLM call.\nAdding a 300ms server delay ensures goroutine 1 holds the lock when goroutine 2\ntries to acquire it, making the concurrency guard observable.\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "fix: make NoDuplicateDistillation test deterministic with slow LLM se…", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-06T21:23:17Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "90e6b89632f8acb00dd7e3e3f02cc3eb688cb103", "body": "Windows always returns 0666; the 0600 check is only meaningful on POSIX.\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "fix: skip file-permission test on Windows (no Unix permission bits)", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-06T21:18:47Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "ac79042bbf31d54d958601d64ed72915f953540a", "body": "- repair_test.go: skip plist tests on non-darwin (Linux tried to read\n systemd unit instead of plist, causing false failures)\n- cli.go: swap defer order in runDistill() so lock.Close() runs before\n cleanDistillLock() — Windows cannot delete an open file\n- distill_flags_test.go: replace strings.LastIndex(lockPath, \"/\") with\n filepath.Dir() to handle Windows backslash paths; add filepath import\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "fix: resolve Linux and Windows CI test failures", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-06T21:13:18Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "ec3f5ecc8253b88655c5c3e9c28ea1342b3b8154", "body": "repairServiceIfNeeded() is a no-op on Windows; skip the two tests that\nexpect plist-based repair behavior so Windows CI passes.\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "fix: skip plist repair tests on Windows (v0.4.21)", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-06T20:51:58Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "a3a1a506d9775f123a36eb8ba13915baa6cc9fb7", "body": "Co-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "fix: add missing exa.go required by retrieve worker/planner (v0.4.21)", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-06T20:49:57Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "1a368435f683a48f0afcde826e67983dd17b9d89", "body": "Stage db/principles/distill/retrieve/dashboard changes that were already\nlocally modified but omitted from the previous commit, causing CI build\nfailure (InsertPrinciple signature mismatch).\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "fix: include in-progress internal changes needed for build (v0.4.21)", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-06T20:48:18Z", "body_truncated": false, "is_coding_agent": true }, { "oid": "50ac7733f5bbc1bf6d8553bfa90e81c9149fdf6c", "body": "…v0.4.21)\n\n- Auto-repair launchd/systemd plist path on forge start when binary moves\n- Atomic forge.addr write via temp-file rename (prevents partial reads)\n- forge distill --all drains full backlog; --wait queues behind running distill\n- Detect duplicate forge binaries in PATH at init and doctor; r\n[…]\n installs\n- Version-aware npm setup: skip same version, abort on downgrade, warn on PATH conflicts\n- 40+ new tests covering all new behaviour\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com>", "is_bot": false, "headline": "feat: daemon reliability, duplicate binary detection, distill drain (…", "author_name": "jimkali", "author_login": "KalinovJim", "committed_at": "2026-04-06T20:45:06Z", "body_truncated": true, "is_coding_agent": true } ], "releases_count": 75, "commits_last_year": 177, "latest_release_at": "2026-07-18T15:01:46Z", "latest_release_tag": "v0.7.2", "releases_from_tags": false, "days_since_last_push": 5, "active_weeks_last_year": 14, "days_since_latest_release": 5, "mean_days_between_releases": 1.9 }, "community": { "has_readme": true, "has_license": false, "has_description": false, "has_contributing": false, "health_percentage": 14, "has_issue_template": false, "has_code_of_conduct": false, "has_pull_request_template": false }, "ecosystem": { "packages": [ { "name": "forgememo-cli", "exists": true, "license": "MIT", "keywords": [ "ai", "claude", "memory", "mcp", "cli", "agent" ], "ecosystem": "npm", "matches_repo": true, "registry_url": "https://www.npmjs.com/package/forgememo-cli", "is_deprecated": false, "latest_version": "0.7.2", "repository_url": "https://github.com/intelogroup/forgememory-cli", "versions_count": 60, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": 1, "monthly_downloads": 3843, "first_published_at": "2026-04-03T20:33:12.653000Z", "latest_published_at": "2026-07-18T15:01:47.942000Z", "latest_version_yanked": null, "days_since_latest_publish": 5 } ] }, "popularity": { "forks": 0, "stars": 1, "watchers": 0, "fork_history": { "days": [], "complete": true, "collected": 0, "total_forks": 0 }, "star_history": null, "open_issues_and_prs": 20 }, "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": [ "mastra/tsconfig.json" ], "toolchain_manifests": [ "go.mod" ], "largest_source_bytes": 60935, "source_files_sampled": 125, "oversized_source_files": 1, "agent_instruction_files": [ "CLAUDE.md" ], "agent_instruction_max_bytes": 2729 }, "dependencies": { "manifests": [ "go.mod", "mastra/package.json", "npm/package.json" ], "advisories": { "error": null, "scope": "repository_graph", "source": "osv", "findings": [ { "name": "uuid", "direct": true, "version": "9.0.1", "severity": "high", "ecosystem": "npm", "cvss_score": 7.5, "advisory_ids": [ "GHSA-w5hq-g745-h8pq" ], "fixed_version": "13.0.1", "advisory_count": 1, "oldest_advisory_days": 92 }, { "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": 2 }, { "name": "js-yaml", "direct": false, "version": "3.14.2", "severity": "high", "ecosystem": "npm", "cvss_score": 7.5, "advisory_ids": [ "GHSA-52cp-r559-cp3m", "GHSA-h67p-54hq-rp68" ], "fixed_version": "4.3.0", "advisory_count": 2, "oldest_advisory_days": 38 }, { "name": "@ai-sdk/provider-utils", "direct": false, "version": "2.2.8", "severity": "moderate", "ecosystem": "npm", "cvss_score": 4.3, "advisory_ids": [ "GHSA-866g-f22w-33x8" ], "fixed_version": null, "advisory_count": 1, "oldest_advisory_days": 66 }, { "name": "@ai-sdk/provider-utils", "direct": false, "version": "3.0.25", "severity": "moderate", "ecosystem": "npm", "cvss_score": 4.3, "advisory_ids": [ "GHSA-866g-f22w-33x8" ], "fixed_version": null, "advisory_count": 1, "oldest_advisory_days": 66 }, { "name": "@ai-sdk/provider-utils", "direct": false, "version": "3.0.27", "severity": "moderate", "ecosystem": "npm", "cvss_score": 4.3, "advisory_ids": [ "GHSA-866g-f22w-33x8" ], "fixed_version": null, "advisory_count": 1, "oldest_advisory_days": 66 }, { "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": 2 }, { "name": "hono", "direct": false, "version": "4.12.25", "severity": "moderate", "ecosystem": "npm", "cvss_score": 6.5, "advisory_ids": [ "GHSA-hvrm-45r6-mjfj", "GHSA-w62v-xxxg-mg59", "GHSA-xgm2-5f3f-mvvc" ], "fixed_version": "4.12.27", "advisory_count": 3, "oldest_advisory_days": 2 }, { "name": "golang.org/x/sys", "direct": false, "version": "v0.42.0", "severity": "unknown", "ecosystem": "go", "cvss_score": null, "advisory_ids": [ "GO-2026-5024" ], "fixed_version": "0.44.0", "advisory_count": 1, "oldest_advisory_days": 62 } ], "collected": true, "malicious": [], "truncated": false, "by_severity": { "high": 3, "unknown": 1, "moderate": 5 }, "advisory_count": 13, "affected_count": 9, "assessed_count": 315, "malicious_count": 0, "assessed_package": null, "unassessed_count": 0, "direct_affected_count": 1 }, "ecosystems": [ "go", "npm" ], "dependencies": [ { "name": "github.com/google/uuid", "manifest": "go.mod", "ecosystem": "go", "version_constraint": "v1.6.0" }, { "name": "modernc.org/sqlite", "manifest": "go.mod", "ecosystem": "go", "version_constraint": "v1.48.0" }, { "name": "@mastra/core", "manifest": "mastra/package.json", "ecosystem": "npm", "version_constraint": "^1.41.0" }, { "name": "@ai-sdk/openai", "manifest": "mastra/package.json", "ecosystem": "npm", "version_constraint": "^2.0.0" }, { "name": "@ai-sdk/anthropic", "manifest": "mastra/package.json", "ecosystem": "npm", "version_constraint": "^2.0.0" }, { "name": "ollama-ai-provider", "manifest": "mastra/package.json", "ecosystem": "npm", "version_constraint": "^1.0.0" }, { "name": "better-sqlite3", "manifest": "mastra/package.json", "ecosystem": "npm", "version_constraint": "^11.0.0" }, { "name": "zod", "manifest": "mastra/package.json", "ecosystem": "npm", "version_constraint": "^3.22.0" }, { "name": "uuid", "manifest": "mastra/package.json", "ecosystem": "npm", "version_constraint": "^9.0.0" } ], "all_dependencies": { "error": null, "source": "github-sbom", "packages": [ { "name": "github.com/google/uuid", "direct": true, "version": "v1.6.0", "ecosystem": "go" }, { "name": "modernc.org/sqlite", "direct": true, "version": "v1.48.0", "ecosystem": "go" }, { "name": "@ai-sdk/anthropic", "direct": true, "version": "2.0.83", "ecosystem": "npm" }, { "name": "@ai-sdk/openai", "direct": true, "version": "2.0.108", "ecosystem": "npm" }, { "name": "@mastra/core", "direct": true, "version": "1.43.0", "ecosystem": "npm" }, { "name": "better-sqlite3", "direct": true, "version": "11.10.0", "ecosystem": "npm" }, { "name": "ollama-ai-provider", "direct": true, "version": "1.2.0", "ecosystem": "npm" }, { "name": "uuid", "direct": true, "version": "11.1.1", "ecosystem": "npm" }, { "name": "uuid", "direct": true, "version": "9.0.1", "ecosystem": "npm" }, { "name": "zod", "direct": true, "version": "3.25.76", "ecosystem": "npm" }, { "name": "zod", "direct": true, "version": "4.4.3", "ecosystem": "npm" }, { "name": "github.com/danieljoos/wincred", "direct": false, "version": "v1.2.3", "ecosystem": "go" }, { "name": "github.com/dustin/go-humanize", "direct": false, "version": "v1.0.1", "ecosystem": "go" }, { "name": "github.com/godbus/dbus/v5", "direct": false, "version": "v5.2.2", "ecosystem": "go" }, { "name": "github.com/mattn/go-isatty", "direct": false, "version": "v0.0.20", "ecosystem": "go" }, { "name": "github.com/ncruces/go-strftime", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/remyoudompheng/bigfft", "direct": false, "version": "v0.0.0-20230129092748-24d4a6f8daec", "ecosystem": "go" }, { "name": "github.com/zalando/go-keyring", "direct": false, "version": "v0.2.8", "ecosystem": "go" }, { "name": "golang.org/x/sys", "direct": false, "version": "v0.42.0", "ecosystem": "go" }, { "name": "modernc.org/libc", "direct": false, "version": "v1.70.0", "ecosystem": "go" }, { "name": "modernc.org/mathutil", "direct": false, "version": "v1.7.1", "ecosystem": "go" }, { "name": "modernc.org/memory", "direct": false, "version": "v1.11.0", "ecosystem": "go" }, { "name": "@a2a-js/sdk", "direct": false, "version": "0.3.13", "ecosystem": "npm" }, { "name": "@ai-sdk/provider", "direct": false, "version": "1.1.3", "ecosystem": "npm" }, { "name": "@ai-sdk/provider", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "@ai-sdk/provider", "direct": false, "version": "3.0.10", "ecosystem": "npm" }, { "name": "@ai-sdk/provider-utils", "direct": false, "version": "2.2.8", "ecosystem": "npm" }, { "name": "@ai-sdk/provider-utils", "direct": false, "version": "3.0.25", "ecosystem": "npm" }, { "name": "@ai-sdk/provider-utils", "direct": false, "version": "3.0.27", "ecosystem": "npm" }, { "name": "@ai-sdk/provider-utils", "direct": false, "version": "4.0.27", "ecosystem": "npm" }, { "name": "@esbuild/aix-ppc64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/android-arm", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/android-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/android-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/darwin-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/darwin-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/freebsd-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/freebsd-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-arm", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-ia32", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-loong64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-mips64el", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-ppc64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-riscv64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-s390x", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/netbsd-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/netbsd-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/openbsd-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/openbsd-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/openharmony-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/sunos-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/win32-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/win32-ia32", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/win32-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@hono/node-server", "direct": false, "version": "1.19.14", "ecosystem": "npm" }, { "name": "@isaacs/ttlcache", "direct": false, "version": "2.1.5", "ecosystem": "npm" }, { "name": "@lukeed/csprng", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@lukeed/uuid", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "@mastra/schema-compat", "direct": false, "version": "1.2.13", "ecosystem": "npm" }, { "name": "@modelcontextprotocol/sdk", "direct": false, "version": "1.29.0", "ecosystem": "npm" }, { "name": "@posthog/core", "direct": false, "version": "1.35.1", "ecosystem": "npm" }, { "name": "@posthog/types", "direct": false, "version": "1.390.0", "ecosystem": "npm" }, { "name": "@sec-ant/readable-stream", "direct": false, "version": "0.4.1", "ecosystem": "npm" }, { "name": "@sindresorhus/merge-streams", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "@sindresorhus/slugify", "direct": false, "version": "2.2.1", "ecosystem": "npm" }, { "name": "@sindresorhus/transliterate", "direct": false, "version": "1.6.0", "ecosystem": "npm" }, { "name": "@standard-schema/spec", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@types/better-sqlite3", "direct": false, "version": "7.6.13", "ecosystem": "npm" }, { "name": "@types/debug", "direct": false, "version": "4.1.13", "ecosystem": "npm" }, { "name": "@types/mdast", "direct": false, "version": "4.0.4", "ecosystem": "npm" }, { "name": "@types/ms", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "20.19.43", "ecosystem": "npm" }, { "name": "@types/unist", "direct": false, "version": "3.0.3", "ecosystem": "npm" }, { "name": "@types/uuid", "direct": false, "version": "9.0.8", "ecosystem": "npm" }, { "name": "@workflow/serde", "direct": false, "version": "4.1.0-beta.2", "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": "argparse", "direct": false, "version": "1.0.10", "ecosystem": "npm" }, { "name": "bail", "direct": false, "version": "2.0.2", "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.3.0", "ecosystem": "npm" }, { "name": "buffer", "direct": false, "version": "5.7.1", "ecosystem": "npm" }, { "name": "bytes", "direct": false, "version": "3.1.2", "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": "ccount", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "character-entities", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "chat", "direct": false, "version": "4.31.0", "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": "croner", "direct": false, "version": "10.0.1", "ecosystem": "npm" }, { "name": "cross-spawn", "direct": false, "version": "7.0.6", "ecosystem": "npm" }, { "name": "debug", "direct": false, "version": "4.4.3", "ecosystem": "npm" }, { "name": "decode-named-character-reference", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "decompress-response", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "deep-extend", "direct": false, "version": "0.6.0", "ecosystem": "npm" }, { "name": "depd", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "dequal", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "detect-libc", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "devlop", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "dotenv", "direct": false, "version": "17.4.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-object-atoms", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "esbuild", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "escape-html", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "escape-string-regexp", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "esprima", "direct": false, "version": "4.0.1", "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.1.0", "ecosystem": "npm" }, { "name": "execa", "direct": false, "version": "9.6.1", "ecosystem": "npm" }, { "name": "expand-template", "direct": false, "version": "2.0.3", "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": "extend", "direct": false, "version": "3.0.2", "ecosystem": "npm" }, { "name": "extend-shallow", "direct": false, "version": "2.0.1", "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": "fastq", "direct": false, "version": "1.20.1", "ecosystem": "npm" }, { "name": "figures", "direct": false, "version": "6.1.0", "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.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": "get-stream", "direct": false, "version": "9.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": "gray-matter", "direct": false, "version": "4.0.3", "ecosystem": "npm" }, { "name": "has-symbols", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "hasown", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "hono", "direct": false, "version": "4.12.25", "ecosystem": "npm" }, { "name": "http-errors", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "human-signals", "direct": false, "version": "8.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": "ignore", "direct": false, "version": "7.0.5", "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-extendable", "direct": false, "version": "0.1.1", "ecosystem": "npm" }, { "name": "is-network-error", "direct": false, "version": "1.3.2", "ecosystem": "npm" }, { "name": "is-plain-obj", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "is-promise", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "is-stream", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "is-unicode-supported", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "isexe", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "jose", "direct": false, "version": "6.2.3", "ecosystem": "npm" }, { "name": "jpeg-js", "direct": false, "version": "0.4.4", "ecosystem": "npm" }, { "name": "js-yaml", "direct": false, "version": "3.14.2", "ecosystem": "npm" }, { "name": "json-schema", "direct": false, "version": "0.4.0", "ecosystem": "npm" }, { "name": "json-schema-to-zod", "direct": false, "version": "2.8.1", "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": "kind-of", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "longest-streak", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "lru-cache", "direct": false, "version": "11.5.1", "ecosystem": "npm" }, { "name": "markdown-table", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "math-intrinsics", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "mdast-util-find-and-replace", "direct": false, "version": "3.0.2", "ecosystem": "npm" }, { "name": "mdast-util-from-markdown", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "mdast-util-gfm", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "mdast-util-gfm-autolink-literal", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "mdast-util-gfm-footnote", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "mdast-util-gfm-strikethrough", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "mdast-util-gfm-table", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "mdast-util-gfm-task-list-item", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "mdast-util-phrasing", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "mdast-util-to-markdown", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "mdast-util-to-string", "direct": false, "version": "4.0.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": "micromark", "direct": false, "version": "4.0.2", "ecosystem": "npm" }, { "name": "micromark-core-commonmark", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "micromark-extension-gfm", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "micromark-extension-gfm-autolink-literal", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "micromark-extension-gfm-footnote", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "micromark-extension-gfm-strikethrough", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "micromark-extension-gfm-table", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "micromark-extension-gfm-tagfilter", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "micromark-extension-gfm-task-list-item", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "micromark-factory-destination", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-factory-label", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-factory-space", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-factory-title", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-factory-whitespace", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-character", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "micromark-util-chunked", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-classify-character", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-combine-extensions", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-decode-numeric-character-reference", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "micromark-util-decode-string", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-encode", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-html-tag-name", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-normalize-identifier", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-resolve-all", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-sanitize-uri", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-subtokenize", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "micromark-util-symbol", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "micromark-util-types", "direct": false, "version": "2.0.2", "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": "npm-run-path", "direct": false, "version": "6.0.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": "p-map", "direct": false, "version": "7.0.4", "ecosystem": "npm" }, { "name": "p-retry", "direct": false, "version": "7.1.1", "ecosystem": "npm" }, { "name": "parse-ms", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "parseurl", "direct": false, "version": "1.3.3", "ecosystem": "npm" }, { "name": "partial-json", "direct": false, "version": "0.1.7", "ecosystem": "npm" }, { "name": "path-key", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "path-key", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "path-to-regexp", "direct": false, "version": "8.4.2", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "4.0.4", "ecosystem": "npm" }, { "name": "pkce-challenge", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "posthog-node", "direct": false, "version": "5.38.0", "ecosystem": "npm" }, { "name": "prebuild-install", "direct": false, "version": "7.1.3", "ecosystem": "npm" }, { "name": "pretty-ms", "direct": false, "version": "9.3.0", "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": "remark-gfm", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "remark-parse", "direct": false, "version": "11.0.0", "ecosystem": "npm" }, { "name": "remark-stringify", "direct": false, "version": "11.0.0", "ecosystem": "npm" }, { "name": "remend", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "require-from-string", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "reusify", "direct": false, "version": "1.1.0", "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": "section-matter", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "secure-json-parse", "direct": false, "version": "2.7.0", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "7.8.4", "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.1", "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": "signal-exit", "direct": false, "version": "4.1.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": "sprintf-js", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "statuses", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "string_decoder", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "strip-bom-string", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "strip-final-newline", "direct": false, "version": "4.0.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": "toidentifier", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "tokenx", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "trough", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "tsx", "direct": false, "version": "4.22.4", "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": "unicorn-magic", "direct": false, "version": "0.3.0", "ecosystem": "npm" }, { "name": "unified", "direct": false, "version": "11.0.5", "ecosystem": "npm" }, { "name": "unist-util-is", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "unist-util-stringify-position", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "unist-util-visit", "direct": false, "version": "5.1.0", "ecosystem": "npm" }, { "name": "unist-util-visit-parents", "direct": false, "version": "6.0.2", "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": "vfile", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "vfile-message", "direct": false, "version": "4.0.3", "ecosystem": "npm" }, { "name": "which", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "wrappy", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "ws", "direct": false, "version": "8.21.0", "ecosystem": "npm" }, { "name": "xxhash-wasm", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "yoctocolors", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "zod-from-json-schema", "direct": false, "version": "0.0.5", "ecosystem": "npm" }, { "name": "zod-from-json-schema", "direct": false, "version": "0.5.3", "ecosystem": "npm" }, { "name": "zod-to-json-schema", "direct": false, "version": "3.25.2", "ecosystem": "npm" }, { "name": "zwitch", "direct": false, "version": "2.0.4", "ecosystem": "npm" } ], "collected": true, "truncated": false, "total_count": 315, "direct_count": 11, "indirect_count": 304 } }, "maintainership": { "issues": { "open_prs": 1, "merged_prs": 8, "open_issues": 19, "closed_ratio": 0.321, "closed_issues": 9, "closed_unmerged_prs": 0 }, "bus_factor": 1, "bot_contributors": 0, "top_contributors": [ { "type": "User", "login": "KalinovJim", "commits": 165, "avatar_url": "https://avatars.githubusercontent.com/u/189157289?v=4" }, { "type": "User", "login": "claude", "commits": 6, "avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4" }, { "type": "User", "login": "intelogroup", "commits": 6, "avatar_url": "https://avatars.githubusercontent.com/u/64654010?v=4" } ], "contributors_sampled": 3, "top_contributor_share": 0.932 }, "quality_signals": { "has_ci": true, "has_tests": true, "ci_workflows": [ "ci.yml", "release.yml" ], "has_docs_dir": true, "linter_configs": [], "has_editorconfig": false, "has_linter_config": false, "has_precommit_config": false }, "security_signals": { "lockfiles": [ "go.sum", "package-lock.json" ], "scorecard": { "checks": [ { "name": "Binary-Artifacts", "score": 9, "reason": "binaries present in source code", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts" }, { "name": "Branch-Protection", "score": 0, "reason": "branch protection not enabled on development/release branches", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection" }, { "name": "CI-Tests", "score": 0, "reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0", "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": 3, "reason": "project has 1 contributing companies or organizations -- score normalized to 3", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors" }, { "name": "Dangerous-Workflow", "score": 10, "reason": "no dangerous workflow patterns detected", "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": 0, "reason": "license file not detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license" }, { "name": "Maintained", "score": 10, "reason": "30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained" }, { "name": "Packaging", "score": 10, "reason": "packaging workflow detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging" }, { "name": "Pinned-Dependencies", "score": 0, "reason": "dependency not pinned by hash detected -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies" }, { "name": "SAST", "score": 0, "reason": "SAST tool is not run on all commits -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast" }, { "name": "Security-Policy", "score": 0, "reason": "security policy file not detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy" }, { "name": "Signed-Releases", "score": 0, "reason": "Project has not signed or included provenance with any releases.", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases" }, { "name": "Token-Permissions", "score": 0, "reason": "detected GitHub workflow tokens with excessive permissions", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions" }, { "name": "Vulnerabilities", "score": 0, "reason": "11 existing vulnerabilities detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities" } ], "commit": "efd3d2f5eba6feb7c2df9624b8206e465bb3c81a", "ran_at": "2026-07-23T22:47:41Z", "aggregate_score": 2.9, "scorecard_version": "v5.5.0" }, "has_codeql_workflow": false, "has_security_policy": false, "has_dependabot_config": false }, "contribution_flow": { "collected": true, "ci_last_run_at": "2026-07-23T22:12:49Z", "oldest_open_prs": [ { "number": 27, "created_at": "2026-06-20T17:18:41Z", "last_comment_at": "2026-06-20T17:19:00Z", "last_comment_author": "socket-security" } ], "last_merged_pr_at": "2026-07-01T21:09:29Z", "ci_last_conclusion": "SUCCESS", "oldest_open_issues": [ { "number": 6, "created_at": "2026-04-03T15:11:42Z", "last_comment_at": "2026-04-03T16:14:01Z", "last_comment_author": "intelogroup" }, { "number": 7, "created_at": "2026-04-03T16:12:49Z", "last_comment_at": "2026-04-03T16:13:44Z", "last_comment_author": "intelogroup" }, { "number": 8, "created_at": "2026-04-03T16:44:27Z", "last_comment_at": null, "last_comment_author": null }, { "number": 9, "created_at": "2026-04-03T16:46:32Z", "last_comment_at": null, "last_comment_author": null }, { "number": 12, "created_at": "2026-04-03T17:34:03Z", "last_comment_at": "2026-04-03T17:35:56Z", "last_comment_author": "KalinovJim" }, { "number": 13, "created_at": "2026-04-03T18:28:26Z", "last_comment_at": null, "last_comment_author": null }, { "number": 14, "created_at": "2026-04-03T20:55:44Z", "last_comment_at": null, "last_comment_author": null }, { "number": 16, "created_at": "2026-04-03T22:15:48Z", "last_comment_at": null, "last_comment_author": null }, { "number": 20, "created_at": "2026-04-05T18:39:42Z", "last_comment_at": null, "last_comment_author": null }, { "number": 21, "created_at": "2026-04-05T18:39:53Z", "last_comment_at": null, "last_comment_author": null }, { "number": 22, "created_at": "2026-04-05T18:40:03Z", "last_comment_at": null, "last_comment_author": null }, { "number": 23, "created_at": "2026-04-08T04:06:23Z", "last_comment_at": null, "last_comment_author": null }, { "number": 24, "created_at": "2026-04-08T05:53:46Z", "last_comment_at": null, "last_comment_author": null }, { "number": 25, "created_at": "2026-05-14T21:35:02Z", "last_comment_at": null, "last_comment_author": null }, { "number": 26, "created_at": "2026-05-19T12:07:49Z", "last_comment_at": null, "last_comment_author": null }, { "number": 29, "created_at": "2026-07-01T11:34:35Z", "last_comment_at": "2026-07-01T11:54:58Z", "last_comment_author": "intelogroup" }, { "number": 31, "created_at": "2026-07-01T12:29:27Z", "last_comment_at": null, "last_comment_author": null }, { "number": 36, "created_at": "2026-07-10T18:03:49Z", "last_comment_at": null, "last_comment_author": null }, { "number": 37, "created_at": "2026-07-19T17:20:51Z", "last_comment_at": null, "last_comment_author": null } ] } }, "config": { "disabled_metrics": [], "disabled_categories": [], "disabled_components": {} }, "source": { "url": "https://github.com/intelogroup/forgememory-cli", "host": "github.com", "name": "forgememory-cli", "owner": "intelogroup" }, "metrics": { "overall": { "key": "overall", "band": "moderate", "name": "Overall health", "note": null, "notes": [], "value": 51, "inputs": { "security": 36, "vitality": 80, "community": 24, "governance": 50, "engineering": 55 }, "components": [] }, "categories": [ { "key": "vitality", "band": "good", "name": "Vitality", "value": 80, "weight": 0.22, "metrics": [ { "key": "development_activity", "band": "good", "name": "Development activity", "note": null, "notes": [], "value": 74, "inputs": { "commits_last_year": 177, "human_commit_share": 1, "days_since_last_push": 5, "active_weeks_last_year": 14 }, "components": [ { "key": "push_recency", "name": "Push recency", "detail": "last push 5 days ago", "points": 36, "status": "met", "details": [ { "code": "push_recency", "params": { "days": 5 } } ], "max_points": 36 }, { "key": "commit_cadence", "name": "Commit cadence", "detail": "14/52 weeks with commits", "points": 9.7, "status": "partial", "details": [ { "code": "commit_cadence_weeks", "params": { "weeks": 14 } } ], "max_points": 36 }, { "key": "commit_volume", "name": "Commit volume", "detail": "177 commits in the last year", "points": 18, "status": "met", "details": [ { "code": "commits_last_year", "params": { "count": 177 } } ], "max_points": 18 }, { "key": "openssf_scorecard_maintained", "name": "OpenSSF Scorecard: Maintained", "detail": "30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "release_discipline", "band": "excellent", "name": "Release discipline", "note": null, "notes": [], "value": 90, "inputs": { "releases_count": 75, "latest_release_tag": "v0.7.2", "releases_from_tags": false, "days_since_latest_release": 5, "mean_days_between_releases": 1.9 }, "components": [ { "key": "ships_releases", "name": "Ships releases", "detail": "75 releases published", "points": 27, "status": "met", "details": [ { "code": "releases_published", "params": { "count": 75 } } ], "max_points": 27 }, { "key": "release_recency", "name": "Release recency", "detail": "latest release 5 days ago", "points": 36, "status": "met", "details": [ { "code": "release_recency", "params": { "days": 5 } } ], "max_points": 36 }, { "key": "release_cadence", "name": "Release cadence", "detail": "a release every ~1.9 days", "points": 27, "status": "met", "details": [ { "code": "release_cadence", "params": { "gap": 1.9 } } ], "max_points": 27 }, { "key": "openssf_scorecard_signed_releases", "name": "OpenSSF Scorecard: Signed-Releases", "detail": "Project has not signed or included provenance with any releases.", "points": 0, "status": "missed", "details": [], "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": "critical", "name": "Community & Adoption", "value": 24, "weight": 0.18, "metrics": [ { "key": "popularity", "band": "critical", "name": "Popularity & adoption", "note": null, "notes": [], "value": 1, "inputs": { "forks": 0, "stars": 1, "watchers": 0, "growth_state": "unverified", "growth_factor_pct": 100, "growth_unverified_reason": "no_history" }, "components": [ { "key": "stars", "name": "Stars", "detail": "1 stars", "points": 0, "status": "missed", "details": [ { "code": "stars", "params": { "count": 1 } } ], "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": "critical", "name": "Community health", "note": null, "notes": [], "value": 25, "inputs": { "has_readme": true, "has_license": false, "has_contributing": false, "has_issue_template": false, "has_code_of_conduct": false, "has_pull_request_template": false }, "components": [ { "key": "readme", "name": "README", "detail": null, "points": 22.5, "status": "met", "details": [], "max_points": 22.5 }, { "key": "license", "name": "License", "detail": "no license file detected", "points": 0, "status": "missed", "details": [ { "code": "license_absent", "params": {} } ], "max_points": 22.5 }, { "key": "contributing_guide", "name": "CONTRIBUTING guide", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 18 }, { "key": "code_of_conduct", "name": "Code of conduct", "detail": null, "points": 0, "status": "missed", "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": 0, "status": "missed", "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": 60, "inputs": { "packages": [ "forgememo-cli" ], "dependents": null, "ecosystems": "npm", "total_downloads": null, "monthly_downloads": 3843 }, "components": [ { "key": "monthly_downloads", "name": "Monthly downloads", "detail": "3,843 downloads/month across npm", "points": 47.8, "status": "partial", "details": [ { "code": "downloads_monthly", "params": { "count": 3843, "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": "moderate", "name": "Sustainability & Governance", "value": 50, "weight": 0.24, "metrics": [ { "key": "maintainer_resilience", "band": "critical", "name": "Maintainer resilience (bus factor)", "note": null, "notes": [], "value": 18, "inputs": { "bus_factor": 1, "contributors_sampled": 3, "top_contributor_share": 0.932 }, "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 93% of commits", "points": 1.5, "status": "partial", "details": [ { "code": "top_contributor_share", "params": { "share": 93 } } ], "max_points": 22.5 }, { "key": "contributor_breadth", "name": "Contributor breadth", "detail": "3 contributors", "points": 4.1, "status": "partial", "details": [ { "code": "contributors_sampled", "params": { "count": 3 } } ], "max_points": 13.5 }, { "key": "openssf_scorecard_contributors", "name": "OpenSSF Scorecard: Contributors", "detail": "project has 1 contributing companies or organizations -- score normalized to 3", "points": 3, "status": "partial", "details": [], "max_points": 10 } ] }, { "key": "responsiveness", "band": "moderate", "name": "Issue & PR responsiveness", "note": null, "notes": [], "value": 53, "inputs": { "merged_prs": 8, "open_issues": 19, "closed_issues": 9, "issue_closed_ratio": 0.321, "closed_unmerged_prs": 0 }, "components": [ { "key": "issue_resolution", "name": "Issue resolution", "detail": "32% of issues closed", "points": 15, "status": "partial", "details": [ { "code": "issues_closed_share", "params": { "share": 32 } } ], "max_points": 46.75 }, { "key": "pr_acceptance", "name": "PR acceptance", "detail": "8/8 decided PRs merged", "points": 38.2, "status": "met", "details": [ { "code": "decided_prs_merged", "params": { "merged": 8, "decided": 8 } } ], "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": 46, "inputs": { "followers": 2, "owner_type": "User", "is_verified": null, "owner_login": "intelogroup", "public_repos": 40, "account_age_days": 2274 }, "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": "2 followers of intelogroup", "points": 3.4, "status": "partial", "details": [ { "code": "owner_followers", "params": { "count": 2, "login": "intelogroup" } } ], "max_points": 25 }, { "key": "track_record", "name": "Track record", "detail": "40 public repos, account ~6 yr old", "points": 23.7, "status": "partial", "details": [ { "code": "public_repos", "params": { "count": 40 } }, { "code": "account_age_years", "params": { "years": 6 } } ], "max_points": 25 } ] }, { "key": "package_maintenance", "band": "excellent", "name": "Package maintenance", "note": null, "notes": [], "value": 100, "inputs": { "packages": [ "forgememo-cli" ], "ecosystems": "npm", "any_deprecated": false, "min_days_since_publish": 5 }, "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 5 days ago", "points": 35, "status": "met", "details": [ { "code": "publish_recency", "params": { "days": 5 } } ], "max_points": 35 }, { "key": "version_history", "name": "Version history", "detail": "60 published versions", "points": 20, "status": "met", "details": [ { "code": "published_versions", "params": { "count": 60 } } ], "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": "moderate", "name": "Engineering Quality", "value": 55, "weight": 0.2, "metrics": [ { "key": "engineering_practices", "band": "at_risk", "name": "Engineering practices", "note": null, "notes": [], "value": 48, "inputs": { "has_ci": true, "has_tests": true, "has_editorconfig": false, "has_linter_config": false, "has_precommit_config": false }, "components": [ { "key": "ci_workflows", "name": "CI workflows", "detail": "2 workflow(s)", "points": 24, "status": "met", "details": [ { "code": "ci_workflows", "params": { "count": 2 } } ], "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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 20 } ] }, { "key": "documentation", "band": "moderate", "name": "Documentation", "note": null, "notes": [], "value": 65, "inputs": { "topics": [], "has_wiki": true, "homepage": null, "has_readme": true, "has_docs_dir": true, "has_description": false }, "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": 0, "status": "missed", "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": 36, "weight": 0.16, "metrics": [ { "key": "security_posture", "band": "critical", "name": "Security posture", "note": null, "notes": [], "value": 29, "inputs": { "source": "openssf_scorecard", "checks_evaluated": 18, "scorecard_version": "v5.5.0", "checks_inconclusive": 0, "scorecard_aggregate": 2.9 }, "components": [ { "key": "binary_artifacts", "name": "Binary-Artifacts", "detail": "binaries present in source code", "points": 6.8, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "branch_protection", "name": "Branch-Protection", "detail": "branch protection not enabled on development/release branches", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "ci_tests", "name": "CI-Tests", "detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0", "points": 0, "status": "missed", "details": [], "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 1 contributing companies or organizations -- score normalized to 3", "points": 0.8, "status": "partial", "details": [], "max_points": 2.5 }, { "key": "dangerous_workflow", "name": "Dangerous-Workflow", "detail": "no dangerous workflow patterns detected", "points": 10, "status": "met", "details": [], "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 not detected", "points": 0, "status": "missed", "details": [], "max_points": 2.5 }, { "key": "maintained", "name": "Maintained", "detail": "30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "packaging", "name": "Packaging", "detail": "packaging workflow detected", "points": 5, "status": "met", "details": [], "max_points": 5 }, { "key": "pinned_dependencies", "name": "Pinned-Dependencies", "detail": "dependency not pinned by hash detected -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 5 }, { "key": "sast", "name": "SAST", "detail": "SAST tool is not run on all commits -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 5 }, { "key": "security_policy", "name": "Security-Policy", "detail": "security policy file not detected", "points": 0, "status": "missed", "details": [], "max_points": 5 }, { "key": "signed_releases", "name": "Signed-Releases", "detail": "Project has not signed or included provenance with any releases.", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "token_permissions", "name": "Token-Permissions", "detail": "detected GitHub workflow tokens with excessive permissions", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "vulnerabilities", "name": "Vulnerabilities", "detail": "11 existing vulnerabilities detected", "points": 0, "status": "missed", "details": [], "max_points": 7.5 } ] }, { "key": "dependency_advisories", "band": "moderate", "name": "Dependency advisories", "note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 315 resolved dependencies against OSV. 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" ] } }, { "code": "weights_renormalized", "params": {} }, { "code": "advisories_scope_repository", "params": { "assessed": 315 } }, { "code": "advisories_repo_graph_caveat", "params": {} }, { "code": "advisories_reachability", "params": {} } ], "value": 64, "inputs": { "source": "osv", "advisories": 13, "affected_packages": 9, "assessed_packages": 315, "unassessed_packages": 0, "affected_by_severity": "high 3, moderate 5, unknown 1", "direct_affected_packages": 1 }, "components": [ { "key": "direct_dependencies_free_of_known_advisories", "name": "Direct dependencies free of known advisories", "detail": "1 affected: uuid 9.0.1 (high 7.5)", "points": 14, "status": "partial", "details": [ { "code": "advisories_affected", "params": { "count": 1, "packages": "uuid 9.0.1 (high 7.5)" } } ], "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": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 92 days ago", "points": 33.7, "status": "partial", "details": [ { "code": "advisories_stale", "params": { "days": 90, "count": 1, "oldest": 92 } } ], "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": 315, "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 } ] }, { "key": "high_risk_jurisdiction_exposure", "band": "excellent", "name": "High-Risk Jurisdiction Exposure", "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.", "notes": [ { "code": "jurisdiction_evidence_limits", "params": {} } ], "value": 100, "inputs": { "meaning": "self-published location evidence; not nationality or citizenship", "red_flag": false, "exposures": [], "policy_countries": [ "Russia", "Iran", "North Korea" ], "review_only_matches": 0, "assessed_self_published_locations": 2 }, "components": [ { "key": "policy_exposure_multiplier", "name": "Policy exposure multiplier", "detail": "no confirmed policy-scope location match", "points": 100, "status": "met", "details": [ { "code": "jurisdiction_no_match", "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": "good", "name": "AI Readiness", "value": 78, "weight": 0, "metrics": [ { "key": "ai_agent_context", "band": "good", "name": "Agent context & guidance", "note": null, "notes": [], "value": 84, "inputs": { "has_llms_txt": false, "legible_history_share": 0.74, "agent_instruction_files": [ "CLAUDE.md" ], "agent_instruction_max_bytes": 2729 }, "components": [ { "key": "agent_instructions", "name": "Agent instructions", "detail": "CLAUDE.md", "points": 45, "status": "met", "details": [ { "code": "file_list", "params": { "files": "CLAUDE.md" } } ], "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": "74 of 100 human commits state their intent (structured subject or explanatory body)", "points": 39.5, "status": "partial", "details": [ { "code": "legible_history", "params": { "legible": 74, "sampled": 100 } } ], "max_points": 40 } ] }, { "key": "ai_verify_loop", "band": "good", "name": "Verify loop (build / test / typecheck)", "note": null, "notes": [], "value": 71, "inputs": { "has_nix": false, "has_tests": true, "lockfiles": [ "go.sum", "package-lock.json" ], "has_dockerfile": false, "typed_language": false, "bootstrap_files": [ "Makefile" ], "has_devcontainer": false, "has_linter_config": false, "typecheck_configs": [ "mastra/tsconfig.json" ], "agent_commit_share": 0.33, "toolchain_manifests": [ "go.mod" ], "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": "mastra/tsconfig.json", "points": 11, "status": "met", "details": [ { "code": "file_list", "params": { "files": "mastra/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": "33 of the last 100 commits agent-authored or agent-credited", "points": 10, "status": "met", "details": [ { "code": "agent_authored_commits", "params": { "count": 33, "sampled": 100 } } ], "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": "dependency not pinned by hash detected -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 10 } ] }, { "key": "ai_code_legibility", "band": "good", "name": "Code legibility for models", "note": null, "notes": [], "value": 82, "inputs": { "primary_language": "HTML", "largest_source_bytes": 60935, "source_files_sampled": 125, "oversized_source_files": 1 }, "components": [ { "key": "type_checkable_code", "name": "Type-checkable code", "detail": "HTML with type-check config (mastra/tsconfig.json)", "points": 27, "status": "partial", "details": [ { "code": "typecheck_config_language", "params": { "files": "mastra/tsconfig.json", "language": "HTML" } } ], "max_points": 45 }, { "key": "manageable_file_sizes", "name": "Manageable file sizes", "detail": "1/125 source files over 60KB", "points": 54.6, "status": "partial", "details": [ { "code": "oversized_source_files", "params": { "kb": 60, "sampled": 125, "oversized": 1 } } ], "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": [ "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token", "Could not fetch go package 'github.com/forge/forge' from its registry", "Could not fetch npm package 'forge-mastra' from its registry" ], "report_type": "repository", "generated_at": "2026-07-23T22:47:52.370422Z", "schema_version": "0.27.0", "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/intelogroup/forgememory-cli.svg", "full_name": "intelogroup/forgememory-cli", "license_state": "absent", "license_spdx": null }, "repoMeta": null, "notFound": false, "related": [ { "id": 196, "full_name": "pingcap/tidb", "url": "https://github.com/pingcap/tidb", "description": "TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.", "ecosystem": "go", "ecosystems": [ "go" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "distributed-database", "distributed-transactions", "tidb", "database", "scale", "mysql", "htap", "sql", "cloud-native", "serverless", "mysql-compatibility", "go", "hacktoberfest", "agent", "agent-context", "agent-memory", "agentic", "ai", "memory" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 40293, "forks": 6212, "watchers": 1208, "monthly_downloads": null, "latest_score": 91, "latest_band": "excellent", "latest_scanned_at": "2026-07-15T20:47:15.014235Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 111, "full_name": "langgenius/dify", "url": "https://github.com/langgenius/dify", "description": "Production-ready platform for agentic workflow development.", "ecosystem": "npm", "ecosystems": [ "npm", "pypi" ], "primary_language": "TypeScript", "languages": [], "topics": [ "agent", "agentic-ai", "agentic-framework", "agentic-workflow", "ai", "automation", "gemini", "genai", "gpt", "gpt-4", "llm", "low-code", "mcp", "nextjs", "no-code", "openai", "orchestration", "python", "rag", "workflow" ], "license_spdx": null, "license_state": "custom", "stars": 148611, "forks": 23425, "watchers": 818, "monthly_downloads": 0, "latest_score": 87, "latest_band": "excellent", "latest_scanned_at": "2026-07-13T01:49:18.026911Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 107, "full_name": "n8n-io/n8n", "url": "https://github.com/n8n-io/n8n", "description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.", "ecosystem": "npm", "ecosystems": [ "npm" ], "primary_language": "TypeScript", "languages": [], "topics": [ "ai", "apis", "automation", "cli", "data-flow", "development", "integration-framework", "integrations", "ipaas", "low-code", "low-code-platform", "mcp", "mcp-client", "mcp-server", "n8n", "no-code", "self-hosted", "typescript", "workflow", "workflow-automation" ], "license_spdx": null, "license_state": "custom", "stars": 196209, "forks": 59293, "watchers": 1138, "monthly_downloads": 0, "latest_score": 87, "latest_band": "excellent", "latest_scanned_at": "2026-07-13T01:46:04.380428Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 31174, "full_name": "ag2ai/ag2", "url": "https://github.com/ag2ai/ag2", "description": "AG2 (formerly AutoGen): The Open-Source AgentOS.Join us at: https://discord.gg/sNGSwQME3x", "ecosystem": "pypi", "ecosystems": [ "pypi" ], "primary_language": "Python", "languages": [ "Python", "MDX" ], "topics": [ "a2a", "agent-framework", "llm", "python", "agentic", "ai", "llms", "mcp", "multi-agent", "multi-agent-system", "genai", "agentic-ai", "ai-agents-framework", "aiagents", "open-source", "ag2", "ag2.ai", "ag2ai", "agent", "autogen" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 4783, "forks": 678, "watchers": 72, "monthly_downloads": 494408, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-21T03:45:21.669587Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "organic", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 30859, "full_name": "deepset-ai/haystack", "url": "https://github.com/deepset-ai/haystack", "description": "Open-source AI orchestration framework for building context-engineered, production-ready LLM applications. Design modular pipelines and agent workflows with explicit control over retrieval, routing, memory, and generation. Built for scalable agents, RAG, multimodal applications, semantic search, and conversational systems.", "ecosystem": "pypi", "ecosystems": [ "pypi", "npm" ], "primary_language": "Python", "languages": [ "Python" ], "topics": [ "nlp", "question-answering", "pytorch", "semantic-search", "information-retrieval", "summarization", "transformers", "machine-learning", "ai", "python", "large-language-models", "generative-ai", "llm", "rag", "retrieval-augmented-generation", "agents", "agent", "gemini", "gpt-4", "orchestration", "bert", "qa", "reader", "retriever", "albert", "language-model", "mrc", "roberta", "search", "squad", "transfer-learning", "transformer" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 25959, "forks": 2941, "watchers": 160, "monthly_downloads": 1022672, "latest_score": 93, "latest_band": "excellent", "latest_scanned_at": "2026-07-21T02:32:10.344140Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 9441, "full_name": "stacklok/toolhive", "url": "https://github.com/stacklok/toolhive", "description": "ToolHive is an enterprise-grade platform for running and managing Model Context Protocol (MCP) servers.", "ecosystem": "go", "ecosystems": [ "go" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "ai", "aicodeassistant", "mcp", "ai-security", "mcp-security", "mcp-servers", "mcp-tools", "security", "golang", "kubernetes", "model-context-protocol" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 1944, "forks": 247, "watchers": 15, "monthly_downloads": null, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-16T01:22:43.245066Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" } ] } }
Registro público
Informe de salud del softwareesquema 0.27.0 · métricas 1.13.0 · 2026-07-23 22:47 UTC

intelogroup / forgememory-cli

HTML · GoSin licencia detectada★ 1 estrella⑂ 0 forksdesde abr 2026Ver en GitHub ↗

intelogroup/forgememory-cli tiene un índice de salud de 51 sobre 100, lo que lo sitúa en la banda Moderado. Su puntuación más alta es Vitality (80/100) y la más baja, Community & Adoption (24/100). Se actualizó por última vez hace 5 días. Una sola persona concentra la mayor parte del trabajo reciente.

51
global / 100
Moderado

Índice de salud del software

Las métricas se agrupan en categorías ponderadas sobre una escala de 1 a 100. El resultado global parte de su media; cuando la evidencia pública activa la Política de Jurisdicciones de Alto Riesgo, la calificación se ajusta y recibe el límite 49 (En riesgo). Preparación para IA queda fuera.

51
Excelente85-100Ejemplar; cumple prácticamente todos los criterios evaluados
Bueno70-84Saludable; carencias menores
Moderado50-69Aceptable con carencias notables; se recomienda revisión
En riesgo30-49Debilidades significativas; su adopción exige cautela
Crítico1-29Problemas graves (proyecto abandonado, un solo mantenedor, sin higiene)
VitalidadComunidad yAdopciónSostenibilidady GobernanzaCalidad deIngenieríaSeguridadPreparaciónpara IA

Perfil de puntuación

Cada eje es una categoría. La forma importa más que la media: un proyecto sano llena toda la figura, mientras que un perfil de picos y cráteres indica que la fortaleza en una dimensión enmascara el riesgo en otra.

Titularidad

Jay_code101Cuenta personal
2 seguidores40 repositorios públicosdesde may 2020

Este repositorio pertenece a una cuenta personal. Un proyecto con un único propietario conlleva más riesgo de continuidad que uno respaldado por una organización.

Ecosistemas de paquetes

RegistroPaqueteVersiónDescargas / mesVersionesÚltima publicaciónEtiquetas
npmforgememo-cli0.7.2384360hace 5 díasaiclaudememorymcpcliagent

Métricas por categoría

Vitalidad

¿Está vivo el proyecto: se escribe código y se publican versiones?

80Bueno · 22% del índice global
Cómo se puntúa
36/36Recencia de push — último push hace 5 días
9.7/36Cadencia de commits — 14/52 semanas con commits
18/18Volumen de commits — 177 commits en el último año
10/10OpenSSF Scorecard: Maintained — 30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
Datos de entrada utilizados
commits_last_year177
human_commit_share1
days_since_last_push5
active_weeks_last_year14
Cómo se puntúa
27/27Publica versiones — 75 versiones publicadas
36/36Recencia de las versiones — última versión hace 5 días
27/27Cadencia de publicación — una versión cada ~1,9 días
0/10OpenSSF Scorecard: Signed-Releases — Project has not signed or included provenance with any releases.
Datos de entrada utilizados
releases_count75
latest_release_tagv0.7.2
releases_from_tagsno
days_since_latest_release5
mean_days_between_releases1,9

Comunidad y Adopción

¿Tiene el proyecto usuarios, descargas, atención y unas condiciones acogedoras para quienes contribuyen?

24Crítico · 18% del índice global
Cómo se puntúa
0/60Estrellas — 1 estrellas
0/25Forks — 0 forks
0/15Observadores — 0 observadores
Datos de entrada utilizados
forks0
stars1
watchers0
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
Cómo se puntúa
22.5/22.5README
0/22.5Licencia — no se detectó ningún archivo de licencia
0/18Guía CONTRIBUTING
0/13.5Código de conducta
0/7.2Plantilla de issues
0/6.3Plantilla de PR
Datos de entrada utilizados
has_readme
has_licenseno
has_contributingno
has_issue_templateno
has_code_of_conductno
has_pull_request_templateno
Cómo se puntúa
47.8/80Descargas mensuales — 3843 descargas/mes en npm
0/20Dependientes en el registro — no lo informa este ecosistema
Datos de entrada utilizados
packagesforgememo-cli
dependents
ecosystemsnpm
total_downloads
monthly_downloads3843
Excluidos de la puntuación (sin datos o no aplicable): Dependientes en el registro. Los pesos restantes se han renormalizado.

Sostenibilidad y Gobernanza

¿Sobrevivirá el proyecto a sus personas: factor bus, capacidad de respuesta, quién lo respalda y mantenimiento del paquete?

50Moderado · 24% del índice global
Cómo se puntúa
9/54Factor bus — la mitad de los commits recae en 1 contribuyente(s)
1.5/22.5Distribución de commits — el principal contribuyente firma el 93% de los commits
4.1/13.5Amplitud de contribuyentes — 3 contribuyentes
3/10OpenSSF Scorecard: Contributors — project has 1 contributing companies or organizations -- score normalized to 3
Datos de entrada utilizados
bus_factor1
contributors_sampled3
top_contributor_share0,932
Cómo se puntúa
15/46.8Resolución de issues — 32% de issues cerradas
38.2/38.3Aceptación de PR — 8/8 PR decididos fusionados
0/15OpenSSF Scorecard: Code-Review — Found 0/30 approved changesets -- score normalized to 0
Datos de entrada utilizados
merged_prs8
open_issues19
closed_issues9
issue_closed_ratio0,321
closed_unmerged_prs0
Cómo se puntúa
10/30Respaldo de la propiedad — cuenta personal (usuario)
0/20Dominio verificado — no aplicable a cuentas de usuario
3.4/25Alcance del propietario — 2 seguidores de intelogroup
23.7/25Trayectoria — 40 repos públicos, cuenta de ~6 años
Datos de entrada utilizados
followers2
owner_typeUser
is_verified
owner_loginintelogroup
public_repos40
account_age_days2274
Excluidos de la puntuación (sin datos o no aplicable): Dominio verificado. Los pesos restantes se han renormalizado.
Cómo se puntúa
25/25Publicado y resoluble — 1 paquete(s) en npm
35/35Recencia de publicación — última publicación hace 5 días
20/20Historial de versiones — 60 versiones en el registro
20/20No obsoleto — activo, ni obsoleto ni retirado
Datos de entrada utilizados
packagesforgememo-cli
ecosystemsnpm
any_deprecatedno
min_days_since_publish5

Calidad de Ingeniería

¿Existen unas prácticas mínimas de ingeniería y documentación?

55Moderado · 20% del índice global
Cómo se puntúa
24/24Flujos de trabajo de CI — 2 flujo(s) de trabajo
24/24Pruebas presentes
0/16Configuración de linter
0/9.6Hooks de pre-commit
0/6.4.editorconfig
0/20OpenSSF Scorecard: CI-Tests — 0 out of 2 merged PRs checked by a CI test -- score normalized to 0
Datos de entrada utilizados
has_ci
has_tests
has_editorconfigno
has_linter_configno
has_precommit_configno

Documentación

65Moderado
Cómo se puntúa
30/30README
25/25Directorio de documentación
0/15Sitio de documentación / página del proyecto
0/10Descripción del repositorio
0/10Topics
10/10Wiki
Datos de entrada utilizados
topics
has_wiki
homepage
has_readme
has_docs_dir
has_descriptionno

Seguridad

¿Son sólidas las prácticas visibles de seguridad y de cadena de suministro, sin exposición jurisdiccional de alto riesgo sin resolver?

36En riesgo · 16% del índice global
Cómo se puntúa
6.8/7.5Binary-Artifacts — binaries present in source code
0/7.5Branch-Protection — branch protection not enabled on development/release branches
0/2.5CI-Tests — 0 out of 2 merged PRs checked by a CI test -- score normalized to 0
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 0/30 approved changesets -- score normalized to 0
0.8/2.5Contributors — project has 1 contributing companies or organizations -- score normalized to 3
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
0/2.5Licencia — license file not detected
7.5/7.5Maintained — 30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
5/5Packaging — packaging workflow detected
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — Project has not signed or included provenance with any releases.
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities — 11 existing vulnerabilities detected
Datos de entrada utilizados
sourceopenssf_scorecard
checks_evaluated18
scorecard_versionv5.5.0
checks_inconclusive0
scorecard_aggregate2,9
Cómo se puntúa
14/35Dependencias directas libres de avisos conocidos — 1 afectados: uuid 9.0.1 (high 7.5)
0/25Dependencias indirectas libres de avisos conocidos — el conjunto transitivo no es separable de las dependencias de desarrollo y prueba en este alcance
33.7/40Sin avisos pendientes — 1 paquete(s) con avisos sin atender más allá de 90 días; el más antiguo publicado hace 92 días
Datos de entrada utilizados
sourceosv
advisories13
affected_packages9
assessed_packages315
unassessed_packages0
affected_by_severityhigh 3, moderate 5, unknown 1
direct_affected_packages1
Excluidos de la puntuación (sin datos o no aplicable): Dependencias indirectas libres de avisos conocidos. Los pesos restantes se han renormalizado. Se cotejaron 315 dependencias resueltas con OSV. Este repositorio no publica ningún paquete que el índice resuelva, por lo que se evaluó en su lugar el grafo de dependencias del repositorio. Ese grafo mezcla fijaciones de desarrollo y prueba con las dependencias distribuidas, de modo que solo se puntúan las dependencias declaradas en tiempo de ejecución; los hallazgos transitivos se informan como contexto y quedan excluidos de la puntuación. No se analiza la alcanzabilidad.

Preparación para IA

¿Hasta qué punto está el repositorio preparado para desarrollarse y mantenerse con agentes de codificación de IA? Es una insignia independiente y experimental — peso 0,0, de modo que se presenta por separado y no afecta a la puntuación de salud global.

78Bueno · 0% del índice global
Cómo se puntúa
45/45Instrucciones para agentes — CLAUDE.md
0/15Documentación legible por máquinas (llms.txt)
39.5/40Historial de commits legible — 74 de 100 commits humanos declaran su intención (asunto estructurado o cuerpo explicativo)
Datos de entrada utilizados
has_llms_txtno
legible_history_share0,74
agent_instruction_filesCLAUDE.md
agent_instruction_max_bytes2729
Cómo se puntúa
18/18Arranque con un solo comando — Makefile
22/22Pruebas automatizadas
0/11Configuración de lint / formato
11/11Verificación estática de tipos — mastra/tsconfig.json
10/10Entorno reproducible — lockfile
10/10Práctica demostrada con agentes — 33 de los últimos 100 commits con autoría o crédito de agente
0/8Mantenimiento automatizado — no se observan actualizaciones automáticas de dependencias
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Datos de entrada utilizados
has_nixno
has_tests
lockfilesgo.sum, package-lock.json
has_dockerfileno
typed_languageno
bootstrap_filesMakefile
has_devcontainerno
has_linter_configno
typecheck_configsmastra/tsconfig.json
agent_commit_share0,33
toolchain_manifestsgo.mod
dependency_bot_commit_share0
Cómo se puntúa
27/45Código verificable por tipos — HTML con configuración de verificación de tipos (mastra/tsconfig.json)
54.6/55Tamaños de archivo manejables — 1/125 archivos fuente de más de 60 KB
Datos de entrada utilizados
primary_languageHTML
largest_source_bytes60.935
source_files_sampled125
oversized_source_files1

Datos clave

1estrellas de GitHub
3contribuidores
177commits en los últimos 12 meses
5días desde el último push
75versiones publicadas
1factor bus
19issues abiertas
Go, npmecosistemas de paquetes

Advertencias de recopilación de datos

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Could not fetch go package 'github.com/forge/forge' from its registry
  • Could not fetch npm package 'forge-mastra' from its registry

Más detalle

OpenSSF Scorecard 2.9 / 10
2.9agregado

Evaluación de seguridad independiente y agnóstica en cuanto a herramientas, procedente del proyecto de código abierto OpenSSF Scorecard. Cada comprobación premia una práctica de seguridad, no la herramienta de un proveedor concreto. Las comprobaciones que Scorecard no pudo determinar se marcan como n/d y se excluyen de la puntuación de seguridad (nunca se cuentan como cero).Scorecard v5.5.0 · 2026-07-23 22:47 UTC

9Binary-Artifactsbinaries present in source code
0Branch-Protectionbranch protection not enabled on development/release branches
0CI-Tests0 out of 2 merged PRs checked by a CI test -- score normalized to 0
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/30 approved changesets -- score normalized to 0
3Contributorsproject has 1 contributing companies or organizations -- score normalized to 3
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
0Licenselicense file not detected
10Maintained30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
0Signed-ReleasesProject has not signed or included provenance with any releases.
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities11 existing vulnerabilities detected
Dependencias directas 9
RegistroPaqueteRestricción de versiónManifiesto
Gogithub.com/google/uuidv1.6.0go.mod
Gomodernc.org/sqlitev1.48.0go.mod
npm@mastra/core^1.41.0mastra/package.json
npm@ai-sdk/openai^2.0.0mastra/package.json
npm@ai-sdk/anthropic^2.0.0mastra/package.json
npmollama-ai-provider^1.0.0mastra/package.json
npmbetter-sqlite3^11.0.0mastra/package.json
npmzod^3.22.0mastra/package.json
npmuuid^9.0.0mastra/package.json
Todas las dependencias 315

Conjunto completo de dependencias resueltas según el grafo de dependencias de GitHub: 11 paquetes directos y 304 indirectos (transitivos). El cierre transitivo es completo cuando el repositorio incluye un lockfile.

RegistroPaqueteVersiónRelación
Gogithub.com/google/uuidv1.6.0directa
Gomodernc.org/sqlitev1.48.0directa
npm@ai-sdk/anthropic2.0.83directa
npm@ai-sdk/openai2.0.108directa
npm@mastra/core1.43.0directa
npmbetter-sqlite311.10.0directa
npmollama-ai-provider1.2.0directa
npmuuid11.1.1directa
npmuuid9.0.1directa
npmzod3.25.76directa
npmzod4.4.3directa
Gogithub.com/danieljoos/wincredv1.2.3indirecta
Gogithub.com/dustin/go-humanizev1.0.1indirecta
Gogithub.com/godbus/dbus/v5v5.2.2indirecta
Gogithub.com/mattn/go-isattyv0.0.20indirecta
Gogithub.com/ncruces/go-strftimev1.0.0indirecta
Gogithub.com/remyoudompheng/bigfftv0.0.0-20230129092748-24d4a6f8daecindirecta
Gogithub.com/zalando/go-keyringv0.2.8indirecta
Gogolang.org/x/sysv0.42.0indirecta
Gomodernc.org/libcv1.70.0indirecta
Gomodernc.org/mathutilv1.7.1indirecta
Gomodernc.org/memoryv1.11.0indirecta
npm@a2a-js/sdk0.3.13indirecta
npm@ai-sdk/provider1.1.3indirecta
npm@ai-sdk/provider2.0.3indirecta
npm@ai-sdk/provider3.0.10indirecta
npm@ai-sdk/provider-utils2.2.8indirecta
npm@ai-sdk/provider-utils3.0.25indirecta
npm@ai-sdk/provider-utils3.0.27indirecta
npm@ai-sdk/provider-utils4.0.27indirecta
npm@esbuild/aix-ppc640.28.1indirecta
npm@esbuild/android-arm0.28.1indirecta
npm@esbuild/android-arm640.28.1indirecta
npm@esbuild/android-x640.28.1indirecta
npm@esbuild/darwin-arm640.28.1indirecta
npm@esbuild/darwin-x640.28.1indirecta
npm@esbuild/freebsd-arm640.28.1indirecta
npm@esbuild/freebsd-x640.28.1indirecta
npm@esbuild/linux-arm0.28.1indirecta
npm@esbuild/linux-arm640.28.1indirecta
npm@esbuild/linux-ia320.28.1indirecta
npm@esbuild/linux-loong640.28.1indirecta
npm@esbuild/linux-mips64el0.28.1indirecta
npm@esbuild/linux-ppc640.28.1indirecta
npm@esbuild/linux-riscv640.28.1indirecta
npm@esbuild/linux-s390x0.28.1indirecta
npm@esbuild/linux-x640.28.1indirecta
npm@esbuild/netbsd-arm640.28.1indirecta
npm@esbuild/netbsd-x640.28.1indirecta
npm@esbuild/openbsd-arm640.28.1indirecta
npm@esbuild/openbsd-x640.28.1indirecta
npm@esbuild/openharmony-arm640.28.1indirecta
npm@esbuild/sunos-x640.28.1indirecta
npm@esbuild/win32-arm640.28.1indirecta
npm@esbuild/win32-ia320.28.1indirecta
npm@esbuild/win32-x640.28.1indirecta
npm@hono/node-server1.19.14indirecta
npm@isaacs/ttlcache2.1.5indirecta
npm@lukeed/csprng1.1.0indirecta
npm@lukeed/uuid2.0.1indirecta
npm@mastra/schema-compat1.2.13indirecta
npm@modelcontextprotocol/sdk1.29.0indirecta
npm@posthog/core1.35.1indirecta
npm@posthog/types1.390.0indirecta
npm@sec-ant/readable-stream0.4.1indirecta
npm@sindresorhus/merge-streams4.0.0indirecta
npm@sindresorhus/slugify2.2.1indirecta
npm@sindresorhus/transliterate1.6.0indirecta
npm@standard-schema/spec1.1.0indirecta
npm@types/better-sqlite37.6.13indirecta
npm@types/debug4.1.13indirecta
npm@types/mdast4.0.4indirecta
npm@types/ms2.1.0indirecta
npm@types/node20.19.43indirecta
npm@types/unist3.0.3indirecta
npm@types/uuid9.0.8indirecta
npm@workflow/serde4.1.0-beta.2indirecta
npmaccepts2.0.0indirecta
npmajv8.20.0indirecta
npmajv-formats3.0.1indirecta
npmargparse1.0.10indirecta
npmbail2.0.2indirecta
npmbase64-js1.5.1indirecta
npmbindings1.5.0indirecta
npmbl4.1.0indirecta
npmbody-parser2.3.0indirecta
npmbuffer5.7.1indirecta
npmbytes3.1.2indirecta
npmcall-bind-apply-helpers1.0.2indirecta
npmcall-bound1.0.4indirecta
npmccount2.0.1indirecta
npmcharacter-entities2.0.2indirecta
npmchat4.31.0indirecta
npmchownr1.1.4indirecta
npmcontent-disposition1.1.0indirecta
npmcontent-type1.0.5indirecta
npmcontent-type2.0.0indirecta
npmcookie0.7.2indirecta
npmcookie-signature1.2.2indirecta
npmcors2.8.6indirecta
npmcroner10.0.1indirecta
npmcross-spawn7.0.6indirecta
npmdebug4.4.3indirecta
npmdecode-named-character-reference1.3.0indirecta
npmdecompress-response6.0.0indirecta
npmdeep-extend0.6.0indirecta
npmdepd2.0.0indirecta
npmdequal2.0.3indirecta
npmdetect-libc2.1.2indirecta
npmdevlop1.1.0indirecta
npmdotenv17.4.2indirecta
npmdunder-proto1.0.1indirecta
npmee-first1.1.1indirecta
npmencodeurl2.0.0indirecta
npmend-of-stream1.4.5indirecta
npmes-define-property1.0.1indirecta
npmes-errors1.3.0indirecta
npmes-object-atoms1.1.2indirecta
npmesbuild0.28.1indirecta
npmescape-html1.0.3indirecta
npmescape-string-regexp5.0.0indirecta
npmesprima4.0.1indirecta
npmetag1.8.1indirecta
npmeventsource3.0.7indirecta
npmeventsource-parser3.1.0indirecta
npmexeca9.6.1indirecta
npmexpand-template2.0.3indirecta
npmexpress5.2.1indirecta
npmexpress-rate-limit8.5.2indirecta
npmextend3.0.2indirecta
npmextend-shallow2.0.1indirecta
npmfast-deep-equal3.1.3indirecta
npmfast-uri3.1.2indirecta
npmfastq1.20.1indirecta
npmfigures6.1.0indirecta
npmfile-uri-to-path1.0.0indirecta
npmfinalhandler2.1.1indirecta
npmforwarded0.2.0indirecta
npmfresh2.0.0indirecta
npmfs-constants1.0.0indirecta
npmfsevents2.3.3indirecta
npmfunction-bind1.1.2indirecta
npmget-intrinsic1.3.0indirecta
npmget-proto1.0.1indirecta
npmget-stream9.0.1indirecta
npmgithub-from-package0.0.0indirecta
npmgopd1.2.0indirecta
npmgray-matter4.0.3indirecta
npmhas-symbols1.1.0indirecta
npmhasown2.0.4indirecta
npmhono4.12.25indirecta
npmhttp-errors2.0.1indirecta
npmhuman-signals8.0.1indirecta
npmiconv-lite0.7.2indirecta
npmieee7541.2.1indirecta
npmignore7.0.5indirecta
npminherits2.0.4indirecta
npmini1.3.8indirecta
npmip-address10.2.0indirecta
npmipaddr.js1.9.1indirecta
npmis-extendable0.1.1indirecta
npmis-network-error1.3.2indirecta
npmis-plain-obj4.1.0indirecta
npmis-promise4.0.0indirecta
npmis-stream4.0.1indirecta
npmis-unicode-supported2.1.0indirecta
npmisexe2.0.0indirecta
npmjose6.2.3indirecta
npmjpeg-js0.4.4indirecta
npmjs-yaml3.14.2indirecta
npmjson-schema0.4.0indirecta
npmjson-schema-to-zod2.8.1indirecta
npmjson-schema-traverse1.0.0indirecta
npmjson-schema-typed8.0.2indirecta
npmkind-of6.0.3indirecta
npmlongest-streak3.1.0indirecta
npmlru-cache11.5.1indirecta
npmmarkdown-table3.0.4indirecta
npmmath-intrinsics1.1.0indirecta
npmmdast-util-find-and-replace3.0.2indirecta
npmmdast-util-from-markdown2.0.3indirecta
npmmdast-util-gfm3.1.0indirecta
npmmdast-util-gfm-autolink-literal2.0.1indirecta
npmmdast-util-gfm-footnote2.1.0indirecta
npmmdast-util-gfm-strikethrough2.0.0indirecta
npmmdast-util-gfm-table2.0.0indirecta
npmmdast-util-gfm-task-list-item2.0.0indirecta
npmmdast-util-phrasing4.1.0indirecta
npmmdast-util-to-markdown2.1.2indirecta
npmmdast-util-to-string4.0.0indirecta
npmmedia-typer1.1.0indirecta
npmmerge-descriptors2.0.0indirecta
npmmicromark4.0.2indirecta
npmmicromark-core-commonmark2.0.3indirecta
npmmicromark-extension-gfm3.0.0indirecta
npmmicromark-extension-gfm-autolink-literal2.1.0indirecta
npmmicromark-extension-gfm-footnote2.1.0indirecta
npmmicromark-extension-gfm-strikethrough2.1.0indirecta
npmmicromark-extension-gfm-table2.1.1indirecta
npmmicromark-extension-gfm-tagfilter2.0.0indirecta
npmmicromark-extension-gfm-task-list-item2.1.0indirecta
npmmicromark-factory-destination2.0.1indirecta
npmmicromark-factory-label2.0.1indirecta
npmmicromark-factory-space2.0.1indirecta
npmmicromark-factory-title2.0.1indirecta
npmmicromark-factory-whitespace2.0.1indirecta
npmmicromark-util-character2.1.1indirecta
npmmicromark-util-chunked2.0.1indirecta
npmmicromark-util-classify-character2.0.1indirecta
npmmicromark-util-combine-extensions2.0.1indirecta
npmmicromark-util-decode-numeric-character-reference2.0.2indirecta
npmmicromark-util-decode-string2.0.1indirecta
npmmicromark-util-encode2.0.1indirecta
npmmicromark-util-html-tag-name2.0.1indirecta
npmmicromark-util-normalize-identifier2.0.1indirecta
npmmicromark-util-resolve-all2.0.1indirecta
npmmicromark-util-sanitize-uri2.0.1indirecta
npmmicromark-util-subtokenize2.1.0indirecta
npmmicromark-util-symbol2.0.1indirecta
npmmicromark-util-types2.0.2indirecta
npmmime-db1.54.0indirecta
npmmime-types3.0.2indirecta
npmmimic-response3.1.0indirecta
npmminimist1.2.8indirecta
npmmkdirp-classic0.5.3indirecta
npmms2.1.3indirecta
npmnanoid3.3.12indirecta
npmnapi-build-utils2.0.0indirecta
npmnegotiator1.0.0indirecta
npmnode-abi3.92.0indirecta
npmnpm-run-path6.0.0indirecta
npmobject-assign4.1.1indirecta
npmobject-inspect1.13.4indirecta
npmon-finished2.4.1indirecta
npmonce1.4.0indirecta
npmp-map7.0.4indirecta
npmp-retry7.1.1indirecta
npmparse-ms4.0.0indirecta
npmparseurl1.3.3indirecta
npmpartial-json0.1.7indirecta
npmpath-key3.1.1indirecta
npmpath-key4.0.0indirecta
npmpath-to-regexp8.4.2indirecta
npmpicomatch4.0.4indirecta
npmpkce-challenge5.0.1indirecta
npmposthog-node5.38.0indirecta
npmprebuild-install7.1.3indirecta
npmpretty-ms9.3.0indirecta
npmproxy-addr2.0.7indirecta
npmpump3.0.4indirecta
npmqs6.15.2indirecta
npmrange-parser1.2.1indirecta
npmraw-body3.0.2indirecta
npmrc1.2.8indirecta
npmreadable-stream3.6.2indirecta
npmremark-gfm4.0.1indirecta
npmremark-parse11.0.0indirecta
npmremark-stringify11.0.0indirecta
npmremend1.3.0indirecta
npmrequire-from-string2.0.2indirecta
npmreusify1.1.0indirecta
npmrouter2.2.0indirecta
npmsafe-buffer5.2.1indirecta
npmsafer-buffer2.1.2indirecta
npmsection-matter1.0.0indirecta
npmsecure-json-parse2.7.0indirecta
npmsemver7.8.4indirecta
npmsend1.2.1indirecta
npmserve-static2.2.1indirecta
npmsetprototypeof1.2.0indirecta
npmshebang-command2.0.0indirecta
npmshebang-regex3.0.0indirecta
npmside-channel1.1.1indirecta
npmside-channel-list1.0.1indirecta
npmside-channel-map1.0.1indirecta
npmside-channel-weakmap1.0.2indirecta
npmsignal-exit4.1.0indirecta
npmsimple-concat1.0.1indirecta
npmsimple-get4.0.1indirecta
npmsprintf-js1.0.3indirecta
npmstatuses2.0.2indirecta
npmstring_decoder1.3.0indirecta
npmstrip-bom-string1.0.0indirecta
npmstrip-final-newline4.0.0indirecta
npmstrip-json-comments2.0.1indirecta
npmtar-fs2.1.4indirecta
npmtar-stream2.2.0indirecta
npmtoidentifier1.0.1indirecta
npmtokenx1.3.0indirecta
npmtrough2.2.0indirecta
npmtsx4.22.4indirecta
npmtunnel-agent0.6.0indirecta
npmtype-is2.1.0indirecta
npmtypescript5.9.3indirecta
npmundici-types6.21.0indirecta
npmunicorn-magic0.3.0indirecta
npmunified11.0.5indirecta
npmunist-util-is6.0.1indirecta
npmunist-util-stringify-position4.0.0indirecta
npmunist-util-visit5.1.0indirecta
npmunist-util-visit-parents6.0.2indirecta
npmunpipe1.0.0indirecta
npmutil-deprecate1.0.2indirecta
npmvary1.1.2indirecta
npmvfile6.0.3indirecta
npmvfile-message4.0.3indirecta
npmwhich2.0.2indirecta
npmwrappy1.0.2indirecta
npmws8.21.0indirecta
npmxxhash-wasm1.1.0indirecta
npmyoctocolors2.1.2indirecta
npmzod-from-json-schema0.0.5indirecta
npmzod-from-json-schema0.5.3indirecta
npmzod-to-json-schema3.25.2indirecta
npmzwitch2.0.4indirecta
Avisos de dependencias 9

Este repositorio no publica ningún paquete que el índice resuelva, así que se evaluó su propio grafo de dependencias — 315 paquetes, que incluyen también fijaciones de desarrollo y prueba que nunca se distribuyen: 9 tienen avisos conocidos, de los cuales 1 son directas.

PaqueteVersiónRelaciónGravedadAvisosCorregido en
uuid9.0.1directaalta113.0.1
fast-uri3.1.2indirectaalta24.1.1
js-yaml3.14.2indirectaalta24.3.0
@ai-sdk/provider-utils2.2.8indirectamoderada1
@ai-sdk/provider-utils3.0.25indirectamoderada1
@ai-sdk/provider-utils3.0.27indirectamoderada1
@hono/node-server1.19.14indirectamoderada12.0.5
hono4.12.25indirectamoderada34.12.27
golang.org/x/sysv0.42.0indirectadesconocida10.44.0

Un aviso significa que la versión registrada en el grafo de dependencias cae dentro del rango afectado de un aviso. No se analiza la alcanzabilidad, y el grafo incluye fijaciones de desarrollo y prueba: un hallazgo puede referirse al utillaje y no al software distribuido.

Informe JSON sin procesar legible por máquina
{
  "data": {
    "repo": {
      "topics": [],
      "is_fork": false,
      "size_kb": 79833,
      "has_wiki": true,
      "homepage": null,
      "languages": {
        "Go": 939832,
        "HTML": 1754194,
        "Ruby": 1165,
        "Shell": 54164,
        "Makefile": 1255,
        "JavaScript": 11128,
        "PowerShell": 2076,
        "TypeScript": 46421
      },
      "pushed_at": "2026-07-18T14:57:30Z",
      "created_at": "2026-04-03T00:32:37Z",
      "owner_type": "User",
      "updated_at": "2026-07-18T14:57:34Z",
      "description": null,
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": null,
      "default_branch": "main",
      "license_spdx_raw": null,
      "primary_language": "HTML",
      "significant_languages": [
        "HTML",
        "Go"
      ]
    },
    "owner": {
      "blog": null,
      "name": "Jay_code101",
      "type": "User",
      "login": "intelogroup",
      "company": null,
      "location": "USA",
      "followers": 2,
      "avatar_url": "https://avatars.githubusercontent.com/u/64654010?v=4",
      "created_at": "2020-05-01T16:27:01Z",
      "is_verified": null,
      "public_repos": 40,
      "account_age_days": 2274
    },
    "license": {
      "state": "absent",
      "spdx_id": null,
      "raw_spdx": null,
      "file_present": false,
      "scorecard_found": false,
      "profile_has_license": false
    },
    "activity": {
      "releases": [
        {
          "tag": "v0.7.2",
          "kind": "patch",
          "published_at": "2026-07-18T15:01:46Z"
        },
        {
          "tag": "v0.7.1",
          "kind": "patch",
          "published_at": "2026-07-16T21:21:45Z"
        },
        {
          "tag": "v0.7.0",
          "kind": "minor",
          "published_at": "2026-07-16T16:43:42Z"
        },
        {
          "tag": "v0.6.6",
          "kind": "patch",
          "published_at": "2026-07-16T15:22:17Z"
        },
        {
          "tag": "v0.6.5",
          "kind": "patch",
          "published_at": "2026-07-15T18:36:51Z"
        },
        {
          "tag": "v0.6.4",
          "kind": "patch",
          "published_at": "2026-07-14T17:06:45Z"
        },
        {
          "tag": "v0.6.3",
          "kind": "patch",
          "published_at": "2026-07-11T00:58:57Z"
        },
        {
          "tag": "v0.6.2",
          "kind": "patch",
          "published_at": "2026-07-02T17:06:07Z"
        },
        {
          "tag": "v0.6.1",
          "kind": "patch",
          "published_at": "2026-07-01T21:13:18Z"
        },
        {
          "tag": "v0.6.0",
          "kind": "minor",
          "published_at": "2026-07-01T20:35:48Z"
        },
        {
          "tag": "v0.5.16",
          "kind": "patch",
          "published_at": "2026-07-01T14:12:12Z"
        },
        {
          "tag": "v0.5.15",
          "kind": "patch",
          "published_at": "2026-07-01T13:58:29Z"
        },
        {
          "tag": "v0.5.14",
          "kind": "patch",
          "published_at": "2026-07-01T13:19:01Z"
        },
        {
          "tag": "v0.5.13",
          "kind": "patch",
          "published_at": "2026-07-01T12:45:29Z"
        },
        {
          "tag": "v0.5.12",
          "kind": "patch",
          "published_at": "2026-07-01T12:16:17Z"
        },
        {
          "tag": "v0.5.10",
          "kind": "patch",
          "published_at": "2026-07-01T11:21:09Z"
        },
        {
          "tag": "v0.5.9",
          "kind": "patch",
          "published_at": "2026-07-01T02:01:25Z"
        },
        {
          "tag": "v0.5.8",
          "kind": "patch",
          "published_at": "2026-06-22T00:33:02Z"
        },
        {
          "tag": "v0.5.7",
          "kind": "patch",
          "published_at": "2026-06-20T17:23:05Z"
        },
        {
          "tag": "v0.5.6",
          "kind": "patch",
          "published_at": "2026-06-20T16:41:16Z"
        },
        {
          "tag": "v0.5.5",
          "kind": "patch",
          "published_at": "2026-06-20T16:06:32Z"
        },
        {
          "tag": "v0.5.4",
          "kind": "patch",
          "published_at": "2026-06-17T17:54:15Z"
        },
        {
          "tag": "v0.5.2",
          "kind": "patch",
          "published_at": "2026-05-21T19:32:42Z"
        },
        {
          "tag": "v0.5.0",
          "kind": "minor",
          "published_at": "2026-05-18T21:05:23Z"
        },
        {
          "tag": "v0.4.41",
          "kind": "patch",
          "published_at": "2026-05-12T15:36:30Z"
        },
        {
          "tag": "v0.4.40",
          "kind": "patch",
          "published_at": "2026-05-07T19:55:58Z"
        },
        {
          "tag": "v0.4.39",
          "kind": "patch",
          "published_at": "2026-05-07T19:32:36Z"
        },
        {
          "tag": "v0.4.38",
          "kind": "patch",
          "published_at": "2026-05-07T18:52:34Z"
        },
        {
          "tag": "v0.4.37",
          "kind": "patch",
          "published_at": "2026-04-29T20:26:24Z"
        },
        {
          "tag": "v0.4.36",
          "kind": "patch",
          "published_at": "2026-04-29T19:05:34Z"
        },
        {
          "tag": "v0.4.35",
          "kind": "patch",
          "published_at": "2026-04-29T18:54:42Z"
        },
        {
          "tag": "v0.4.34",
          "kind": "patch",
          "published_at": "2026-04-29T17:39:41Z"
        },
        {
          "tag": "v0.4.33",
          "kind": "patch",
          "published_at": "2026-04-29T16:56:15Z"
        },
        {
          "tag": "v0.4.32",
          "kind": "patch",
          "published_at": "2026-04-29T15:42:44Z"
        },
        {
          "tag": "v0.4.31",
          "kind": "patch",
          "published_at": "2026-04-29T14:53:27Z"
        },
        {
          "tag": "v0.4.29",
          "kind": "patch",
          "published_at": "2026-04-18T20:49:55Z"
        },
        {
          "tag": "v0.4.27",
          "kind": "patch",
          "published_at": "2026-04-10T01:05:51Z"
        },
        {
          "tag": "v0.4.25",
          "kind": "patch",
          "published_at": "2026-04-08T06:52:48Z"
        },
        {
          "tag": "v0.4.24",
          "kind": "patch",
          "published_at": "2026-04-08T06:27:12Z"
        },
        {
          "tag": "v0.4.23",
          "kind": "patch",
          "published_at": "2026-04-07T16:11:29Z"
        },
        {
          "tag": "v0.4.22",
          "kind": "patch",
          "published_at": "2026-04-06T21:38:55Z"
        },
        {
          "tag": "v0.4.20",
          "kind": "patch",
          "published_at": "2026-04-06T16:17:56Z"
        },
        {
          "tag": "v0.4.18",
          "kind": "patch",
          "published_at": "2026-04-06T15:38:50Z"
        },
        {
          "tag": "v0.4.17",
          "kind": "patch",
          "published_at": "2026-04-06T14:41:31Z"
        },
        {
          "tag": "v0.4.16",
          "kind": "patch",
          "published_at": "2026-04-06T06:17:34Z"
        },
        {
          "tag": "v0.4.14",
          "kind": "patch",
          "published_at": "2026-04-05T18:30:09Z"
        },
        {
          "tag": "v0.4.13",
          "kind": "patch",
          "published_at": "2026-04-05T18:20:33Z"
        },
        {
          "tag": "v0.4.11",
          "kind": "patch",
          "published_at": "2026-04-05T17:21:46Z"
        },
        {
          "tag": "v0.4.10",
          "kind": "patch",
          "published_at": "2026-04-04T19:31:06Z"
        },
        {
          "tag": "v0.4.8",
          "kind": "patch",
          "published_at": "2026-04-04T19:13:47Z"
        },
        {
          "tag": "v0.4.7",
          "kind": "patch",
          "published_at": "2026-04-04T19:10:20Z"
        },
        {
          "tag": "v0.4.6",
          "kind": "patch",
          "published_at": "2026-04-04T15:58:19Z"
        },
        {
          "tag": "v0.4.5",
          "kind": "patch",
          "published_at": "2026-04-04T00:03:22Z"
        },
        {
          "tag": "v0.4.4",
          "kind": "patch",
          "published_at": "2026-04-03T22:28:24Z"
        },
        {
          "tag": "v0.4.3",
          "kind": "patch",
          "published_at": "2026-04-03T22:11:23Z"
        },
        {
          "tag": "v0.4.2",
          "kind": "patch",
          "published_at": "2026-04-03T21:51:49Z"
        },
        {
          "tag": "v0.4.1",
          "kind": "patch",
          "published_at": "2026-04-03T20:53:44Z"
        },
        {
          "tag": "v0.4.0",
          "kind": "minor",
          "published_at": "2026-04-03T20:48:34Z"
        },
        {
          "tag": "v0.3.9",
          "kind": "patch",
          "published_at": "2026-04-03T20:44:05Z"
        },
        {
          "tag": "v0.3.8",
          "kind": "patch",
          "published_at": "2026-04-03T20:40:03Z"
        },
        {
          "tag": "v0.3.7",
          "kind": "patch",
          "published_at": "2026-04-03T20:25:02Z"
        },
        {
          "tag": "v0.3.6",
          "kind": "patch",
          "published_at": "2026-04-03T20:09:37Z"
        },
        {
          "tag": "v0.3.5",
          "kind": "patch",
          "published_at": "2026-04-03T18:44:21Z"
        },
        {
          "tag": "v0.3.4",
          "kind": "patch",
          "published_at": "2026-04-03T17:59:06Z"
        },
        {
          "tag": "v0.3.3",
          "kind": "patch",
          "published_at": "2026-04-03T17:36:58Z"
        },
        {
          "tag": "v0.3.2",
          "kind": "patch",
          "published_at": "2026-04-03T17:20:27Z"
        },
        {
          "tag": "v0.3.1",
          "kind": "patch",
          "published_at": "2026-04-03T17:01:28Z"
        },
        {
          "tag": "v0.3.0",
          "kind": "minor",
          "published_at": "2026-04-03T16:00:16Z"
        },
        {
          "tag": "v0.2.6",
          "kind": "patch",
          "published_at": "2026-04-03T14:33:41Z"
        },
        {
          "tag": "v0.2.5",
          "kind": "patch",
          "published_at": "2026-04-03T14:30:53Z"
        },
        {
          "tag": "v0.2.4",
          "kind": "patch",
          "published_at": "2026-04-03T14:11:43Z"
        },
        {
          "tag": "v0.2.3",
          "kind": "patch",
          "published_at": "2026-04-03T13:38:34Z"
        },
        {
          "tag": "v0.2.2",
          "kind": "patch",
          "published_at": "2026-04-03T13:32:48Z"
        },
        {
          "tag": "v0.2.1",
          "kind": "patch",
          "published_at": "2026-04-03T12:22:03Z"
        },
        {
          "tag": "v0.2.0",
          "kind": "minor",
          "published_at": "2026-04-03T00:36:06Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "efd3d2f5eba6feb7c2df9624b8206e465bb3c81a",
          "body": null,
          "is_bot": false,
          "headline": "release: v0.7.2",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-18T14:57:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "657a25f1f8b3c0123a90046796cc320d9e363a12",
          "body": null,
          "is_bot": false,
          "headline": "bump v0.7.1 - fix session_id parsing for opencode/antigravity hooks",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-16T21:17:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bb824a8bc5e662cd1fef008e54c3edff773638ba",
          "body": null,
          "is_bot": false,
          "headline": "gitignore: add graphify-out/",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-16T16:44:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f69491b8169f16f0bbbf2706ba36f61dc5e74717",
          "body": null,
          "is_bot": false,
          "headline": "release: v0.7.0 — free tool, remove payment server + login",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-16T16:39:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0aeabc8f561afc004e3c88e7ed20a3abd620f55d",
          "body": null,
          "is_bot": false,
          "headline": "release: v0.6.6 — inject-check pre-push, auto-relevant context",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-16T15:19:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8a433ce4cef8589321f5676603e9beee14a97ac5",
          "body": "Principles are now HMAC-signed (internal/security, keychain-backed with a\nchmod-600 file fallback) and their narrative is encrypted at rest\n(AES-256-GCM). A tampered or undecryptable row is dropped on read instead of\nserved, and `forge harden rotate-key`/`revoke` give a recovery path if the\nkey is e\n[…]\ns to pay a cold ~500ms keychain fetch on every invocation that reads\nsession events. Documented in TODO-HARDENING.md so it isn't retried blind.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "release: v0.6.5 — keychain-backed signing, principle encryption at rest",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-15T18:33:28Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "fdfbf16ad1b8d47b0ba46523dfdcef69135294fb",
          "body": "…nt distill floor\n\nContext was being re-injected via additionalContext on every UserPromptSubmit,\nincluding repeated-failure alerts, docs hints, and low-value prompt matches on\nevery later message in a session — now only fires once, on the session's first\nevent; background retrieval still runs so di\n[…]\ngured (or overridden via\n--batch-size) below 300, running tiny undersized batches. Config load,\n`forge config --distill-batch-size`, and `forge distill --batch-size` now all\nenforce a 300-event floor.",
          "is_bot": false,
          "headline": "release: v0.6.4 — stop per-message context injection, enforce 300-eve…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-14T17:04:24Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "c661137abd9240eee598b79fc07678bd03a521a1",
          "body": null,
          "is_bot": false,
          "headline": "npm: bump version to v0.6.3",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-11T00:31:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "41c2269ce35b16a874d28010f0070a8723a18645",
          "body": null,
          "is_bot": false,
          "headline": "distill: bump to v0.6.3 and fix backlog drain bugs",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-11T00:18:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c65ddd7b2fd041515449e8ece8e574c61b24239d",
          "body": null,
          "is_bot": false,
          "headline": "Bump version to 0.6.2 and implement surgical context injection",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-02T17:03:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ae571b7eec1c0a798f365dd2118912ca240c534f",
          "body": "… (#35)",
          "is_bot": false,
          "headline": "release: v0.6.1 — fix silent distill no-op on unknown-session backlog…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T21:10:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1fe0caf2c723da896409de1bd834774b01a961d0",
          "body": "…-op (#35)\n\n* fix(distill): drain session_id='unknown' backlog instead of silent no-op (#34)\n\nDistillation silently no-oped when the whole undistilled backlog had\nsession_id='unknown': UndistilledEvents filtered them out, returned\nnil, DistillBatch returned (0, nil) with zero LLM calls, and\nrunDisti\n[…]\n nil\npath: print 'Drain stalled. ...' to stderr and os.Exit(1) so callers\n(e.g. --wait flow) can distinguish a real stall from a clean drain.\n\n---------\n\nCo-authored-by: jimkali <kalinovjim@gmail.com>",
          "is_bot": false,
          "headline": "fix(distill): drain session_id='unknown' backlog instead of silent no…",
          "author_name": "Jay_code101",
          "author_login": "intelogroup",
          "committed_at": "2026-07-01T21:09:29Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "6dd21c071a6a8eab92afff64dfe414717aa7f4b1",
          "body": "- distill lock TTL reclaim (30m): stale even with live PID, protects\n  against leaked forge distill zombies + PID reuse\n- daemon startup clears orphaned forge.distill.lock unconditionally\n- skip-tracker + WEDGED health marker after 3 consecutive skipped\n  cycles; writes failure record so forge statu\n[…]\n.\n\nDeferred to follow-up PRs: #29.1 base-url compat, #29.2 config source\nunify, #29.5 doctor false positive, #29.6 integration-sync confirmation\ngate (security), #31 DX docs, #32 env-override warning.",
          "is_bot": false,
          "headline": "release: v0.6.0 — fix silent distill scheduler wedge (#33)",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T20:32:39Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "be243680138589fc41d4e0eb678c5e5146e2062f",
          "body": null,
          "is_bot": false,
          "headline": "ci: serialize Windows unit tests with -p 1 -parallel 1 to prevent OOM",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T15:00:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "836c6ed66058e2c0eaa1aea7e927256925949e63",
          "body": null,
          "is_bot": false,
          "headline": "fix(config): prioritize ~/.forge/config over env variables in LoadConfig",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T14:09:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "49381eda798afb2bb0ddd92ea212cf2133b5e1aa",
          "body": null,
          "is_bot": false,
          "headline": "fix(daemon): isolate env and skip unconfigured exa searches",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T13:55:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c3d20ecb0bbd7db22066e3157413d17579ce16f9",
          "body": "…l interleaving fragmentation",
          "is_bot": false,
          "headline": "fix(distill): query oldest undistilled session first to avoid tempora…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T13:15:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "410a9a6ec27aa71f6ac73b20f860140b3fb1f143",
          "body": null,
          "is_bot": false,
          "headline": "release: bump version to v0.5.13",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T12:42:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "63662f2e75cb76fb62dcd22f31b95474d239e988",
          "body": "…s distilled, and ignore unknown sessions",
          "is_bot": false,
          "headline": "fix(distill): prevent queue clogging by unconditionally marking event…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T12:42:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fa2ae905e6346ed4032e6f17e22fdee708ab0522",
          "body": "…olds, and new providers",
          "is_bot": false,
          "headline": "docs: document configuration precedence, caching, distillation thresh…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T12:33:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c3fd8df8644ce8066d540fb564849d99ca500322",
          "body": null,
          "is_bot": false,
          "headline": "fix(dx): improve distillation error feedback and namespace error banner",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T12:31:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "294b7cdcc506e8397123d6cd30c3e152751a76c8",
          "body": null,
          "is_bot": false,
          "headline": "fix(config): reset provider-specific settings on provider change",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T12:27:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2443d508163239a62bd61b93214ab91f105a5450",
          "body": null,
          "is_bot": false,
          "headline": "feat: add first-class openrouter support and bump version to 0.5.12",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T12:12:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9fec6964afaa4b36378cc972cf14207d758a4b0a",
          "body": "…lve conflict in cmd/kill_windows.go",
          "is_bot": false,
          "headline": "Merge branch 'origin/claude/review-cli-cross-platform-aKTjr' and reso…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T11:56:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "78d76dd0107225dec5c7d41687ab26627fb36e10",
          "body": null,
          "is_bot": false,
          "headline": "Bump version to v0.5.11",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T11:43:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9adabd3349c91de1a0231818c37f5de2f9030efe",
          "body": "…, cross-project memory scoping, and interactive configuration safety",
          "is_bot": false,
          "headline": "Implement native Go distillation, silent unconfigured search handling…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T11:43:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "91dad5972968622aee985bf283afd4f88f7cbb91",
          "body": "…n checks",
          "is_bot": false,
          "headline": "feat(config): unify checkProviderModelCompat and add gemini validatio…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T11:29:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c26ac3f103f9f5f2347677157411835bc4ca3292",
          "body": "…ations",
          "is_bot": false,
          "headline": "fix(claude): remove duplicate forgememo hooks and mcp server configur…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T11:18:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "efa41f2cd31b4b41ba489ad7b393364f1c63ec52",
          "body": "…, and suppress redundant fallsbacks on tool calls",
          "is_bot": false,
          "headline": "fix(hook): resolve context7 duplication, wrap context in XML envelope…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T11:11:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4a7095f452575be24f5ac0a65341a79012a71e4f",
          "body": null,
          "is_bot": false,
          "headline": "remove claude compact-check hook and bump version to 0.5.9",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-07-01T01:58:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e62b3fe9152e78abb6abce45f6a9b7a6b7477e63",
          "body": "… to resolve CI hangs, and implement lazy memory",
          "is_bot": false,
          "headline": "fix: enforce Next.js in-handler auth, optimize Windows process checks…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-25T18:26:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d91699e8858598828fb27101f3b648b8da310c21",
          "body": "…eritHandles\n\nWhen go test spawns a test binary, the binary's stdout/stderr are connected\nto a pipe managed by the go test tool. Any process the test binary spawns\n(forge start → daemon) inherits the write end of that pipe. The daemon then\noutlives the test binary and keeps the pipe open, causing th\n[…]\nderr (the\nlog file) via STARTUPINFO, so daemon logging is unaffected.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01LXNNoGQfipgTftYkhBXA1F",
          "is_bot": false,
          "headline": "fix: prevent daemon from inheriting pipe handles on Windows via NoInh…",
          "author_name": "Claude",
          "author_login": "claude",
          "committed_at": "2026-06-25T05:40:24Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "4f9a02ecb291481c50455d8c594d63788f332a4c",
          "body": "1. Add permissions: contents: read to test-windows job for\n   least-privilege token scope (was falling back to repo defaults).\n\n2. In killProcess, re-validate PID identity before the proc.Kill()\n   fallback (taskkill may fail after the daemon exits and the PID is\n   reused), and return an error when\n[…]\nlse timeouts\n   when the PID is reused immediately after daemon exit.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01LXNNoGQfipgTftYkhBXA1F",
          "is_bot": false,
          "headline": "fix: address CodeRabbit review — permissions and PID reuse safety",
          "author_name": "Claude",
          "author_login": "claude",
          "committed_at": "2026-06-25T04:42:56Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "b45b94c68f148af38d25a8abffad5b6ffb737cf0",
          "body": "PowerShell's Tee-Object creates a pipe for go test stdout. Daemon\ngrandchildren spawned by integration tests (via `forge start`) inherit\nthe write end of this pipe through the process tree. When go test times\nout and exits, those daemons still hold the pipe open, blocking\nPowerShell's pipeline indef\n[…]\nting. Write-Host echoes the output so CI\nlogs retain full visibility.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01LXNNoGQfipgTftYkhBXA1F",
          "is_bot": false,
          "headline": "fix: avoid pipe inheritance hang in test-windows CI step",
          "author_name": "Claude",
          "author_login": "claude",
          "committed_at": "2026-06-25T04:38:39Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "a451087448030ed749f1ecc33e3b8e017fc480d2",
          "body": "1. Add waitOrTimeout() helper with 5s bound to prevent test cleanup from\n   hanging if killProcessTree fails to terminate the daemon process.\n\n2. Move t.Cleanup(stop) before waitForFile in TestBinary_DoubleStart and\n   TestBinary_RestartCycle so cleanup is registered even if readiness\n   wait fails \n[…]\nn unrelated\n   process tree if the PID was reused after a daemon crash.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01AwW6bjGowKjpnf3qBSduxY",
          "is_bot": false,
          "headline": "fix: address CodeRabbit review feedback on Windows CI fix",
          "author_name": "Claude",
          "author_login": "claude",
          "committed_at": "2026-06-25T03:23:49Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "3ff83b9dcf8ce6b4938169489a0ac41b578f189a",
          "body": "…ocesses\n\nThree root causes fixed:\n\n1. kill_windows.go: Use `taskkill /T /F /PID` to kill the entire process\n   tree instead of os.Process.Kill() which only kills the direct process,\n   leaving daemon grandchildren orphaned on Windows.\n\n2. integration_test.go: Add killProcessTree() helper for test c\n[…]\n  test failure. Real failures always have a tab-separated package name.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01AwW6bjGowKjpnf3qBSduxY",
          "is_bot": false,
          "headline": "fix: resolve Windows CI test-windows failures from orphaned daemon pr…",
          "author_name": "Claude",
          "author_login": "claude",
          "committed_at": "2026-06-25T02:50:33Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "ae3ccf03a415e94ffca7e03b5b92d051601a76f7",
          "body": null,
          "is_bot": false,
          "headline": "feat: P1-P3 relevance improvements, busy-timeout SQLite read-only fixes",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-22T00:27:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b911f6fd7fc794d056c8e9a7d4f1eb1333a0f7a",
          "body": null,
          "is_bot": false,
          "headline": "bump: version to 0.5.7",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T17:20:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bcbb01e4bb819f373200ed4d56b9172e0ec7b88f",
          "body": null,
          "is_bot": false,
          "headline": "chore: remove mastra node_modules from repository and ignore them",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T17:18:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "18fa7e720a394d9ed9fb9aeca51ed56b9391e758",
          "body": "…llers",
          "is_bot": false,
          "headline": "feat: self-healing MCP daemon recovery and auto-registration in insta…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T17:17:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "139ef9d36de2817d3aef6f26b1e47164549f09f0",
          "body": null,
          "is_bot": false,
          "headline": "docs: update README to map codebase architecture in ASCII",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T16:43:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d54998c4e2f4a3e7e3c0af216b9fb1b9665cae35",
          "body": null,
          "is_bot": false,
          "headline": "bump: version to 0.5.6",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T16:38:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6d187685400fb38be60ce2daaf650731bfd5229f",
          "body": "… compatibility",
          "is_bot": false,
          "headline": "fix: check HOME env var in pollAntigravityTranscript for Windows test…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T16:31:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a2012379681fe6d37ea984199d02dcc13f285bfd",
          "body": "…lity",
          "is_bot": false,
          "headline": "fix: check HOME env var in callAntigravity for Windows test compatibi…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T16:27:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d767f800339f002de01a693bc8f78933daf8762b",
          "body": null,
          "is_bot": false,
          "headline": "fix: resolve Windows CI failures in tests and daemon startup",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T16:23:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f1e78ec557dc07e4dc45e867150be11aa4370d40",
          "body": null,
          "is_bot": false,
          "headline": "docs: add repomix packing details to CLAUDE.md",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T16:06:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "885883554ed24283c7567fefe7da8afaa47fc995",
          "body": "…d bump version to 0.5.5",
          "is_bot": false,
          "headline": "feat: integrate antigravity provider, stabilize environment hooks, an…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-20T16:03:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d09154f3fb76e63c1770ea1894674e0e7c450d4f",
          "body": null,
          "is_bot": false,
          "headline": "bump version to 0.5.4",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-17T17:51:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "931af2ad7aac54927fb66a83fe088c7a7fcd63b3",
          "body": null,
          "is_bot": false,
          "headline": "ci: increase Windows unit tests timeout to 240s",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-17T15:47:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b5af40226804b4be516a4835b8c1895a2c413418",
          "body": null,
          "is_bot": false,
          "headline": "fix: remove json tags from unexported fields to fix go vet warning",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-17T15:41:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "af3ace3d75dad1debf426c09fab2be555756a0d4",
          "body": "… reloading, and parameter validation limits",
          "is_bot": false,
          "headline": "Implement reconfigure_provider MCP tool, daemon dynamic configuration…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-06-17T15:37:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4f119f387dbce08520a5b200aea6fb636fb69b82",
          "body": null,
          "is_bot": false,
          "headline": "feat: add NVIDIA as first-class provider and bump version to 0.5.3",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-29T18:11:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "29a774ebf2a258613da8c8902a619487f6991733",
          "body": null,
          "is_bot": false,
          "headline": "bump VERSION to 0.5.2",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-21T19:29:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "98a71efc6ba84d0f995c945becd00ff2fb247c92",
          "body": "… (v0.5.2)\n\n- Fix daemon endless loop: check for completed sessions directly instead\n  of raw event count (avoids spinning on orphaned unknown-session events)\n- Fix large session data loss: progressive chunking for sessions >100\n  events. Chunks of 50 are synthesized individually, then a master\n  sy\n[…]\nmetrics are\n  visible during troubleshooting\n- Export SummarizeEventPayload, ShortTS, CallLLM, ParsePrinciples from\n  distill package for use by the agent\n- Remove stale distillEventThreshold constant",
          "is_bot": false,
          "headline": "fix: daemon endless loop, large session data loss, subprocess logging…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-21T19:24:36Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b72190e4bc3dd6a6de156c75b7ca8935b1b6a17e",
          "body": "…ools",
          "is_bot": false,
          "headline": "docs: update README with distill agent, cross-session patterns, MCP t…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-21T18:43:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9465d282aad1f451fab7d9783ce9b4746888939f",
          "body": "- Add Go MCP client (internal/mcp/client.go) — spawns forge mcp as\n  subprocess, communicates via JSON-RPC 2.0 over stdio\n- Add distill-agent command — replaces direct function calls in daemon\n  with a subprocess that gathers context via forge MCP tools before\n  synthesizing sessions\n- Add SetSessio\n[…]\ndy knows\n- Wire into daemon loop — daemon spawns forge distill-agent per session\n  instead of calling SynthesizeCheckpoint directly\n- Daemon now tracks pass/fail only; the agent records its own health",
          "is_bot": false,
          "headline": "feat: distill-agent with context-aware synthesis via MCP (v0.5.1)",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-21T18:12:52Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "4a5b063aaf728cdebd5e783cc99d8a576cb55497",
          "body": "…(v0.5.0)\n\n- Replace noisy batch distill with session-aware distillation:\n  daemon now identifies completed sessions (Stop/SessionEnd events)\n  without checkpoints and synthesizes them individually, preserving\n  narrative context instead of grabbing 300 random events.\n- Mark events distilled after c\n[…]\nng in recall.\n- Add get_cross_session_patterns MCP tool and forge status display.\n- Add provider-model compatibility validation on forge config.\n- Bump to v0.5.0 (significant architectural evolution).",
          "is_bot": false,
          "headline": "feat: session-aware memory architecture with cross-session synthesis …",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-18T21:02:38Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "923b523ad34336dd5f3b249bfffb00a55990439d",
          "body": "…in tool payloads\n\n- extractStrings now scopes to tool_response only, skipping tool_input fields\n  (old_string, new_string, content) that carry file content being edited\n- extractCommandFamily reads command family directly from tool_input.command,\n  preserving accurate alert titles without scanning \n[…]\n\n\nFixes: forge noise where editing files containing \"error\" parameter names\ntriggered repeated_failure alerts with tool_error classification.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: prevent false-positive repeated_failure alerts from source code …",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-12T15:32:10Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "2647205c5c124cea36ed4c4edf37f56cf3fdfb0e",
          "body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: suppress forge hook stderr to eliminate UI noise; bump to v0.4.41",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-12T15:19:34Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "518c1726a1f26ee1a17d4116b818178d7cfb8c15",
          "body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Bump version to 0.4.40",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-07T19:52:50Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "a839b27211940ba6c5ac745114ae265cdd8b3748",
          "body": "…dabot alerts\n\npayment/go.mod listed chi v5.2.1, golang.org/x/crypto v0.37.0, stripe-go/v81\nv81.35.0 (non-existent version), and godotenv as requirements, but none are\nimported by the module's code. go mod tidy removes them all. This resolves the\n3 moderate Dependabot security alerts (GHSA for chi host-header injection and\ntwo golang.org/x/crypto vulns) since the packages are no longer in the\ndependency graph.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: remove phantom dependencies from payment module to resolve Depen…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-07T19:39:53Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "a0c7175a0247b901c71a60970dc9d41680a1a90b",
          "body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Bump version to 0.4.39",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-07T19:26:01Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "6b5a6648076f7f93bf19196979461d5cd6bfaabb",
          "body": "Three test files filling integration-level gaps that existing v0.4.38\nunit tests did not cover:\n\n- internal/distill/distill_baseurl_e2e_test.go: assert via httptest that\n  the actual HTTP request lands on /v1/chat/completions exactly,\n  regardless of whether --base-url ends in /v1, /, /v1/, or /v1//\n[…]\nthe network entirely.\n- cmd/version_sanity_test.go: catches \"tag pushed but VERSION not\n  bumped\" — only runs when HEAD is on an annotated tag.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Add regression tests for v0.4.38 fixes",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-07T19:20:24Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "a13735eda72fc26a841f64e2e7af0b98006f196e",
          "body": "…MCP noise; add validate/backoff/checksum\n\nOpenCode integration round, addressing 7 user-reported issues:\n\n1. Plugin no longer requires `$` shell helper (use child_process.spawn).\n2. forge config warns about env-vs-config drift at save time.\n3. --base-url no longer double-appends /v1 (normalizeOpenA\n[…]\n credentials by default; --no-validate opts out.\n6. Distillation backoff: 1m→2m→4m→8m→16m→30m on consecutive failures.\n7. Stale-hook detection uses realpath + SHA256 (no churn on equivalent binaries).",
          "is_bot": false,
          "headline": "v0.4.38: OpenCode compatibility — fix plugin shell helper, base URL, …",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-05-07T18:49:32Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "7a7fa65a1e1244884ac960d35ed7830a79dce72d",
          "body": "…vent DB pollution",
          "is_bot": false,
          "headline": "v0.4.37: filter Docker/CI build noise from forge event capture to pre…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T20:23:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "acd461b2ee5935b173642156b6ecebc40cb0a43e",
          "body": "…dboxed agents)",
          "is_bot": false,
          "headline": "v0.4.36: disable SessionStart inject-check hooks (noisy on remote/san…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T19:02:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b9fba7484b01b6ec9c04de7412b956ca96edb5db",
          "body": "…e principle injection",
          "is_bot": false,
          "headline": "v0.4.35: Dockerfile fixes, refactored modular cmd/ commands, proactiv…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T18:51:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "02d909910dff70f6f99fc772f5318d817752aeaa",
          "body": null,
          "is_bot": false,
          "headline": "Fix Dockerfile: run go mod tidy before build to generate go.sum",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T18:31:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6453036cd404b65046b252e94d840a3df20cd761",
          "body": null,
          "is_bot": false,
          "headline": "Restore payment server source and fix Dockerfile to build from source",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T18:28:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d063c478b24a19643a0f6f00be71d60198c2aa75",
          "body": null,
          "is_bot": false,
          "headline": "Fix Dockerfile: use pre-compiled binary instead of building",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T18:25:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ed5efdb4344fc9f71bea42673fe25f767d5628ce",
          "body": null,
          "is_bot": false,
          "headline": "Fix Dockerfile: remove cd payment (rootDir already set to payment)",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T18:22:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "642bd728f30c7282980aa29651080997109df182",
          "body": null,
          "is_bot": false,
          "headline": "Add Dockerfile for payment server",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T17:44:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "acf785a3d6a0aa1a512e6ab1decf14c3e674ebce",
          "body": null,
          "is_bot": false,
          "headline": "Bump version to 0.4.34",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T17:36:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6ee60dcdab7a2508451cb1bf9179e82b4cb99ce3",
          "body": null,
          "is_bot": false,
          "headline": "Refactor: split cli.go into modular command files",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T17:35:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "596f434de0f014c237c0b3f85404753a5be44d5d",
          "body": "…e/Gemini/Codex/OpenCode, inject_principles MCP tool, auto-inject on session start",
          "is_bot": false,
          "headline": "v0.4.33: proactive principle injection — SessionStart hooks for Claud…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T16:53:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ed7c827881de08da251d439817ac13f2b4f6e7b3",
          "body": "… add nvm to managed paths",
          "is_bot": false,
          "headline": "fix: doctor --repair restarts daemon, re-queue empty distill batches,…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-29T15:39:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5e35f346a2a6c3fc1693ec4fcc590044e801e098",
          "body": null,
          "is_bot": false,
          "headline": "Fix Claude hook recall output",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-28T22:58:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3f8b971dc5bf04c34d38e8db0bafb252382f42d1",
          "body": "Adds `forge compact-check` subcommand called by a new asyncRewake\nPostToolUse hook in Claude Code. After every tool use, the hook counts\nsession events in the Forgememo DB and exits with code 2 at every 30th\nevent, waking the Claude Code model and injecting a rewakeMessage that\ninstructs it to run /\n[…]\nn.go: dispatch compact-check to runCompactCheck\n- cmd/compact_check_test.go: 5 tests covering 0/29/30/isolation cases\n- Bump version to 0.4.29\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Add auto-compact at 30 tool uses via asyncRewake hook",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-18T20:47:10Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "e9367b1624b5b4505bca1ad47d1a9422414e00e3",
          "body": "Principles now carry an explicit outcome (success/failure/unknown) and\na lean implementation hint (≤120 chars) extracted by the distillation\nLLM. Injection format switches from verbose narrative to a tight\none-liner: \"Past success: title — exact pattern used.\" Stricter\ndistillation prompt rejects va\n[…]\n outcome\nor technique. Recall threshold lowered to 1.5 for impl_hint-bearing\nprinciples to surface concrete past implementations proactively.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Add outcome + impl_hint to principles for tighter memory injection",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-11T16:41:08Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "3fe4e5a1438840f99355f4fc375836adecf04813",
          "body": null,
          "is_bot": false,
          "headline": "Bump version to 0.4.27",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-10T01:02:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e29c14bedcdfa442dcbc41493d433a14d188fb89",
          "body": null,
          "is_bot": false,
          "headline": "Switch distillation to checkpoint triggers",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-10T00:59:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "63d9fa4bf2dc6b869b096511db3a4a3714e645de",
          "body": "- Add RecentActivePrinciples() DB method (active/NULL status only)\n- Cross-project recall scan now uses RecentActivePrinciples instead\n  of RecentPrinciples (which returns all statuses)\n- Global fallback in loadSessionRecallContext uses\n  RecentPrinciplesByProject(\"\") which already filters via activeOnly()\n- Two new tests prove conflicting principles are excluded from both\n  same-project recall and global fallback injection paths\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Never inject conflicting principles into Claude context",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-08T14:39:30Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "04ee5ba445e507d9d81b42523f5c4099275e51b6",
          "body": "Scan same-project principles/summaries first (50/20 cap) and exit\nearly when a high-confidence match is found, skipping the cross-project\nscan entirely. Cross-project scan capped at 100/80 (down from 250/250).\n\nDashboard: project_id now rendered via projectLabel() helper with a\nmonospace style and t\n[…]\ndentified.\n\nAlso: recall now surfaces same-project high-confidence matches, not\nonly cross-project ones — updated test to reflect new intent.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Optimize prompt recall scan; fix dashboard project name display",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-08T14:19:13Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "690044f312b33b601db292574c03c9523cc88c08",
          "body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Bump version to 0.4.26",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-08T07:10:25Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "c491ec35178f40f5835c78a6e5744e358883a333",
          "body": "Windows does not honour 0o600 — os.Stat reports 0666. Guard the\npermission assertion with runtime.GOOS != \"windows\".\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Fix TestSave_RoundTrip on Windows: skip Unix file permission check",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-08T07:08:03Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "6658236b6c625a064330eed2787c19d18f2771c2",
          "body": "Coverage gains: db 50→74%, config 24→77%, scanner 21→32%,\ndashboard 60→66%, mcp 59→62%.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Add test coverage across cmd, db, mcp, dashboard, scanner packages",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-08T07:04:50Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "9eb287b6176a06cde30e5bb3a56c05fbb0934144",
          "body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Bump version to 0.4.25",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-08T06:50:01Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "baca35beb089c8ed85a871bfc5b96267afd8dde1",
          "body": "…to high confidence\n\n- On first UserPromptSubmit of a session, load previous session summary\n  for the same project (request + learnings + next_steps) and inject it\n  as Forge Context so the agent resumes with full project context.\n- Prompt-matched principle/summary hints now only inject when score \n[…]\nresent in test env).\n- Add test coverage for config.Save, config.SetEnvFromFile, scanner\n  scanGemini dedup, loadHashes/saveHashes roundtrip.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "Inject last project session on new session start; gate dynamic hints …",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-08T06:49:38Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "f317bd1b8b4165fe8a3b0b1185ce230b6794ee9c",
          "body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "chore: bump version to v0.4.24",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-08T06:24:23Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "5845122592b474c1480fde82863c1e8522e28d2b",
          "body": "- #23: readonly DB gives clear error + chown fix hint; auto-chmod on open\n- #24b: distill --all no longer exits prematurely when LLM returns 0 principles\n- #24c: PostToolUse payloads now include tool_input/tool_response content (not just 200-char raw JSON)\n- #24d: forge start warns when shell env va\n[…]\nons auto-detect and repair stale hook binary paths after upgrade\n- fix: TestLoadConfigDefaults now clears FORGE_TIMEOUT to be env-independent\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: address issues #24, #23, #21, #13",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-08T06:20:58Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "42c7569b4375230ab3be07bd9d5628d702020fe5",
          "body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "chore: bump version to v0.4.23",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-07T16:08:41Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "99097f57697b66767e8a12fdf4ccf41c13e39641",
          "body": "Fix a TOCTOU race in acquireDistillLock where a goroutine could read an\nempty lock file (PID not yet written) as stale, remove it, and acquire a\nsecond lock — causing concurrent distillation. Fix uses a process-level\nsync.Mutex fast path (TryLock) to reject same-process concurrency before\ntouching t\n[…]\nams per tool\n- New forge agent-guide command outputs copy-pasteable CLAUDE.md block\n- --help gains Agent setup section with 5-step onboarding\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: resolve distill lock race + improve agent-facing docs",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-07T16:04:18Z",
          "body_truncated": true,
          "is_coding_agent": true
        },
        {
          "oid": "b42535f8fc378be8d00d1b10c6f2418bb8c04c12",
          "body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "chore: bump version to v0.4.22",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-06T21:36:11Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "3ec023ab4520839ee0035c5b7191825f45d8c418",
          "body": "…rver\n\nWithout a delay, goroutine 1 could complete its entire distillation before\ngoroutine 2 called acquireDistillLock, causing a legitimate second LLM call.\nAdding a 300ms server delay ensures goroutine 1 holds the lock when goroutine 2\ntries to acquire it, making the concurrency guard observable.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: make NoDuplicateDistillation test deterministic with slow LLM se…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-06T21:23:17Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "90e6b89632f8acb00dd7e3e3f02cc3eb688cb103",
          "body": "Windows always returns 0666; the 0600 check is only meaningful on POSIX.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: skip file-permission test on Windows (no Unix permission bits)",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-06T21:18:47Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "ac79042bbf31d54d958601d64ed72915f953540a",
          "body": "- repair_test.go: skip plist tests on non-darwin (Linux tried to read\n  systemd unit instead of plist, causing false failures)\n- cli.go: swap defer order in runDistill() so lock.Close() runs before\n  cleanDistillLock() — Windows cannot delete an open file\n- distill_flags_test.go: replace strings.LastIndex(lockPath, \"/\") with\n  filepath.Dir() to handle Windows backslash paths; add filepath import\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: resolve Linux and Windows CI test failures",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-06T21:13:18Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "ec3f5ecc8253b88655c5c3e9c28ea1342b3b8154",
          "body": "repairServiceIfNeeded() is a no-op on Windows; skip the two tests that\nexpect plist-based repair behavior so Windows CI passes.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: skip plist repair tests on Windows (v0.4.21)",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-06T20:51:58Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "a3a1a506d9775f123a36eb8ba13915baa6cc9fb7",
          "body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: add missing exa.go required by retrieve worker/planner (v0.4.21)",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-06T20:49:57Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "1a368435f683a48f0afcde826e67983dd17b9d89",
          "body": "Stage db/principles/distill/retrieve/dashboard changes that were already\nlocally modified but omitted from the previous commit, causing CI build\nfailure (InsertPrinciple signature mismatch).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "fix: include in-progress internal changes needed for build (v0.4.21)",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-06T20:48:18Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "50ac7733f5bbc1bf6d8553bfa90e81c9149fdf6c",
          "body": "…v0.4.21)\n\n- Auto-repair launchd/systemd plist path on forge start when binary moves\n- Atomic forge.addr write via temp-file rename (prevents partial reads)\n- forge distill --all drains full backlog; --wait queues behind running distill\n- Detect duplicate forge binaries in PATH at init and doctor; r\n[…]\n installs\n- Version-aware npm setup: skip same version, abort on downgrade, warn on PATH conflicts\n- 40+ new tests covering all new behaviour\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
          "is_bot": false,
          "headline": "feat: daemon reliability, duplicate binary detection, distill drain (…",
          "author_name": "jimkali",
          "author_login": "KalinovJim",
          "committed_at": "2026-04-06T20:45:06Z",
          "body_truncated": true,
          "is_coding_agent": true
        }
      ],
      "releases_count": 75,
      "commits_last_year": 177,
      "latest_release_at": "2026-07-18T15:01:46Z",
      "latest_release_tag": "v0.7.2",
      "releases_from_tags": false,
      "days_since_last_push": 5,
      "active_weeks_last_year": 14,
      "days_since_latest_release": 5,
      "mean_days_between_releases": 1.9
    },
    "community": {
      "has_readme": true,
      "has_license": false,
      "has_description": false,
      "has_contributing": false,
      "health_percentage": 14,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "forgememo-cli",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "ai",
            "claude",
            "memory",
            "mcp",
            "cli",
            "agent"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/forgememo-cli",
          "is_deprecated": false,
          "latest_version": "0.7.2",
          "repository_url": "https://github.com/intelogroup/forgememory-cli",
          "versions_count": 60,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 3843,
          "first_published_at": "2026-04-03T20:33:12.653000Z",
          "latest_published_at": "2026-07-18T15:01:47.942000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 5
        }
      ]
    },
    "popularity": {
      "forks": 0,
      "stars": 1,
      "watchers": 0,
      "fork_history": {
        "days": [],
        "complete": true,
        "collected": 0,
        "total_forks": 0
      },
      "star_history": null,
      "open_issues_and_prs": 20
    },
    "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": [
        "mastra/tsconfig.json"
      ],
      "toolchain_manifests": [
        "go.mod"
      ],
      "largest_source_bytes": 60935,
      "source_files_sampled": 125,
      "oversized_source_files": 1,
      "agent_instruction_files": [
        "CLAUDE.md"
      ],
      "agent_instruction_max_bytes": 2729
    },
    "dependencies": {
      "manifests": [
        "go.mod",
        "mastra/package.json",
        "npm/package.json"
      ],
      "advisories": {
        "error": null,
        "scope": "repository_graph",
        "source": "osv",
        "findings": [
          {
            "name": "uuid",
            "direct": true,
            "version": "9.0.1",
            "severity": "high",
            "ecosystem": "npm",
            "cvss_score": 7.5,
            "advisory_ids": [
              "GHSA-w5hq-g745-h8pq"
            ],
            "fixed_version": "13.0.1",
            "advisory_count": 1,
            "oldest_advisory_days": 92
          },
          {
            "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": 2
          },
          {
            "name": "js-yaml",
            "direct": false,
            "version": "3.14.2",
            "severity": "high",
            "ecosystem": "npm",
            "cvss_score": 7.5,
            "advisory_ids": [
              "GHSA-52cp-r559-cp3m",
              "GHSA-h67p-54hq-rp68"
            ],
            "fixed_version": "4.3.0",
            "advisory_count": 2,
            "oldest_advisory_days": 38
          },
          {
            "name": "@ai-sdk/provider-utils",
            "direct": false,
            "version": "2.2.8",
            "severity": "moderate",
            "ecosystem": "npm",
            "cvss_score": 4.3,
            "advisory_ids": [
              "GHSA-866g-f22w-33x8"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 66
          },
          {
            "name": "@ai-sdk/provider-utils",
            "direct": false,
            "version": "3.0.25",
            "severity": "moderate",
            "ecosystem": "npm",
            "cvss_score": 4.3,
            "advisory_ids": [
              "GHSA-866g-f22w-33x8"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 66
          },
          {
            "name": "@ai-sdk/provider-utils",
            "direct": false,
            "version": "3.0.27",
            "severity": "moderate",
            "ecosystem": "npm",
            "cvss_score": 4.3,
            "advisory_ids": [
              "GHSA-866g-f22w-33x8"
            ],
            "fixed_version": null,
            "advisory_count": 1,
            "oldest_advisory_days": 66
          },
          {
            "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": 2
          },
          {
            "name": "hono",
            "direct": false,
            "version": "4.12.25",
            "severity": "moderate",
            "ecosystem": "npm",
            "cvss_score": 6.5,
            "advisory_ids": [
              "GHSA-hvrm-45r6-mjfj",
              "GHSA-w62v-xxxg-mg59",
              "GHSA-xgm2-5f3f-mvvc"
            ],
            "fixed_version": "4.12.27",
            "advisory_count": 3,
            "oldest_advisory_days": 2
          },
          {
            "name": "golang.org/x/sys",
            "direct": false,
            "version": "v0.42.0",
            "severity": "unknown",
            "ecosystem": "go",
            "cvss_score": null,
            "advisory_ids": [
              "GO-2026-5024"
            ],
            "fixed_version": "0.44.0",
            "advisory_count": 1,
            "oldest_advisory_days": 62
          }
        ],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {
          "high": 3,
          "unknown": 1,
          "moderate": 5
        },
        "advisory_count": 13,
        "affected_count": 9,
        "assessed_count": 315,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 0,
        "direct_affected_count": 1
      },
      "ecosystems": [
        "go",
        "npm"
      ],
      "dependencies": [
        {
          "name": "github.com/google/uuid",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.6.0"
        },
        {
          "name": "modernc.org/sqlite",
          "manifest": "go.mod",
          "ecosystem": "go",
          "version_constraint": "v1.48.0"
        },
        {
          "name": "@mastra/core",
          "manifest": "mastra/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.41.0"
        },
        {
          "name": "@ai-sdk/openai",
          "manifest": "mastra/package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.0.0"
        },
        {
          "name": "@ai-sdk/anthropic",
          "manifest": "mastra/package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.0.0"
        },
        {
          "name": "ollama-ai-provider",
          "manifest": "mastra/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.0.0"
        },
        {
          "name": "better-sqlite3",
          "manifest": "mastra/package.json",
          "ecosystem": "npm",
          "version_constraint": "^11.0.0"
        },
        {
          "name": "zod",
          "manifest": "mastra/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.22.0"
        },
        {
          "name": "uuid",
          "manifest": "mastra/package.json",
          "ecosystem": "npm",
          "version_constraint": "^9.0.0"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "github.com/google/uuid",
            "direct": true,
            "version": "v1.6.0",
            "ecosystem": "go"
          },
          {
            "name": "modernc.org/sqlite",
            "direct": true,
            "version": "v1.48.0",
            "ecosystem": "go"
          },
          {
            "name": "@ai-sdk/anthropic",
            "direct": true,
            "version": "2.0.83",
            "ecosystem": "npm"
          },
          {
            "name": "@ai-sdk/openai",
            "direct": true,
            "version": "2.0.108",
            "ecosystem": "npm"
          },
          {
            "name": "@mastra/core",
            "direct": true,
            "version": "1.43.0",
            "ecosystem": "npm"
          },
          {
            "name": "better-sqlite3",
            "direct": true,
            "version": "11.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "ollama-ai-provider",
            "direct": true,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "uuid",
            "direct": true,
            "version": "11.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "uuid",
            "direct": true,
            "version": "9.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "zod",
            "direct": true,
            "version": "3.25.76",
            "ecosystem": "npm"
          },
          {
            "name": "zod",
            "direct": true,
            "version": "4.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "github.com/danieljoos/wincred",
            "direct": false,
            "version": "v1.2.3",
            "ecosystem": "go"
          },
          {
            "name": "github.com/dustin/go-humanize",
            "direct": false,
            "version": "v1.0.1",
            "ecosystem": "go"
          },
          {
            "name": "github.com/godbus/dbus/v5",
            "direct": false,
            "version": "v5.2.2",
            "ecosystem": "go"
          },
          {
            "name": "github.com/mattn/go-isatty",
            "direct": false,
            "version": "v0.0.20",
            "ecosystem": "go"
          },
          {
            "name": "github.com/ncruces/go-strftime",
            "direct": false,
            "version": "v1.0.0",
            "ecosystem": "go"
          },
          {
            "name": "github.com/remyoudompheng/bigfft",
            "direct": false,
            "version": "v0.0.0-20230129092748-24d4a6f8daec",
            "ecosystem": "go"
          },
          {
            "name": "github.com/zalando/go-keyring",
            "direct": false,
            "version": "v0.2.8",
            "ecosystem": "go"
          },
          {
            "name": "golang.org/x/sys",
            "direct": false,
            "version": "v0.42.0",
            "ecosystem": "go"
          },
          {
            "name": "modernc.org/libc",
            "direct": false,
            "version": "v1.70.0",
            "ecosystem": "go"
          },
          {
            "name": "modernc.org/mathutil",
            "direct": false,
            "version": "v1.7.1",
            "ecosystem": "go"
          },
          {
            "name": "modernc.org/memory",
            "direct": false,
            "version": "v1.11.0",
            "ecosystem": "go"
          },
          {
            "name": "@a2a-js/sdk",
            "direct": false,
            "version": "0.3.13",
            "ecosystem": "npm"
          },
          {
            "name": "@ai-sdk/provider",
            "direct": false,
            "version": "1.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "@ai-sdk/provider",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@ai-sdk/provider",
            "direct": false,
            "version": "3.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "@ai-sdk/provider-utils",
            "direct": false,
            "version": "2.2.8",
            "ecosystem": "npm"
          },
          {
            "name": "@ai-sdk/provider-utils",
            "direct": false,
            "version": "3.0.25",
            "ecosystem": "npm"
          },
          {
            "name": "@ai-sdk/provider-utils",
            "direct": false,
            "version": "3.0.27",
            "ecosystem": "npm"
          },
          {
            "name": "@ai-sdk/provider-utils",
            "direct": false,
            "version": "4.0.27",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/aix-ppc64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/android-arm",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/android-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/android-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/darwin-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/darwin-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/freebsd-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/freebsd-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-arm",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-ia32",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-loong64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-mips64el",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-ppc64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-riscv64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-s390x",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/netbsd-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/netbsd-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/openbsd-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/openbsd-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/openharmony-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/sunos-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/win32-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/win32-ia32",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/win32-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@hono/node-server",
            "direct": false,
            "version": "1.19.14",
            "ecosystem": "npm"
          },
          {
            "name": "@isaacs/ttlcache",
            "direct": false,
            "version": "2.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@lukeed/csprng",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@lukeed/uuid",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@mastra/schema-compat",
            "direct": false,
            "version": "1.2.13",
            "ecosystem": "npm"
          },
          {
            "name": "@modelcontextprotocol/sdk",
            "direct": false,
            "version": "1.29.0",
            "ecosystem": "npm"
          },
          {
            "name": "@posthog/core",
            "direct": false,
            "version": "1.35.1",
            "ecosystem": "npm"
          },
          {
            "name": "@posthog/types",
            "direct": false,
            "version": "1.390.0",
            "ecosystem": "npm"
          },
          {
            "name": "@sec-ant/readable-stream",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@sindresorhus/merge-streams",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@sindresorhus/slugify",
            "direct": false,
            "version": "2.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "@sindresorhus/transliterate",
            "direct": false,
            "version": "1.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "@standard-schema/spec",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/better-sqlite3",
            "direct": false,
            "version": "7.6.13",
            "ecosystem": "npm"
          },
          {
            "name": "@types/debug",
            "direct": false,
            "version": "4.1.13",
            "ecosystem": "npm"
          },
          {
            "name": "@types/mdast",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/ms",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "20.19.43",
            "ecosystem": "npm"
          },
          {
            "name": "@types/unist",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/uuid",
            "direct": false,
            "version": "9.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "@workflow/serde",
            "direct": false,
            "version": "4.1.0-beta.2",
            "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": "argparse",
            "direct": false,
            "version": "1.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "bail",
            "direct": false,
            "version": "2.0.2",
            "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.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "buffer",
            "direct": false,
            "version": "5.7.1",
            "ecosystem": "npm"
          },
          {
            "name": "bytes",
            "direct": false,
            "version": "3.1.2",
            "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": "ccount",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "character-entities",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "chat",
            "direct": false,
            "version": "4.31.0",
            "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": "croner",
            "direct": false,
            "version": "10.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "cross-spawn",
            "direct": false,
            "version": "7.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "4.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "decode-named-character-reference",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "decompress-response",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "deep-extend",
            "direct": false,
            "version": "0.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "depd",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "dequal",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "detect-libc",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "devlop",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "dotenv",
            "direct": false,
            "version": "17.4.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-object-atoms",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "esbuild",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "escape-html",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "escape-string-regexp",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "esprima",
            "direct": false,
            "version": "4.0.1",
            "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.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "execa",
            "direct": false,
            "version": "9.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "expand-template",
            "direct": false,
            "version": "2.0.3",
            "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": "extend",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "extend-shallow",
            "direct": false,
            "version": "2.0.1",
            "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": "fastq",
            "direct": false,
            "version": "1.20.1",
            "ecosystem": "npm"
          },
          {
            "name": "figures",
            "direct": false,
            "version": "6.1.0",
            "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.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": "get-stream",
            "direct": false,
            "version": "9.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": "gray-matter",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "has-symbols",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "hasown",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "hono",
            "direct": false,
            "version": "4.12.25",
            "ecosystem": "npm"
          },
          {
            "name": "http-errors",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "human-signals",
            "direct": false,
            "version": "8.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": "ignore",
            "direct": false,
            "version": "7.0.5",
            "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-extendable",
            "direct": false,
            "version": "0.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-network-error",
            "direct": false,
            "version": "1.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-plain-obj",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-promise",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-stream",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-unicode-supported",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "isexe",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "jose",
            "direct": false,
            "version": "6.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "jpeg-js",
            "direct": false,
            "version": "0.4.4",
            "ecosystem": "npm"
          },
          {
            "name": "js-yaml",
            "direct": false,
            "version": "3.14.2",
            "ecosystem": "npm"
          },
          {
            "name": "json-schema",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "json-schema-to-zod",
            "direct": false,
            "version": "2.8.1",
            "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": "kind-of",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "longest-streak",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "11.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "markdown-table",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "math-intrinsics",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-find-and-replace",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-from-markdown",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-gfm",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-gfm-autolink-literal",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-gfm-footnote",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-gfm-strikethrough",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-gfm-table",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-gfm-task-list-item",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-phrasing",
            "direct": false,
            "version": "4.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-to-markdown",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "mdast-util-to-string",
            "direct": false,
            "version": "4.0.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": "micromark",
            "direct": false,
            "version": "4.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-core-commonmark",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-extension-gfm",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-extension-gfm-autolink-literal",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-extension-gfm-footnote",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-extension-gfm-strikethrough",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-extension-gfm-table",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-extension-gfm-tagfilter",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-extension-gfm-task-list-item",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-factory-destination",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-factory-label",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-factory-space",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-factory-title",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-factory-whitespace",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-character",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-chunked",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-classify-character",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-combine-extensions",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-decode-numeric-character-reference",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-decode-string",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-encode",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-html-tag-name",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-normalize-identifier",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-resolve-all",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-sanitize-uri",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-subtokenize",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-symbol",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromark-util-types",
            "direct": false,
            "version": "2.0.2",
            "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": "npm-run-path",
            "direct": false,
            "version": "6.0.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": "p-map",
            "direct": false,
            "version": "7.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "p-retry",
            "direct": false,
            "version": "7.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "parse-ms",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "parseurl",
            "direct": false,
            "version": "1.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "partial-json",
            "direct": false,
            "version": "0.1.7",
            "ecosystem": "npm"
          },
          {
            "name": "path-key",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-key",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "path-to-regexp",
            "direct": false,
            "version": "8.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "pkce-challenge",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "posthog-node",
            "direct": false,
            "version": "5.38.0",
            "ecosystem": "npm"
          },
          {
            "name": "prebuild-install",
            "direct": false,
            "version": "7.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "pretty-ms",
            "direct": false,
            "version": "9.3.0",
            "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": "remark-gfm",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "remark-parse",
            "direct": false,
            "version": "11.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "remark-stringify",
            "direct": false,
            "version": "11.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "remend",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "require-from-string",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "reusify",
            "direct": false,
            "version": "1.1.0",
            "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": "section-matter",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "secure-json-parse",
            "direct": false,
            "version": "2.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "7.8.4",
            "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.1",
            "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": "signal-exit",
            "direct": false,
            "version": "4.1.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": "sprintf-js",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "statuses",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "string_decoder",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-bom-string",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-final-newline",
            "direct": false,
            "version": "4.0.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": "toidentifier",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "tokenx",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "trough",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "tsx",
            "direct": false,
            "version": "4.22.4",
            "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": "unicorn-magic",
            "direct": false,
            "version": "0.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "unified",
            "direct": false,
            "version": "11.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "unist-util-is",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "unist-util-stringify-position",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "unist-util-visit",
            "direct": false,
            "version": "5.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "unist-util-visit-parents",
            "direct": false,
            "version": "6.0.2",
            "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": "vfile",
            "direct": false,
            "version": "6.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "vfile-message",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "which",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "wrappy",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "ws",
            "direct": false,
            "version": "8.21.0",
            "ecosystem": "npm"
          },
          {
            "name": "xxhash-wasm",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "yoctocolors",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "zod-from-json-schema",
            "direct": false,
            "version": "0.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "zod-from-json-schema",
            "direct": false,
            "version": "0.5.3",
            "ecosystem": "npm"
          },
          {
            "name": "zod-to-json-schema",
            "direct": false,
            "version": "3.25.2",
            "ecosystem": "npm"
          },
          {
            "name": "zwitch",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 315,
        "direct_count": 11,
        "indirect_count": 304
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 1,
        "merged_prs": 8,
        "open_issues": 19,
        "closed_ratio": 0.321,
        "closed_issues": 9,
        "closed_unmerged_prs": 0
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "KalinovJim",
          "commits": 165,
          "avatar_url": "https://avatars.githubusercontent.com/u/189157289?v=4"
        },
        {
          "type": "User",
          "login": "claude",
          "commits": 6,
          "avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
        },
        {
          "type": "User",
          "login": "intelogroup",
          "commits": 6,
          "avatar_url": "https://avatars.githubusercontent.com/u/64654010?v=4"
        }
      ],
      "contributors_sampled": 3,
      "top_contributor_share": 0.932
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.yml",
        "release.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [],
      "has_editorconfig": false,
      "has_linter_config": false,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "go.sum",
        "package-lock.json"
      ],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 9,
            "reason": "binaries present in source code",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": 0,
            "reason": "branch protection not enabled on development/release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 0,
            "reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
            "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": 3,
            "reason": "project has 1 contributing companies or organizations -- score normalized to 3",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "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": 0,
            "reason": "license file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 10,
            "reason": "30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": 10,
            "reason": "packaging workflow detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": 0,
            "reason": "Project has not signed or included provenance with any releases.",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 0,
            "reason": "11 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "efd3d2f5eba6feb7c2df9624b8206e465bb3c81a",
        "ran_at": "2026-07-23T22:47:41Z",
        "aggregate_score": 2.9,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-23T22:12:49Z",
      "oldest_open_prs": [
        {
          "number": 27,
          "created_at": "2026-06-20T17:18:41Z",
          "last_comment_at": "2026-06-20T17:19:00Z",
          "last_comment_author": "socket-security"
        }
      ],
      "last_merged_pr_at": "2026-07-01T21:09:29Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 6,
          "created_at": "2026-04-03T15:11:42Z",
          "last_comment_at": "2026-04-03T16:14:01Z",
          "last_comment_author": "intelogroup"
        },
        {
          "number": 7,
          "created_at": "2026-04-03T16:12:49Z",
          "last_comment_at": "2026-04-03T16:13:44Z",
          "last_comment_author": "intelogroup"
        },
        {
          "number": 8,
          "created_at": "2026-04-03T16:44:27Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 9,
          "created_at": "2026-04-03T16:46:32Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 12,
          "created_at": "2026-04-03T17:34:03Z",
          "last_comment_at": "2026-04-03T17:35:56Z",
          "last_comment_author": "KalinovJim"
        },
        {
          "number": 13,
          "created_at": "2026-04-03T18:28:26Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 14,
          "created_at": "2026-04-03T20:55:44Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 16,
          "created_at": "2026-04-03T22:15:48Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 20,
          "created_at": "2026-04-05T18:39:42Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 21,
          "created_at": "2026-04-05T18:39:53Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 22,
          "created_at": "2026-04-05T18:40:03Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 23,
          "created_at": "2026-04-08T04:06:23Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 24,
          "created_at": "2026-04-08T05:53:46Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 25,
          "created_at": "2026-05-14T21:35:02Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 26,
          "created_at": "2026-05-19T12:07:49Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 29,
          "created_at": "2026-07-01T11:34:35Z",
          "last_comment_at": "2026-07-01T11:54:58Z",
          "last_comment_author": "intelogroup"
        },
        {
          "number": 31,
          "created_at": "2026-07-01T12:29:27Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 36,
          "created_at": "2026-07-10T18:03:49Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 37,
          "created_at": "2026-07-19T17:20:51Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/intelogroup/forgememory-cli",
    "host": "github.com",
    "name": "forgememory-cli",
    "owner": "intelogroup"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 51,
      "inputs": {
        "security": 36,
        "vitality": 80,
        "community": 24,
        "governance": 50,
        "engineering": 55
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 80,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "good",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 74,
            "inputs": {
              "commits_last_year": 177,
              "human_commit_share": 1,
              "days_since_last_push": 5,
              "active_weeks_last_year": 14
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 5 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 5
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "14/52 weeks with commits",
                "points": 9.7,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 14
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "177 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 177
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "name": "Release discipline",
            "note": null,
            "notes": [],
            "value": 90,
            "inputs": {
              "releases_count": 75,
              "latest_release_tag": "v0.7.2",
              "releases_from_tags": false,
              "days_since_latest_release": 5,
              "mean_days_between_releases": 1.9
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "75 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 75
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 5 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 5
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~1.9 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 1.9
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "Project has not signed or included provenance with any releases.",
                "points": 0,
                "status": "missed",
                "details": [],
                "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": "critical",
        "name": "Community & Adoption",
        "value": 24,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "critical",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 1,
            "inputs": {
              "forks": 0,
              "stars": 1,
              "watchers": 0,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "1 stars",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "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": "critical",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 25,
            "inputs": {
              "has_readme": true,
              "has_license": false,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "no license file detected",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "license_absent",
                    "params": {}
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "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": 0,
                "status": "missed",
                "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": 60,
            "inputs": {
              "packages": [
                "forgememo-cli"
              ],
              "dependents": null,
              "ecosystems": "npm",
              "total_downloads": null,
              "monthly_downloads": 3843
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "3,843 downloads/month across npm",
                "points": 47.8,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 3843,
                      "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": "moderate",
        "name": "Sustainability & Governance",
        "value": 50,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "critical",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 18,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 3,
              "top_contributor_share": 0.932
            },
            "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 93% of commits",
                "points": 1.5,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 93
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "3 contributors",
                "points": 4.1,
                "status": "partial",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 1 contributing companies or organizations -- score normalized to 3",
                "points": 3,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "moderate",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 53,
            "inputs": {
              "merged_prs": 8,
              "open_issues": 19,
              "closed_issues": 9,
              "issue_closed_ratio": 0.321,
              "closed_unmerged_prs": 0
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "32% of issues closed",
                "points": 15,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 32
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "8/8 decided PRs merged",
                "points": 38.2,
                "status": "met",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 8,
                      "decided": 8
                    }
                  }
                ],
                "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": 46,
            "inputs": {
              "followers": 2,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "intelogroup",
              "public_repos": 40,
              "account_age_days": 2274
            },
            "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": "2 followers of intelogroup",
                "points": 3.4,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 2,
                      "login": "intelogroup"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "40 public repos, account ~6 yr old",
                "points": 23.7,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 40
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 6
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "forgememo-cli"
              ],
              "ecosystems": "npm",
              "any_deprecated": false,
              "min_days_since_publish": 5
            },
            "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 5 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 5
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "60 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 60
                    }
                  }
                ],
                "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": "moderate",
        "name": "Engineering Quality",
        "value": 55,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "at_risk",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 48,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": false,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "2 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 65,
            "inputs": {
              "topics": [],
              "has_wiki": true,
              "homepage": null,
              "has_readme": true,
              "has_docs_dir": true,
              "has_description": false
            },
            "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": 0,
                "status": "missed",
                "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": 36,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "critical",
            "name": "Security posture",
            "note": null,
            "notes": [],
            "value": 29,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 18,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 0,
              "scorecard_aggregate": 2.9
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "binaries present in source code",
                "points": 6.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "branch protection not enabled on development/release branches",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "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 1 contributing companies or organizations -- score normalized to 3",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "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 not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow detected",
                "points": 5,
                "status": "met",
                "details": [],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "Project has not signed or included provenance with any releases.",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "11 existing vulnerabilities detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "moderate",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 315 resolved dependencies against OSV. 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"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_repository",
                "params": {
                  "assessed": 315
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 64,
            "inputs": {
              "source": "osv",
              "advisories": 13,
              "affected_packages": 9,
              "assessed_packages": 315,
              "unassessed_packages": 0,
              "affected_by_severity": "high 3, moderate 5, unknown 1",
              "direct_affected_packages": 1
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "1 affected: uuid 9.0.1 (high 7.5)",
                "points": 14,
                "status": "partial",
                "details": [
                  {
                    "code": "advisories_affected",
                    "params": {
                      "count": 1,
                      "packages": "uuid 9.0.1 (high 7.5)"
                    }
                  }
                ],
                "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": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 92 days ago",
                "points": 33.7,
                "status": "partial",
                "details": [
                  {
                    "code": "advisories_stale",
                    "params": {
                      "days": 90,
                      "count": 1,
                      "oldest": 92
                    }
                  }
                ],
                "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": 315,
              "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
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 2
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "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": "good",
        "name": "AI Readiness",
        "value": 78,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "good",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 84,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.74,
              "agent_instruction_files": [
                "CLAUDE.md"
              ],
              "agent_instruction_max_bytes": 2729
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "CLAUDE.md",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "CLAUDE.md"
                    }
                  }
                ],
                "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": "74 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 39.5,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 74,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "good",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 71,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "go.sum",
                "package-lock.json"
              ],
              "has_dockerfile": false,
              "typed_language": false,
              "bootstrap_files": [
                "Makefile"
              ],
              "has_devcontainer": false,
              "has_linter_config": false,
              "typecheck_configs": [
                "mastra/tsconfig.json"
              ],
              "agent_commit_share": 0.33,
              "toolchain_manifests": [
                "go.mod"
              ],
              "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": "mastra/tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "mastra/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": "33 of the last 100 commits agent-authored or agent-credited",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "agent_authored_commits",
                    "params": {
                      "count": 33,
                      "sampled": 100
                    }
                  }
                ],
                "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": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "good",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 82,
            "inputs": {
              "primary_language": "HTML",
              "largest_source_bytes": 60935,
              "source_files_sampled": 125,
              "oversized_source_files": 1
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "HTML with type-check config (mastra/tsconfig.json)",
                "points": 27,
                "status": "partial",
                "details": [
                  {
                    "code": "typecheck_config_language",
                    "params": {
                      "files": "mastra/tsconfig.json",
                      "language": "HTML"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "1/125 source files over 60KB",
                "points": 54.6,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 125,
                      "oversized": 1
                    }
                  }
                ],
                "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": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "Could not fetch go package 'github.com/forge/forge' from its registry",
    "Could not fetch npm package 'forge-mastra' from its registry"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-23T22:47:52.370422Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/intelogroup/forgememory-cli.svg",
  "full_name": "intelogroup/forgememory-cli",
  "license_state": "absent",
  "license_spdx": null
}

Las puntuaciones son señales, no garantías. Reflejan prácticas públicamente visibles en GitHub; no son una auditoría de código ni una garantía de seguridad.

Los datos ausentes se excluyen y los pesos se renormalizan; nunca se puntúan como cero. La metodología es versionada y abierta: métricas v1.13.0, esquema v0.27.0 — metodología completa · wiki de métricas.

Cómo se sitúa un resultado dentro del registro general: estadísticas agregadasnpm.