Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 441,
"has_wiki": false,
"homepage": "https://schema-resume.org/",
"languages": {
"Go": 8151,
"CSS": 30062,
"PHP": 8260,
"HTML": 156946,
"Java": 4753,
"Ruby": 1301,
"XSLT": 87386,
"Shell": 11224,
"Python": 40965,
"JavaScript": 157441
},
"pushed_at": "2026-07-20T06:05:31Z",
"created_at": "2025-10-09T09:06:54Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T17:02:46Z",
"description": "JSON Schema for CV/Resume parsing and validation. Self-hosted with JSON-LD, Schema.org integration, online validator, converter tools, and XML support.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"HTML",
"XSLT"
]
},
"owner": {
"blog": "https://tradik.com",
"name": "Tradik Limited",
"type": "Organization",
"login": "tradik",
"company": null,
"location": "London",
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5900017?v=4",
"created_at": "2013-11-10T03:48:39Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 4641
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-17T16:58:49Z"
},
{
"tag": "vv1.1.0",
"kind": "other",
"published_at": "2025-10-27T17:29:05Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-10-27T17:15:25Z"
}
],
"recent_commits": [
{
"oid": "2bad827b1082b2462f84fd6a9c505e000afc3107",
"body": "fix(ci): Go release job fails on 'git fetch --tags' clobber",
"is_bot": false,
"headline": "Merge pull request #13 from tradik/fix/release-go-tag-fetch",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2026-07-17T17:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "155b4b11e6f5a14388d2cf70f17f40393caf9394",
"body": "The 'Tag Go module' step ran 'git fetch --tags' under 'bash -e'. Because the\nrelease-triggering tag (e.g. v1.2.0) is already present from the tag checkout,\nthe fetch reported '! [rejected] v1.2.0 (would clobber existing tag)' and exited\nnon-zero, failing the Go release job (and, by dependency, the GitHub Release\njob). Using --force lets the fetch update the already-present tag as a no-op so\nthe step proceeds to the actual Go module tagging logic.",
"is_bot": false,
"headline": "fix(ci): use git fetch --tags --force in Go release job",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2026-07-17T16:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3d79c54343d02ce64f9c78b56c3ab67928ff84",
"body": "feat: add positions[] array to work section (v1.2.0) — closes #11",
"is_bot": false,
"headline": "Merge pull request #12 from tradik/feat/positions-array",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2026-07-17T16:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41589376cac672b3eaaf8d7f1d8b5605f210bc7f",
"body": "The Full Validation Suite (validate-schemas.yml) runs validate-all.sh, which now\nincludes the work[].positions tests that depend on the jsonschema package. That\nworkflow did not install it, so the suite failed. Add the install step there and\ndocument the dependency in the workflows README.",
"is_bot": false,
"headline": "ci: install jsonschema before running positions feature tests",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2026-07-15T18:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "904b2cc44a0eb7f6d7fce0dca6f2819340cbdc98",
"body": "Adds an optional `positions` array to each `work` entry so a person can list\nmultiple roles held at the same organization (career progression / promotions)\nwithout repeating organization-level details (name, location, url, industry).\n\nCloses #11.\n\n- schema.json / editor/schema.json: new work[].posit\n[…]\n0 -> 1.2.0 across schema files, packages and metadata\n\nFully additive and backwards compatible: the singular position/startDate/endDate/\nsummary/highlights fields remain valid for single-role entries.",
"is_bot": false,
"headline": "feat: add positions[] array to work section (v1.2.0)",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2026-07-15T18:09:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9243022a41b5cd118b7a2c42ee558b88ca1a88d9",
"body": "feat: add CV Editor and Packages page",
"is_bot": false,
"headline": "Merge pull request #10 from tradik/Editor-packages",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2026-03-15T23:02:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8847b8ec63e1f57784b78b8830a3374d1d591ea0",
"body": "- Add visual resume editor with XSLT template rendering\n- Add packages.html page showcasing all validator packages\n- Update index.html with links to new pages\n- Add macOS terminal-style code blocks for better UX\n- Include Google Analytics tracking on new pages",
"is_bot": false,
"headline": "feat: add CV Editor and Packages page",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2026-03-15T23:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aabc8b848f6a63c528ba7400de652a9a31bb00e",
"body": "Fix packages",
"is_bot": false,
"headline": "Merge pull request #9 from tradik/fix-packages",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2025-10-30T09:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a6d361bb4dc58f82a3374ddaed2ca7c89d7ade9",
"body": "- Removed Maven Central deployment step that required credentials\n- Added verification step that displays built package info and setup requirements\n- Updated workflow to show helpful instructions for Maven Central publishing setup\n- Added reference to MAVEN_CENTRAL_SETUP.md documentation for detailed publishing steps\n- Removed environment variables MAVEN_USERNAME and MAVEN_PASSWORD since no longer needed",
"is_bot": false,
"headline": "feat: replace Maven Central publish with package verification",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-30T09:09:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b44527593eb7463d8a0afdd1e4da8e90987a6b18",
"body": "- Updated topic classifiers in pyproject.toml and setup.py to better reflect package functionality\n- Changed \"Text Processing :: Markup :: JSON\" to more general \"Text Processing\" classifier\n- Added \"Utilities\" classifier to broaden package categorization\n- Maintained consistency between pyproject.toml and setup.py metadata",
"is_bot": false,
"headline": "chore: update package metadata and classifiers",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-30T09:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "362b8237b18b33310d5cf08dd7a585de7a5e37a9",
"body": "- Added remote tag checking to prevent duplicate tag creation attempts\n- Enhanced tag existence validation by checking both local and remote repositories\n- Updated log messages with checkmark emoji for better visibility of workflow status\n- Improved error handling in the golang package release job",
"is_bot": false,
"headline": "fix: improve tag handling in release workflow",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-30T09:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad933896418486c009dd3ee78bbd1ab851cd6de",
"body": "- Added verbose output logging during PyPI package upload for better debugging\n- Implemented specific error detection for 403 Forbidden responses\n- Added detailed troubleshooting guidance for common authentication issues\n- Enhanced error messages to help diagnose token and permission problems",
"is_bot": false,
"headline": "fix: improve PyPI upload error handling and debugging",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-30T08:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e1b422dfb2eb0063459753c59ceb3d6b233da46",
"body": "… handling\n\n- Added release status summary job to track and report success/failure of each package deployment\n- Improved error handling for NPM publishing to gracefully handle version conflicts\n- Added --skip-existing flag to PyPI upload to prevent version conflict errors\n- Implemented detailed status reporting with GitHub Step Summary for better visibility\n- Added MANIFEST.in to Python package to ensure proper inclusion of schema files",
"is_bot": false,
"headline": "feat: enhance package release workflow with status tracking and error…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-30T08:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55957e805f2d9ced3d360214ca59940b6b6602ad",
"body": "- Changed from @schema-resume/validator to schema-resume-validator\n- Scoped packages require NPM organization which doesn't exist yet\n- Updated all documentation and examples\n- Removed --access public flag (only needed for scoped packages)\n- Fixes 404 error in GitHub Actions workflow",
"is_bot": false,
"headline": "Fix NPM package name: Change from scoped to unscoped",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-30T08:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "190460b4cc8b18a29074f4d42fc1655bf96dd972",
"body": "Add multi-language packages for Schema Resume",
"is_bot": false,
"headline": "Merge pull request #8 from tradik/packages-created",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2025-10-27T17:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0965f3420531c3cf913d056b3eff30641ce4e72",
"body": "- Simplified module dependency declaration by removing unnecessary parentheses\n- Maintained single direct dependency on gojsonschema v1.2.0\n- Kept indirect dependencies unchanged",
"is_bot": false,
"headline": "style: clean up go.mod formatting",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-27T17:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17fb4195e38eacca11add215d4df2dab98e7aec2",
"body": "- Added go.sum for reproducible builds\n- Fixed redundant newline in example/main.go\n- Updated .gitignore to track go.sum\n- Go tests now passing",
"is_bot": false,
"headline": "Fix Go package: Add go.sum and fix linting issues",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-27T17:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdff7cbe45accb5de518721bde5f8666661d9f1a",
"body": "- Fixed SyntaxError when requiring .jsonld file\n- Node.js doesn't recognize .jsonld extension, need to use fs\n- All NPM tests now passing (10/10)\n- Fixes GitHub Actions npm test failure",
"is_bot": false,
"headline": "Fix NPM package: Load context.jsonld using fs.readFileSync",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-27T17:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d630b552b73d283210a56b1815aceba9eb356a03",
"body": "feat: replace schema file symlinks with copies",
"is_bot": false,
"headline": "Merge pull request #7 from tradik/packages-created",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2025-10-27T17:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab74ad06c35de286f01e309a474607972727ef22",
"body": "- Converted all schema file symlinks to direct copies for better compatibility with package registries and GitHub Pages\n- Updated .gitignore to explicitly track package schema files with !package exceptions\n- Added MAINTENANCE.md with comprehensive package maintenance and release procedures\n- Updated packages/README.md with schema file synchronization instructions\n- Added sync-schema-files.sh script reference in documentation for keeping schema files in sync",
"is_bot": false,
"headline": "feat: replace schema file symlinks with copies",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-27T17:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "609dc484e2d0bdfaa5173ad4763f68eaa50fc6e4",
"body": "feat: add multi-language package support and release automation",
"is_bot": false,
"headline": "Merge pull request #6 from tradik/packages-created",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2025-10-27T17:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26cd40a8ef9f0e0933d3032fc903f17cb9e12637",
"body": "- Added official validator packages for NPM, Python, Go, Java, Ruby, and PHP with comprehensive documentation\n- Created GitHub Actions workflow for automated multi-language package releases and versioning\n- Updated .gitignore and .dockerignore to handle language-specific build artifacts and dependencies\n- Enhanced CHANGELOG.md with detailed package release information and features\n- Updated README.md with package installation instructions and documentation links",
"is_bot": false,
"headline": "feat: add multi-language package support and release automation",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-27T17:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "629514a80e7f817bd914725d4ff9dd20c4e76ef5",
"body": "feat: update skills and tools sections with soft skills and additiona…",
"is_bot": false,
"headline": "Merge pull request #4 from tradik/examples-improvemnt",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2025-10-21T12:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89c1acab6e7bce1555eea41c8c7692f0da1f4d65",
"body": "…l technologies",
"is_bot": false,
"headline": "feat: update skills and tools sections with soft skills and additiona…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-21T12:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "744b4a2e5efe429db6d67b20eb142a9980f7b718",
"body": "Legalnote",
"is_bot": false,
"headline": "Merge pull request #3 from tradik/legalnote",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2025-10-19T10:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0c10bbc80e9c11dca48b3b24ee10bbdc3b8317",
"body": null,
"is_bot": false,
"headline": "feat: add legalNote field to schema with GDPR and analytics support",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-19T10:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ce107223afcfd727c1ee9f76d89185463a84921",
"body": "…tements",
"is_bot": false,
"headline": "feat: add legalNote field for privacy consent and data processing sta…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-19T10:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f14dd69b88e5b0dc161e822dc1d451c8ae09ad4",
"body": "ci: add GitHub Actions workflows for schema validation and quick checks",
"is_bot": false,
"headline": "Merge pull request #2 from tradik/linters-and-comparision",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2025-10-17T21:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce45299b851593378395a8c0183a36025288e12",
"body": null,
"is_bot": false,
"headline": "ci: remove pip caching from Python setup in quick-check workflow",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-17T21:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e4a2bc68208a5e14fa62fef1663bdd5ce9cbec",
"body": null,
"is_bot": false,
"headline": "ci: add GitHub Actions workflows for schema validation and quick checks",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-17T21:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d960944eb4ca5fe76352a3e7b3ee6ac50c231e",
"body": "…switch to schema-resume.org URLs",
"is_bot": false,
"headline": "feat: update schema with additional personal and metadata fields and …",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-17T20:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d11265390f98354b5753b27e8f461f60b37553ee",
"body": "…cheme and Verdana font",
"is_bot": false,
"headline": "feat: update design system to FreeBSD-inspired theme with red color s…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-17T10:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e365763307902eaeebbf7765ae7ddcec3e1e0f82",
"body": null,
"is_bot": false,
"headline": "docs: update schema URLs to use schema-resume.org domain",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-17T09:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a547da2a343838513fedf91f05d70bde4c476b0",
"body": "…ytics tracking",
"is_bot": false,
"headline": "feat: migrate primary domain to schema-resume.org and add Google Anal…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-17T08:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e664f4b88b6b6678ec62c0a19b5faedbb21d5ffc",
"body": null,
"is_bot": false,
"headline": "feat: add Google Analytics tracking to all HTML pages",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-17T08:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f87fe4bc8a342e6796a456a58813b91eea502517",
"body": "…schema",
"is_bot": false,
"headline": "feat: add structured location and contact details to work experience …",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-16T11:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c523a060065fd826220e4ccd8a8a4090c991dc6",
"body": "…rt multiple countries with detailed status",
"is_bot": false,
"headline": "refactor: restructure workAuthorization from object to array to suppo…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T23:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5343509c0997cccbf2617e031c9b1662ad6ce15f",
"body": "…ML output",
"is_bot": false,
"headline": "feat: add XML schema location options and improve array handling in X…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T19:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dcccf077c8d42968051d6cc447ae148ef46ab60",
"body": "…tions",
"is_bot": false,
"headline": "feat: add XML/XSD schema support with examples and validation instruc…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T19:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f9cf24176bb86becd0a7ee2b3d9af7ed674ba2b",
"body": null,
"is_bot": false,
"headline": "feat: add XML schema support with comprehensive validation and examples",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T19:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cabe171aa28317288a238ec76b3e62731f23b67",
"body": "…mpatibility",
"is_bot": false,
"headline": "fix: downgrade ajv library to v6.12.6 for better schema validation co…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T18:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65399d039e17510cde68b37bfe3fbeab381a3a94",
"body": "…ma resolution errors",
"is_bot": false,
"headline": "fix: remove $schema and @context from validation to prevent meta-sche…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T18:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "663e01e347c3f5725ed743bd57845e9c2d11d784",
"body": "…ibility",
"is_bot": false,
"headline": "fix: downgrade ajv-formats to ajv@6.12.6 for schema validation compat…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T18:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "904a59b855131ef6b902bb10e3965c72bff18515",
"body": "… format loading",
"is_bot": false,
"headline": "fix: improve AJV initialization with fallback options and conditional…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T18:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a1f97d2a03374e8dc8d9a56924083c9e8fbc09",
"body": null,
"is_bot": false,
"headline": "chore: update Ajv and Ajv-formats CDN links to use bundled versions",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T18:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4afa8322ea624dc4a6b27e3ff5a7354491acb263",
"body": "… false negatives",
"is_bot": false,
"headline": "fix: exclude @context field from JSON-LD schema validation to prevent…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T18:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da1f9168613f8b96fda8f1945b98d249ede734e1",
"body": null,
"is_bot": false,
"headline": "feat: add real-time JSON to JSON-LD/XML converter tool with validation",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T18:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41f9936bd9cf28c807dfe4805a186392e664976a",
"body": null,
"is_bot": false,
"headline": "feat: add SEO optimization with meta tags, favicons and documentation",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T11:00:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0178c11f920b12fc8bd1ef9f482567775555ab66",
"body": "…tation",
"is_bot": false,
"headline": "feat: add Schema.org validation support with @type fields and documen…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T10:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d4a65b050739c268b5b1824f50b20e4b981f187",
"body": null,
"is_bot": false,
"headline": "chore: add .windsurf directory to gitignore exclusions",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-15T10:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "990746f1f008ece9459e5faf163fe4bf65bd22c7",
"body": null,
"is_bot": false,
"headline": "feat: rename location field to workLocation in schema and example files",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-12T22:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d96c61580a17adab339c081fec275d8d4d983b77",
"body": "…resume schema",
"is_bot": false,
"headline": "feat: add personal details fields and document creation timestamp to …",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-12T09:28:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f68107468f662ec3e20af2a2bf90c6465b2db093",
"body": null,
"is_bot": false,
"headline": "refactor: simplify keyAchievements and coreCompetencies to string arrays",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-10T04:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68344d674fcddbf0b0d38611d830cb04a92d96e1",
"body": "…iption, list and keywords fields",
"is_bot": false,
"headline": "refactor: restructure keyAchievements from array to object with descr…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-10T04:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1efe28a4a83f958fe5706dc3911d536ff8fd100d",
"body": "…chema",
"is_bot": false,
"headline": "feat: add key achievements and core competencies sections to resume s…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-10T04:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61bf991321a7a105db1ac8434dc2418f0b4870c9",
"body": "…angement details",
"is_bot": false,
"headline": "feat: add workType field to work experience schema for employment arr…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-10T03:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0323cfa53a4a699452f4159c3eda5a8522c90e10",
"body": null,
"is_bot": false,
"headline": "feat: add tool categorization fields and proficiency levels to schema",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-10T03:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f8d0be50d5fb9ba5b52ddb7cbc18e32a2ae2aee",
"body": "…ution details",
"is_bot": false,
"headline": "feat: expand education section with new fields and aliases for instit…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-10T03:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b51bc0efc2a2fbfbba125ac2758521ccfbe9b3a5",
"body": null,
"is_bot": false,
"headline": "ci: add meta-schema reference to ajv validation workflow",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f529f251a074eabe894cfe458f9f9fabd25a2207",
"body": "…ort boolean values",
"is_bot": false,
"headline": "feat: extend additionalItems and additionalProperties schemas to supp…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72df2c4c41bcb1837736df26b8ef6822582832b7",
"body": null,
"is_bot": false,
"headline": "fix: correct enum items schema definition to allow any value type",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84b7e6c8cac948d45d64c7005266d7294b872cc0",
"body": "…o object type",
"is_bot": false,
"headline": "fix: correct items schema definition in examples array from boolean t…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c32642c6c82dee27bcbeed412b9de5ed491ca14",
"body": null,
"is_bot": false,
"headline": "ci: add meta-schema reference to ajv schema validation workflow",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc352a65c3aa7bdc99ddfa397178318c22c38221",
"body": "…ent Ajv validation errors",
"is_bot": false,
"headline": "fix: remove JSON-LD specific fields before schema compilation to prev…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a93c9376334529ac0b0707116e93e6efd2556a",
"body": null,
"is_bot": false,
"headline": "fix: downgrade Ajv to v6.12.6 for better browser compatibility",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11ca7d4a3c680764f3778eccbf7e5eaca6495ee9",
"body": null,
"is_bot": false,
"headline": "fix: update Ajv validator dependencies to use unpkg CDN and ajv7 bundle",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6294ecc22c468a885eec0158d4f3ab8a8d137aaf",
"body": "… format initialization",
"is_bot": false,
"headline": "chore: update Ajv validator to use standalone browser bundles and fix…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5be225ca433b4d2d5f7abc4c395f81505bfb536f",
"body": "…ompatibility",
"is_bot": false,
"headline": "fix: update Ajv validator initialization and CDN imports for better c…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e3c906c7b9ff298223646be4f2b1c220352d6ec",
"body": "feat: add online validator with real-time JSON-LD CV validation and UI",
"is_bot": false,
"headline": "Merge pull request #1 from tradik/validator",
"author_name": "Mona Lisa",
"author_login": "spagu",
"committed_at": "2025-10-09T12:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e5c62951e52df9297b2031fe6cb8a680c6a956a",
"body": null,
"is_bot": false,
"headline": "feat: add online validator with real-time JSON-LD CV validation and UI",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T12:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc30edc71be1a99cef2fa4bef03f1d042f07be6",
"body": "…ntation",
"is_bot": false,
"headline": "docs: update schema version to v1.1.0 and update badges across docume…",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T11:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d1c23f1117a9ebcc6668799c647b8dfd2bdde11",
"body": null,
"is_bot": false,
"headline": "docs: add troubleshooting guide and update validation instructions",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T11:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab064b74097d9682768450d9843999969a43feb",
"body": "…enhanced skills tracking",
"is_bot": false,
"headline": "feat: add nationalities and work authorization fields to schema with …",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T11:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "906be4c1c5fa8e2ac9bf64c745de3d589d43fa19",
"body": null,
"is_bot": false,
"headline": "chore: add initial project configuration files and GitHub workflows",
"author_name": "spagu",
"author_login": "spagu",
"committed_at": "2025-10-09T11:41:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 74,
"latest_release_at": "2026-07-17T16:58:49Z",
"latest_release_tag": "v1.2.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 6,
"days_since_latest_release": 8,
"mean_days_between_releases": 131.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/tradik/schema-resume",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/tradik/schema-resume",
"is_deprecated": false,
"latest_version": "v1.2.0",
"repository_url": "https://github.com/tradik/schema-resume",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T16:56:02Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
},
{
"name": "schema-resume-validator",
"exists": true,
"license": "MIT",
"keywords": [
"json-schema",
"resume",
"cv",
"curriculum-vitae",
"validation",
"json-ld",
"parser",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing",
"Topic :: Utilities"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/schema-resume-validator/",
"is_deprecated": false,
"latest_version": "1.2.0",
"repository_url": "https://github.com/tradik/schema-resume",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-10-30T09:05:33.248606Z",
"latest_published_at": "2026-07-17T16:56:53.459904Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
},
{
"name": "schema-resume-validator",
"exists": true,
"license": "MIT",
"keywords": [
"json-schema",
"resume",
"cv",
"curriculum-vitae",
"parser",
"validation",
"json-ld",
"schema",
"validator",
"career",
"professional"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/schema-resume-validator",
"is_deprecated": false,
"latest_version": "1.1.0",
"repository_url": "https://github.com/tradik/schema-resume",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 11,
"first_published_at": "2025-10-30T08:40:32.083000Z",
"latest_published_at": "2025-10-30T08:40:32.268000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 269
},
{
"name": "schema-resume-validator",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/schema-resume-validator",
"is_deprecated": false,
"latest_version": "1.2.0",
"repository_url": "https://github.com/tradik/schema-resume",
"versions_count": 2,
"total_downloads": 444,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-10-27T17:43:05.950000Z",
"latest_published_at": "2026-07-17T16:56:48.361000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 7,
"watchers": 1,
"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": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"packages/golang/go.mod",
"packages/java/pom.xml"
],
"largest_source_bytes": 107574,
"source_files_sampled": 21,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"editor/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": "pypi:schema-resume-validator@1.2.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "github.com/xeipuuv/gojsonschema",
"manifest": "packages/golang/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "com.networknt:json-schema-validator",
"manifest": "packages/java/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.0.87"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "packages/java/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.15.2"
},
{
"name": "ajv",
"manifest": "packages/npm/package.json",
"ecosystem": "npm",
"version_constraint": "^8.12.0"
},
{
"name": "ajv-formats",
"manifest": "packages/npm/package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.1"
},
{
"name": "justinrainbow/json-schema",
"manifest": "packages/php/composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.2"
},
{
"name": "jsonschema",
"manifest": "packages/python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.17.0"
},
{
"name": "requests",
"manifest": "packages/python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.28.0"
}
],
"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": 1,
"merged_prs": 11,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "spagu",
"commits": 74,
"avatar_url": "https://avatars.githubusercontent.com/u/10611281?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"deploy-pages.yml",
"quick-check.yml",
"release-packages.yml",
"validate-schema.yml",
"validate-schemas.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc.json"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"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": "10 out of 10 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/11 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"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": null,
"reason": "no releases found",
"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": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2bad827b1082b2462f84fd6a9c505e000afc3107",
"ran_at": "2026-07-26T09:03:08Z",
"aggregate_score": 3.6,
"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-17T17:02:24Z",
"oldest_open_prs": [
{
"number": 14,
"created_at": "2026-07-20T06:05:52Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T17:02:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tradik/schema-resume",
"host": "github.com",
"name": "schema-resume",
"owner": "tradik"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 49,
"vitality": 70,
"community": 34,
"governance": 57,
"engineering": 86
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 74,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "74 commits in the last year",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 74
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.2.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 131.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~131.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 131.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"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": 34,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"forks": 0,
"stars": 7,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "7 stars",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 7
}
}
],
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "critical",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 18,
"inputs": {
"packages": [
"github.com/tradik/schema-resume",
"schema-resume-validator",
"schema-resume-validator",
"schema-resume-validator"
],
"dependents": null,
"ecosystems": "go, npm, pypi, rubygems",
"total_downloads": 444,
"monthly_downloads": 11
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "11 downloads/month across go, npm, pypi, rubygems",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 11,
"ecosystems": "go, npm, pypi, rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 11,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "11/11 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 11,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"followers": 3,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "tradik",
"public_repos": 9,
"account_age_days": 4641
},
"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": "3 followers of tradik",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "tradik"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~12 yr old",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/tradik/schema-resume",
"schema-resume-validator",
"schema-resume-validator",
"schema-resume-validator"
],
"ecosystems": "go, npm, pypi, rubygems",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "4 package(s) on go, npm, pypi, rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 4,
"ecosystems": "go, npm, pypi, rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 86,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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": ".eslintrc.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "10 out of 10 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://schema-resume.org/",
"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://schema-resume.org/",
"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": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "10 out of 10 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/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:schema-resume-validator@1.2.0 runtime dependency closure — what installing the published package pulls in — 10 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:schema-resume-validator@1.2.0",
"assessed": 10
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 10,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 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": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "74 of 74 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 74,
"sampled": 74
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"packages/golang/go.mod",
"packages/java/pom.xml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "packages/golang/go.mod, packages/java/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "packages/golang/go.mod, packages/java/pom.xml"
}
}
],
"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": ".eslintrc.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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 74",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 74
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 107574,
"source_files_sampled": 21,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/21 source files over 60KB",
"points": 52.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example",
"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": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, 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",
"Could not fetch npm package 'schema-resume' from its registry",
"Could not fetch npm package 'ui-resume-editor' from its registry",
"Could not fetch maven package 'org.schema-resume:schema-resume-validator' from its registry",
"Could not fetch packagist package 'schema-resume/validator' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T09:03:23.026400Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tradik/schema-resume.svg",
"full_name": "tradik/schema-resume",
"license_state": "standard",
"license_spdx": "MIT"
}