Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"ai-agents",
"golang",
"mcp",
"mcp-server",
"ollama",
"pgvector",
"semantic-search"
],
"is_fork": false,
"size_kb": 214,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 338630,
"Shell": 2911,
"PLpgSQL": 1023,
"Makefile": 1005,
"Dockerfile": 315
},
"pushed_at": "2026-07-18T15:26:51Z",
"created_at": "2026-03-03T20:38:21Z",
"owner_type": "Organization",
"updated_at": "2026-07-18T15:26:58Z",
"description": "Self-hosted semantic memory server for AI agents. Postgres + pgvector + Ollama. MCP protocol.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "www.emsero.com",
"name": "EMSERO",
"type": "Organization",
"login": "EMSERO",
"company": null,
"location": "United States of America",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/218195079?v=4",
"created_at": "2025-06-27T05:23:21Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 391
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-07-16T19:17:31Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-16T18:40:05Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-05-30T22:49:03Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-03-29T21:48:30Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-03-29T18:43:43Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-25T06:31:16Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-12T23:07:11Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-10T19:17:35Z"
}
],
"recent_commits": [
{
"oid": "b22b907613143b627db9aa4c44a022333e29fbe3",
"body": "…tore owner\n\nThe gate is a generic \"is this worth remembering?\" classifier with no notion\nof whose store it guards, so it filtered the owner's own data (secondary email\naccounts, personal/family/financial facts) as low-value third-party noise.\n\nAdd value_gate.user_context: trusted operator text (ide\n[…]\nund: with\ncontext configured, email context no longer needs a blanket gate bypass.\nDefault empty (no behavior change for existing deployments).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(value-gate): user_context so the gate judges relevance for the s…",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-07-18T15:26:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bbadd8afc5f547d7f3622f5adbac46a1d5b8afd9",
"body": "…he gate\n\nThe value gate is an LLM classifier that only knows the primary user, so it\nfilters a multi-account user's other mailboxes as low-value \"third-party\"\ndata — exactly the entries an email-context pipeline most wants to keep.\n\nAdd value_gate.bypass_tags: an entry carrying any configured tag\n(\n[…]\n`prune`\ncommand, so a prune run can never delete bypass-tagged entries. Default is\nempty (opt-in); no behavior change for existing deployments.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(value-gate): tag-based bypass so operator-vouched entries skip t…",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-07-18T05:11:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f0a71817e1e20a5a22957ea6240c85176c66ab0a",
"body": "…(#10)\n\nLong entries (old GopherClaw reasoning transcripts, ~16KB+) exceed\nnomic-embed-text's context; Ollama returns HTTP 500 (\"input length\nexceeds the context length\"), the pool retries to exhaustion, and every\nrequeue sweep re-drops them — ~1300 entries were permanently stranded\nwithout embeddin\n[…]\nt at 6000 chars (rune-safe);\nstored content is never modified, and the head of a long entry is a far\nbetter search key than no embedding at all.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(embed): truncate embedding input to fit the model context window …",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-07-16T19:15:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e11b030be6258b22f8b10596e8da2a476c7a062f",
"body": "goreleaser cross-compiles for windows, where syscall.Flock and the\nLOCK_* constants do not exist — the v0.7.0 release build failed on\nthem. The store lock is now unix-only; the windows build gets no-op\nstubs (cross-compile target only; coordination documented as not\nenforced there).\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(fsutil): gate flock helpers behind unix build tag (#9)",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-07-16T18:38:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "52554cbd7ede972829369551273497eb015b5f8f",
"body": "…r masking (#8)\n\n* fix: apply review findings across append, prune, and MCP surfaces\n\n- append: write canonical flat file before value gate; filtered entries\n keep their ID/source file; destructive extraction disabled at ingestion\n- prune: also delete pruned entries from flat files via atomic rewri\n[…]\n054; the new entries were\naccidentally inserted mid-table with duplicate IDs.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: close prune data-loss holes, gate/reindex resurrection, and erro…",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-07-16T18:33:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a5b41bb8afa56286c8772237dc727fa4e2f6ad3d",
"body": "…sts (#7)\n\n#5 consolidated testDSN into migrate_test.go but a stale duplicate remained in\npostgres_integration_test.go, so `go test -tags integration ./internal/postgres/`\nstill failed to compile (testDSN redeclared; call-site signature mismatch).\nRemove the duplicate, call the shared testDSN(t), an\n[…]\n integration ./internal/postgres/` passes against a live\npgvector DB (ok, 7.2s); standard build/vet/test/-race green; gofmt clean.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(postgres): remove leftover duplicate testDSN from integration te…",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-05-30T19:53:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d00a072e2c81479462f3b291cea606882c44d732",
"body": "Permanent record of the multi-agent ultracode review (179 agents, adversarial\nverification) whose confirmed findings were addressed in #2, #3, and #5.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add ultracode review report (#6)",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-05-30T19:51:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ea70a8c84b9ff8c4e03e7ec855972e3825857481",
"body": "… (#5)\n\nPR #4 modified the integration test file but left both testDSN declarations\nin place, so `go test -tags integration ./internal/postgres/...` still failed\nto compile (testDSN redeclared; signature mismatch on the call site).\n\nConsolidate to a single testDSN in migrate_test.go (always compiled\n[…]\n -tags integration ./internal/postgres/` passes against a live\npgvector DB (ok, 7.2s); standard build/vet/test/-race remain green.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(postgres): actually dedupe testDSN so integration build compiles…",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-05-30T19:51:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c01ec358c7edc1fb55d30142e9e0a6a26709ae06",
"body": "…n build (#4)\n\nmigrate_test.go and postgres_integration_test.go both carry the `integration`\nbuild tag and the `postgres` package, so their duplicate `setupTestDB` and\n`testDSN` helpers collided — `go test -tags integration ./internal/postgres/...`\nfailed to compile (redeclared + signature mismatch)\n[…]\nied: go test -tags integration ./internal/postgres/ passes against a live\npgvector DB; standard build/vet/test/-race remain green.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(postgres): fix duplicate setupTestDB/testDSN breaking integratio…",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-05-30T19:44:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f846166063388af996b6874e2da8c388abc68d96",
"body": "Completes ultracode finding #15. internal/embed.Pool already tracks dropped\nembed jobs (queue-full or abandoned after max retries) via Dropped(); this\nexposes it as `embed_dropped` in the /health response so the silent vector-\nindex degradation it represents is observable. A non-zero value means a\nr\n[…]\necover missing embeddings. Reported only — it does not flip\nhealth to degraded, since drops are recoverable rather than an outage.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(server): surface embed drop count in /health (#3)",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-05-30T08:26:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e4fb3d04cfa85423e07b21629e47bdd5368073b8",
"body": "… server (#2)\n\nCorrectness / data-integrity (canonical store + derived index):\n- filelog: stop truncating entry content at a standalone \"---\" line; delimit\n records on the next entry marker instead. Add round-trip regression tests.\n- archive: fsync the .gz and the directory before deleting the cano\n[…]\narshalMetadata error in BatchUpsertEntries (was swallowed).\n\nAll packages: gofmt clean, go build/vet/test and go test -race green.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: address ultracode review findings across embed, filelog, search,…",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-05-30T06:48:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bda249fc86daba127f5d436349cb9a73ec3f6b83",
"body": "* docs(agent-ops): seed dark-factory protocol — AGENTS.md, AGENT_PROTOCOL.md, KNOWN_GOTCHAS.md\n\nBootstraps Eidetic as an EMSERO dark-factory repo: tight AGENTS.md index,\nfull operations protocol with 3-tier escalation, seeded gotchas (race,\nintegration build tag, golangci-lint pin, forward-only migr\n[…]\nl.sh recipe pinned to v2.10.0 in KNOWN_GOTCHAS.md\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(agent-ops): seed dark-factory protocol for Eidetic (#1)",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-05-30T02:45:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "678c27f13c4ec9ba791b8e801373f01ce3b5fb0c",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rename GopherClaw references to Roger",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-29T20:34:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7d611f24a7c56bd5e8ff3f9fd3ec97bd0c9f7174",
"body": "- postgres: extract Pool interface, add pgxmock tests (20% → 93%)\n- valuegate: add NewWithGenerator for testability, mock tests (27% → 84.5%)\n- config: add YAML loading, env override, allow_remote tests (79% → 85.3%)\n\nInternal package coverage: 89.7%\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: boost coverage — all internal packages at 80%+",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-29T19:47:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a34e374b3e1a93062638b9ba831ff277fd19745c",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Nate B Jones acknowledgement to README",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-29T19:10:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e9c88eef30e96adf2cd1b2ce9cfe3fb6c944c93",
"body": "…le, badges\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rewrite README for marketing — value prop lede, integration tab…",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-29T19:04:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7510a94bc2c79d16e0f0a581e47fddd64eae14cf",
"body": "Embed SQL migration files and run any unapplied ones on serve/stdio\nstartup. Prevents the recurring issue of deploying new code without\napplying schema changes (content_hash, metadata columns).\n\n- migrations/embed.go: embed.FS for SQL files\n- internal/postgres/migrate.go: DB.Migrate() checks applied\n[…]\nserve and stdio commands auto-migrate before serving traffic\n- Fix .gitignore: /eidetic only matches root binary, not cmd/eidetic/\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: auto-migrate database schema at startup",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-29T18:41:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6bb48c905b4db04b436665d19fa0206e7374cab1",
"body": "Content fingerprinting (SHA-256):\n- Dedup per-agent identical content via ON CONFLICT on (agent_id, content_hash)\n- Flat-file round-trip with content_hash frontmatter\n- Reindex computes hash for legacy entries without one\n\nExtension system for domain-specific schemas:\n- YAML-defined extensions in ~/\n[…]\nndex\n- Auto-classification via keyword rules\n- Metadata filtering in search via @> containment\n- Hot-reloadable extension registry\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add content fingerprinting and extension system",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-25T04:10:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9d575390c277e8d37b627b2a69ac54cc080958d8",
"body": "The value gate now shells out to `claude -p --model claude-sonnet-4-6`\ninstead of calling Ollama's /api/generate endpoint. This applies to\nthe serve, stdio, and prune commands. The gate sources ~/.env before\ninvoking claude to ensure auth tokens are available. On CLI failure\nthe gate logs the error and lets the entry through (never loses data).\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: replace Ollama with Claude CLI for value gate evaluation",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-15T22:23:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a3bb84d1b302c65be946b9bfbac1b918bd52be45",
"body": "Eidetic was storing everything sent to it, including junk like \"H\",\n\"HEARTBEAT_OK\", and trivial greetings, which polluted search results.\n\nThe value gate evaluates content through Ollama before storing:\n- Fast-rejects obvious noise (too short, punctuation-only)\n- LLM classifies whether content has r\n[…]\n entries\n (--dry-run for preview, --yes to skip confirmation)\n- ListAllEntries, DeleteEntry, DeleteEntries methods on postgres.DB\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add LLM-based value gate to filter noise at ingestion time",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-15T22:15:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4f5b37a4d20aac77c395d8b2e6906ffec6305091",
"body": "- Add nfpms section to .goreleaser.yaml for deb/rpm output\n- Update service unit: ExecStart → /usr/bin/eidetic, add HOME/PATH env\n- Add postinstall.sh (systemd daemon-reload) and preremove.sh (stop/disable)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add deb/rpm packaging via goreleaser nfpms",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-12T22:58:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a0d5f53f48634a3d8e3dd4a86a7b2fa921df7820",
"body": null,
"is_bot": false,
"headline": "docs: add SECURITY.md",
"author_name": "Brian Brown",
"author_login": "bofabcd",
"committed_at": "2026-03-11T22:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "798f6c673ed70703c85ca02b76883f8165593451",
"body": "…count)\n\n- Document hybrid search (RRF) in architecture.md and requirements.md\n- Add 003_hybrid_search.sql migration to CLAUDE.md\n- Mark stdio transport as shipped in specs/README.md\n- Remove hardware-specific \"96GB VRAM\" from architecture diagram\n- Update test count to 180 across 12 packages\n- Add SIGHUP reload note to README.md configuration section\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update specs and docs for accuracy (hybrid search, stdio, test …",
"author_name": "bbrown",
"author_login": null,
"committed_at": "2026-03-10T20:22:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "113716bfc9bb2d73d763d4ec30241ce552341511",
"body": "Cross-agent semantic memory MCP server. Flat files are canonical;\nPostgres/pgvector provides vector search. Self-hosted, CPU-friendly,\nno cloud dependencies.",
"is_bot": false,
"headline": "feat: initial public release of Eidetic",
"author_name": "bbrown",
"author_login": null,
"committed_at": "2026-03-10T19:09:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 24,
"latest_release_at": "2026-07-16T19:17:31Z",
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 7,
"days_since_latest_release": 6,
"mean_days_between_releases": 18.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/EMSERO/eidetic",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/EMSERO/eidetic",
"is_deprecated": false,
"latest_version": "v0.7.1",
"repository_url": "https://github.com/EMSERO/eidetic",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T19:15:41Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 31120,
"source_files_sampled": 60,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5770
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/jackc/pgx/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.7.4"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.41.0"
},
{
"name": "gopkg.in/lumberjack.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "bofabcd",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/12414268?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml",
"release.yaml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "4 out of 10 merged PRs checked by a CI test -- score normalized to 4",
"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/24 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "12 commit(s) and 0 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": 10,
"reason": "security policy file 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": "22 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b22b907613143b627db9aa4c44a022333e29fbe3",
"ran_at": "2026-07-23T15:29:27Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T15:27:48Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-16T19:15:41Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/EMSERO/eidetic",
"host": "github.com",
"name": "eidetic",
"owner": "EMSERO"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 45,
"vitality": 74,
"community": 40,
"governance": 50,
"engineering": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 24,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 7
},
"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": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "24 commits in the last year",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 24
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 0 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": 8,
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 18.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~18.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 18.3
}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"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": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 10,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/10 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "EMSERO",
"public_repos": 1,
"account_age_days": 391
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of EMSERO",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "EMSERO"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~1 yr old",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/EMSERO/eidetic"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 73,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": ".golangci.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": "4 out of 10 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"ai-agents",
"golang",
"mcp",
"mcp-server",
"ollama",
"pgvector",
"semantic-search"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 10 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"status": "partial",
"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/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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 fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "12 commit(s) and 0 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 detected",
"points": 5,
"status": "met",
"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": "22 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 1
},
"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": "excellent",
"name": "AI Readiness",
"value": 86,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5770
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, 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": "24 of 24 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 24
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.917,
"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": ".golangci.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "22 of the last 24 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 22,
"sampled": 24
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 31120,
"source_files_sampled": 60,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/60 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 60,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T15:29:38.278799Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/EMSERO/eidetic.svg",
"full_name": "EMSERO/eidetic",
"license_state": "standard",
"license_spdx": "MIT"
}