原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 524,
"has_wiki": false,
"homepage": "https://apery.ai",
"languages": {
"Go": 334040,
"Shell": 1505,
"Makefile": 623
},
"pushed_at": "2026-07-07T00:40:05Z",
"created_at": "2025-05-28T00:54:20Z",
"owner_type": "User",
"updated_at": "2026-07-07T00:40:09Z",
"description": "Synthetic Data Generator for Agents",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://compuficial.github.io/",
"name": "compuficial ",
"type": "User",
"login": "compuficial",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/107664723?v=4",
"created_at": "2022-06-17T03:48:46Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 1504
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-07-07T00:41:31Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-06-14T18:30:34Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-05-16T16:51:24Z"
},
{
"tag": "v0.0.1-rc1",
"kind": "prerelease",
"published_at": "2026-04-20T20:14:52Z"
}
],
"recent_commits": [
{
"oid": "ab97e851513a56d372f4335e9dfad5dc20379299",
"body": "…rators in skill",
"is_bot": false,
"headline": "docs: add agent skill install section to README, cover cross-row gene…",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-07-07T00:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b8c63f15d4cec6eb2e4ccc02394fc9a648aace",
"body": "…format",
"is_bot": false,
"headline": "fix: accept bare YYYY-MM-DD dates in time generator without explicit …",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-07-07T00:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f8557f399b5cd7a6ae7a4f59d5c76338378877",
"body": "feat: add expr and date_offset generators for cross-row dependent values",
"is_bot": false,
"headline": "Merge pull request #2 from compuficial/feat/cross-row-dependent-values",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-06-14T18:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19a65db1799e934829b22c37375c0ab0c01eeb3c",
"body": null,
"is_bot": false,
"headline": "feat: add expr and date_offset generators for cross-row dependent values",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-06-14T18:22:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63e5df736ed58420ecbff40182e6b9928f29616c",
"body": null,
"is_bot": false,
"headline": "docs: update README install section for install.sh one-liner",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-05-16T17:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6b0e50630195275f1f2f4010e7490492d12ed77",
"body": null,
"is_bot": false,
"headline": "feat: add install.sh and attach it to releases",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-05-16T16:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77e6b323f706d0ed1fe6edaef4392f83752448f5",
"body": null,
"is_bot": false,
"headline": "chore: docs cleanup",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-05-16T16:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092211b95f8a67c73e8e484ccf3c7a2e119e3b92",
"body": null,
"is_bot": false,
"headline": "chore: docs cleanup",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-05-14T15:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed115a3a3e9b56ebf94d0580af17ddb4ba8912ed",
"body": "Adds the MIT license referenced by the README badge so it ships inside\nrelease archives. Ignores bin/, dist/, and output.csv build artifacts.",
"is_bot": false,
"headline": "chore: add MIT LICENSE and expand .gitignore",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-04-20T20:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e9693caf868f5bab619c4640e4ee6d1590e8007",
"body": "- Rename module from apery to github.com/compuficial/apery; update all\n internal imports accordingly (enables go install and canonical imports\n from external code).\n- Add .goreleaser.yaml: cross-compile linux/darwin/windows x amd64/arm64,\n tar.gz + zip archives, SHA256 checksums, categorized chan\n[…]\ner on v*.*.* tag push.\n- Add .github/workflows/ci.yml: go vet + go test -race on PRs and main.\n- Update README install section with pre-built, go install, and\n from-source paths; add logo and badges.",
"is_bot": false,
"headline": "build: rename module path and add release automation",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-04-20T19:59:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d8b55da2f6d6fa518c7f134fa993388cce9507a",
"body": null,
"is_bot": false,
"headline": "Updated README.md",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-04-20T16:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91804d21cdd7866f6ab7d1f808e24d6c9c18adce",
"body": "- CLAUDE.md: update key files, dependencies, runtime/writer descriptions\n- README.md: rewrite quick start with CLI commands, link to usage.md\n- plan.md: mark Phase 2 complete with all items checked\n- spec-v2.md: update CLI section with --debug, --split-entities, mark implemented\n- usage.md: add verbose/debug section, use apery instead of ./bin/apery\n- Add CLI design spec and implementation plan\n- Add example plan files (users, composite, ecommerce, simple.json)",
"is_bot": false,
"headline": "docs: update all documentation for CLI, slog logging, and new commands",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-04-20T15:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1b7c6bb2d39051d7d07be5d68e83c47c4bc92bb",
"body": "- Replace custom Logger interface with *slog.Logger for structured logging\n- Add Info-level logs: run.start, entity.start, entity.complete, run.complete\n- Add Debug-level logs: field.init, chunk.dispatch, driven_by.layout\n- --verbose shows entity progress (Info), --debug shows full detail (Debug)\n- Silent by default (discard handler)\n- Restructure CLI: apery list generators, apery describe generator <name>\n- Add apery version subcommand\n- Add make install target for ~/.local/bin",
"is_bot": false,
"headline": "feat: replace Logger with slog, add --debug flag, refactor CLI commands",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-21T16:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2d993fea85e87f77fd0754bd4e0520c1458c25",
"body": null,
"is_bot": false,
"headline": "feat: add version injection via ldflags in Makefile",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-21T01:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6957db662875b645c5fc7784ab529981361a7382",
"body": null,
"is_bot": false,
"headline": "feat: export plan loading, generator info, and new writer constructors",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-21T01:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1450f630f24a8fbab3a7009aa69ccbb9b412e311",
"body": null,
"is_bot": false,
"headline": "feat: add generators list and describe commands",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-21T01:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44511671da2a4f2867354a0cdd164cf23e591e2c",
"body": null,
"is_bot": false,
"headline": "feat: add generate command with stdout/file/split output",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-21T01:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "132f65b918d01b6862b0fa8091c6d1e2e9922a3e",
"body": null,
"is_bot": false,
"headline": "feat: add Cobra root command and validate subcommand",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-21T01:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d39700d9a44d69ee577fc7606660a1ea1e10698a",
"body": null,
"is_bot": false,
"headline": "deps: add github.com/spf13/cobra",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-21T01:00:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ca2f19360637f34d570c37121494b1580b4bc9",
"body": null,
"is_bot": false,
"headline": "feat: add GeneratorInfo metadata to all 20 generators",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-21T00:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ceaa499e4d43bfe91ae2fe994f1ade7bc02838",
"body": null,
"is_bot": false,
"headline": "feat: add GeneratorInfo metadata system with MustRegisterInfo",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-21T00:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a530619cb1314b0d3639b9e1fd1f2a27e8bf186",
"body": null,
"is_bot": false,
"headline": "feat: add SplitWriter for per-entity file output",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-19T23:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518331ed73795be5e62b3f748b8262863430d931",
"body": null,
"is_bot": false,
"headline": "feat: add NewCSVWriterFromWriter and omitEntity support for split mode",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-19T23:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c1e98db17d99debabfa69933277d52ab1cd0759",
"body": null,
"is_bot": false,
"headline": "feat: add YAML/JSON plan file loading with LoadFile",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-19T23:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "384de0df5c7031d21d688db3a9180804a323d6ac",
"body": null,
"is_bot": false,
"headline": "deps: add gopkg.in/yaml.v3",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-19T23:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e358a2d68af9181ac55eac4ff32a60fec52bc46a",
"body": null,
"is_bot": false,
"headline": "feat: add json/yaml struct tags to plan types",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-19T23:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f391a7dadc945804934a00b8e770d478cfcedc09",
"body": "… paths\n\n- Extract runChunksParallel, instantiateChunkFields, generateFieldValues\n to eliminate ~80 lines of duplication between executor and driven_by\n- Extract validationContext struct to reduce validateField from 7 to 4 params\n- Add constants for generator name and config keys (genRelRef, cfgSto\n[…]\ny search with O(1) amortized linear parent tracking\n- Replace fmt.Sprintf(\"count[%d]\") with rng.DeriveIndex to avoid allocation\n- Use map[string][]string for requiredColumns to eliminate SplitN rejoin",
"is_bot": false,
"headline": "Simplify runtime: extract shared helpers, add constants, optimize hot…",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-17T01:18:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ef7babc630a8bd6b33851f1044adfab0388f87a",
"body": "Implements M:1 (rel_ref), 1:M (DrivenBy), and M:N (composition) relational\ndata generation with full determinism across parallelism configurations.\n\nKey additions:\n- rel_ref generator with uniform/zipf distribution and unique mode\n- DrivenBy struct for parent-driven child row generation\n- Cross-enti\n[…]\ner-parent state reset\n- Validation rules for entity ordering, field existence, unique feasibility\n- Golden and stress tests for relational plan\n- 28 validation test cases, 6 executor integration tests",
"is_bot": false,
"headline": "Add relational generators: rel_ref, DrivenBy, and cross-entity store",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-17T01:03:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "17a2f3946320c9fd58c1d71d87b742e6b310583a",
"body": "13-task plan covering: DrivenBy plan struct, EntityStore/Resettable\ninterfaces, relational validation rules, rel_ref generator (uniform,\nzipf, unique modes), executor store wiring with pre-scan, two-phase\ndriven_by execution with parent-aligned chunking, M:N integration\ntests, golden test suite expansion, and documentation updates.",
"is_bot": false,
"headline": "Add relational generators implementation plan",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-17T01:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2920b671869c63b975cd564c67c998fb5b45802",
"body": "Design spec for rel_ref generator (M:1 FK sampling) and driven_by\nplan-level concept (1:M parent-driven generation). M:N relationships\nfall out as composition of driven_by + rel_ref with unique constraint,\neliminating the need for a dedicated m2m generator.\n\nRemove pipe, when, map, expr from spec an\n[…]\ne depend on an\nexpression engine that is not part of the core MVP. template + switch\ncover the practical use cases. This brings the generator set to ~22\nprimitives focused on what users actually need.",
"is_bot": false,
"headline": "Add relational generators design spec; simplify generator set",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-17T01:03:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7842d2f6dfab11e9cc162caa46ccd1fb670b1ab5",
"body": "Introduce regression testing infrastructure to catch accidental\ndeterminism breaks across code changes. Three canonical plans (scalar,\ncomposite, row-aware) generate golden SHA-256 digests and first-10-row\nJSONL spot-checks, with a standard -update flag for regeneration.\nStress tests run 20 iteratio\n[…]\nory output\ncapture for hashing without temp files. Update docs to reflect current\nstate: accurate output format list, main.go example, golden test\nworkflow in CLAUDE.md, and checked-off plan.md items.",
"is_bot": false,
"headline": "Add golden determinism suite, stress tests, and buffer-backed writer",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-13T21:14:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c52b3771302d549e82351077f17d51f3ff36f373",
"body": "Covers golden regression suite (digest + spot-check files), concurrency\nstress tests (randomized worker/chunk configs), and writer buffer refactor.",
"is_bot": false,
"headline": "Add determinism testing design spec",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-13T20:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3491237e8123a30519088a9e0260016f915bd877",
"body": "Introduces RowAwareGenerator interface for generators that read sibling\nfield values. The executor type-checks at dispatch time and validates\ndependency ordering at init time.\n\ntemplate: string interpolation with {field_name} placeholders and\n{{/}} escape sequences for literal braces.\n\nswitch: conditional dispatch to sub-generators based on a key field's\nvalue, with optional default and transitive dependency aggregation.",
"is_bot": false,
"headline": "Add template and switch row-context generators",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-12T16:03:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d4799bf61e075ff7f7c7a3f8319e1867fc78af",
"body": "sample: pick N unique items without replacement using partial Fisher-Yates\nshuffle. Supports fixed n or variable min_n/max_n, with values/file/url sources.\n\none_of: weighted random dispatch to one of several sub-generators using\nCDF-based selection.",
"is_bot": false,
"headline": "Add sample and one_of composite generators",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-12T16:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb7a87ea50dc503fdc1862e479c6e37c11a211ca",
"body": "Three new capabilities filling common spec gaps:\n- const(value): emits a fixed value with no RNG consumption\n- pick weighted mode: optional weights array builds a precomputed CDF\n for non-uniform selection (inline values only)\n- list variable-length: min_len/max_len mode with seed derivation via\n Derive(seed, \"__len__\") keeping length independent of item seeds",
"is_bot": false,
"headline": "Add const generator, weighted pick, and variable-length list",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-12T14:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bd7cddab0be7d3ef8051278964f882e57c5aa1e",
"body": "- Implement list(len,item) generator with index-based seed derivation\n- Add function comments to object.go and list.go\n- Add nested object and list examples to main.go\n- Rename sdg-spec.md to spec.md\n- Update spec with 5 new generator designs: const, weighted pick,\n variable-length list, sample, template\n- Update plan.md checklist with new items",
"is_bot": false,
"headline": "Add list composite generator; update spec with new generator designs",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-12T14:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86f93388277ab9cb669f297dc0c1af4995526974",
"body": "- Implement object(fields) generator with nested sub-generator support\n- Add GetSeed() to Rng for clean hierarchical seed derivation in composites\n- Update CLAUDE.md, README.md, plan.md with object generator and missing generators\n- Rename sdg.md to sdg-spec.md",
"is_bot": false,
"headline": "Add object composite generator and updated docs",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-03-11T21:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "563b38335edfd43f7da73326e0c0d8cc30f5c45b",
"body": "- Introduce RNG Seed type, PCG-based constructor, Derive/DeriveIndex with mix64\n- Update generators/tests to use new seed API and deterministic loops\n- Refactor executor for chunked parallel execution with worker/chunk options and determinism checks\n- Add seq SeekRow support and registry FactoryFor to enable per-chunk generator instantiation\n- Add executor benchmark suite with rows/s metrics and tuned chunk sizing\n- Add make bench target and update README/AGENTS/CLAUDE/plan docs",
"is_bot": false,
"headline": "Rewrite RNG + runtime for chunked parallelism; add benchmarks and docs",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-01-31T03:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4e1df6727b73777ee949b6b15fc74093fdb626e",
"body": "…ation\n\n- document regex generator subset/constraints and character domain in specs\n- merge agent-first spec into sdg.md and remove standalone draft\n- validate regex AST (anchors, word boundaries), cap repeats with errors\n- add regex tests for new constraints and bounds\n- add brief comments on generator registration and writer/executor methods",
"is_bot": false,
"headline": "Docs: document regex subset and merge agent spec; tighten regex valid…",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-01-31T01:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86d3fc34eeda9ebca0a5d6aeb1ff07b443fddb18",
"body": "…rces\n\n- Move main.go to cmd/apery/ following standard Go project layout\n- Add MustRegister() for panic-on-error generator registration\n- Extend pick generator with URL loading (requires allowlist)\n- Add context.Context support and optional logger to executor\n- Implement CSV writer alongside JSONL\n- Add Clone/Keys/Get to OrderedMap; fix JSONL mutation bug\n- Add tests for registry, rng, executor, and writers",
"is_bot": false,
"headline": "Restructure to cmd/ layout, add CSV writer, enhance pick with URL sou…",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-01-29T01:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead3bbecf4a4febf4cac3b9ebae7ffe91fed3351",
"body": null,
"is_bot": false,
"headline": "completed scalar generators, refactor to use config extraction helpers",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-01-25T02:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "386477bc9821948b0013c816ef25b279b08442f8",
"body": null,
"is_bot": false,
"headline": "added ulid and normal_float generator + tests",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-01-23T01:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e64221a793afb41f106972178bdef452c1f6a8a",
"body": null,
"is_bot": false,
"headline": "updated README.md, CLAUDE.md, AGENTS.md",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-01-23T01:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0446d0cb49ed9c79c55240f9085767a92ee19778",
"body": " Core components:\n - Plan system for declarative schema definition\n - Generator registry with plugin architecture\n - Runtime executor with deterministic RNG\n - JSONL writer with ordered field output\n\n Built-in generators:\n - seq: sequential integers\n - pick: random selection from list\n - in\n[…]\nrehensive tests for all generators\n - Plan validation tests\n\n Documentation:\n - CLAUDE.md: AI assistant guidance\n - sdg.md: Full design specification\n - testing-cmds.md: Go test command reference",
"is_bot": false,
"headline": "Initial commit: Apery synthetic data generator",
"author_name": "compuficial",
"author_login": "compuficial",
"committed_at": "2026-01-13T03:49:00Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 44,
"latest_release_at": "2026-07-07T00:41:31Z",
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_last_push": 24,
"active_weeks_last_year": 11,
"days_since_latest_release": 24,
"mean_days_between_releases": 25.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/compuficial/apery",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/compuficial/apery",
"is_deprecated": false,
"latest_version": "v1.1.1",
"repository_url": "https://github.com/compuficial/apery",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-07T00:38:37Z",
"latest_version_yanked": null,
"days_since_latest_publish": 24
}
]
},
"popularity": {
"forks": 0,
"stars": 10,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 18673,
"source_files_sampled": 81,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 11442
},
"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/oklog/ulid/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.1"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"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": 1,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "compuficial",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/107664723?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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"
],
"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": 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": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"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/29 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": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "8 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 7",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ab97e851513a56d372f4335e9dfad5dc20379299",
"ran_at": "2026-07-31T02:04:42Z",
"aggregate_score": 3.8,
"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-07T00:41:39Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-14T18:25:34Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2026-06-05T14:59:14Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/compuficial/apery",
"host": "github.com",
"name": "apery",
"owner": "compuficial"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 38,
"vitality": 71,
"community": 32,
"governance": 40,
"engineering": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 24,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 24 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 24
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_latest_release": 24,
"mean_days_between_releases": 25.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 24 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 24
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~25.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 25.7
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 24,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 24 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 24
}
}
],
"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": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"forks": 0,
"stars": 10,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "10 stars",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 10
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": "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": 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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 40,
"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": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 1,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 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": 36,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "compuficial",
"public_repos": 9,
"account_age_days": 1504
},
"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 compuficial",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "compuficial"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~4 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/compuficial/apery"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 24
},
"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 24 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 24
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"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": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://apery.ai",
"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": "https://apery.ai",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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/29 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 not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 71,
"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": 0.909,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 11442
},
"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": "40 of 44 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"sampled": 44
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": "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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 44",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 44
}
}
],
"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": 18673,
"source_files_sampled": 81,
"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/81 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 81,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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-31T02:04:47.932463Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/compuficial/apery.svg",
"full_name": "compuficial/apery",
"license_state": "standard",
"license_spdx": "MIT"
}