Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 31613,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 159643,
"PowerShell": 3498
},
"pushed_at": "2026-08-04T02:42:09Z",
"created_at": "2019-05-12T11:54:47Z",
"owner_type": "Organization",
"updated_at": "2026-08-04T02:41:47Z",
"description": "ServiceNow REST API nuget package",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://www.panoramicdata.com/",
"name": "Panoramic Data Limited",
"type": "Organization",
"login": "panoramicdata",
"company": null,
"location": "United Kingdom",
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/39407951?v=4",
"created_at": "2018-05-18T12:18:33Z",
"is_verified": null,
"public_repos": 119,
"account_age_days": 2999
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.3.23",
"kind": "patch",
"published_at": "2026-08-04T02:41:30Z"
},
{
"tag": "1.3.22",
"kind": "patch",
"published_at": "2026-08-04T02:20:57Z"
},
{
"tag": "1.3.11",
"kind": "patch",
"published_at": "2026-06-07T21:19:30Z"
},
{
"tag": "1.2.36",
"kind": "patch",
"published_at": "2022-05-10T13:06:31Z"
},
{
"tag": "1.2.32",
"kind": "patch",
"published_at": "2021-03-30T08:28:53Z"
},
{
"tag": "1.2.27",
"kind": "patch",
"published_at": "2020-12-22T18:32:13Z"
},
{
"tag": "1.2.21",
"kind": "patch",
"published_at": "2019-07-19T13:52:07Z"
},
{
"tag": "1.2.2",
"kind": "patch",
"published_at": "2019-08-19T10:48:38Z"
},
{
"tag": "1.1.21",
"kind": "patch",
"published_at": "2019-07-19T13:52:07Z"
}
],
"recent_commits": [
{
"oid": "2d516c9d2301730f3f381b9a84006a5300bf1828",
"body": "CI runs dotnet test over the whole solution, but around 50 of these tests talk\nto a real ServiceNow instance using credentials held in local user secrets.\nThe runner has none, so every one of them failed and the build has been red\nsince at least July, well before the current work. Because the publis\n[…]\neate and delete records, and the instance\nthey target is a customer production system.\n\nVerified with the exact CI command: 7 tests, all passing.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Exclude live-credential integration tests from CI",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2026-08-04T02:41:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e9327f0f4af595ab521cb9f95f55b3618adf7526",
"body": "The notes still described the ResourceLinkConverter change from 1.3.8.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace stale package release notes with the paging truncation fix",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2026-08-04T02:20:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8a9996152f6ee2259b58ec2c9a4b81f7b3d2514b",
"body": null,
"is_bot": false,
"headline": "Updated Copyright date to 2026.",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2026-08-04T02:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f81dd5aef33c882e85a82714b1af386b8cf86429",
"body": "ServiceNow applies read ACLs AFTER sysparm_limit, so a request for 1,000 rows\ncan legitimately return fewer while a great deal of data still follows.\nGetAllByQueryInternalJObjectAsync treated any short page as end-of-data.\n\nMeasured against a live instance: on a customer query of roughly 86,550 rows\n[…]\ns or network. Verified to fail against the previous\nbehaviour with \"Expected 2,497 items but retrieved 1,997\".\n\nRaised from Magic Suite MS-24974.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stop paging early-terminating on ACL-shortened pages",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2026-08-04T02:14:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "497fcd9bce652cfbf71a5f186c9ea79d860ef2ec",
"body": "Fixture bound only GetSection(\"Config\"), but the repo's own tracked\nuserSecrets.example.json documents a flat shape with no Config wrapper.\nSecrets written as documented therefore bound to nothing, every credential\ncame through null, and the first live test died deep inside the client with\n\"Invalid \n[…]\ns on to the\nclient. Also exposes Configuration and CreateClient(Options) so a test can\nbuild a client with options differing from the shared one.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix test configuration binding and fail loudly on missing credentials",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2026-08-04T02:14:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ea3ca84bff3cf4314bc92dd80adf440b26e0fb2e",
"body": null,
"is_bot": false,
"headline": "Fix logging message.",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2026-08-03T16:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180390b07bc1c5b4cd856c1a2360bc68a245e09d",
"body": "The count-validation failure in GetAllByQueryInternalJObjectAsync printed\nthe raw .NET type name, so callers saw:\n\n Expected 5,412 Newtonsoft.Json.Linq.JObject but retrieved 5,410\n\nBoth call sites now say \"items\", format both counts consistently, and\nstate the tolerance that was applied:\n\n Expecte\n[…]\nssage text only. No behavioural change.\n\nRaised from Magic Suite MS-24974, where the old message reached end users\nvia a ReportMagic macro error.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Improve the item-count mismatch error message",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2026-08-03T16:24:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7177bf90aa09a6dd6d99e88ebaf1c7fbbd25470b",
"body": null,
"is_bot": false,
"headline": "chore: apply VER-03 governance remediation",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2026-07-05T21:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c04a2e4fa022105990c6bd2f1ebe3e9b35099f6c",
"body": null,
"is_bot": false,
"headline": "chore: apply PKG-06 governance remediation",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2026-07-05T20:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3105cff758d96cb1339b4d67cf040a6dc23858f5",
"body": null,
"is_bot": false,
"headline": "chore: apply PKG-05 governance remediation",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2026-07-05T20:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a2cd07e9f3b7097d7beb0941daf9ac24ba09b35",
"body": "…eckout@v4→v6, setup-dotnet@v4→v5, upload-artifact@v4→v7, download-artifact@v4→v8\\nNode.js 20 actions deprecated as of 2026-06-16.\\n\\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: upgrade GitHub Actions to Node.js 24 compatible versions\\n\\nch…",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2026-06-16T09:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd33b04bc1b450ec9105eb8fce2c3b77e5fed9e",
"body": "Removes the dependency on the global nbgv tool being on PATH (which can fail in\nfresh shells/CI). Uses the referenced Nerdbank.GitVersioning package's\nGetBuildVersion MSBuild target, with TreatWarningsAsErrors=false so version\nresolution is not blocked by build warnings.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Resolve version via MSBuild instead of the nbgv CLI in Publish.ps1",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2026-06-15T11:26:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "155fd9deab68f0b938b48c4a5f0104906a75165e",
"body": "… settings",
"is_bot": false,
"headline": "chore: update package versions, enhance documentation, and add VSCode…",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2026-06-07T21:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe85a0c07e4555f4dc0d2d74bfdc744bc60c3e20",
"body": "…and enhance documentation",
"is_bot": false,
"headline": "chore: update project files and configurations, add CI/CD workflows, …",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2026-04-09T01:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc73bd5ec281a456149d6fb0ad0be1afe9bfb80d",
"body": null,
"is_bot": false,
"headline": "chore: update global.json to .NET SDK 10.0.102",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2026-02-01T19:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a89fdb5827af46ae5e64a957a7743e751211868d",
"body": null,
"is_bot": false,
"headline": "Fix build warnings-as-errors, update to xunit v3, add Publish.ps1 script",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2025-12-18T16:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f20a9ee6b2a3ce8aceb7c38f477966bf730c15c7",
"body": null,
"is_bot": false,
"headline": "Updated userSecrets.example.json",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2025-07-03T15:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0724338d88c583fc21f496eb09e7b6de27c8c7",
"body": null,
"is_bot": false,
"headline": "Modernized unit tests",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2025-07-03T15:40:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09bd3b7e54c4809d13309daa2841bec1e253f61f",
"body": null,
"is_bot": false,
"headline": "Modernized",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2025-07-03T15:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44cb33141601176e29eec7ac0c49ec1e8f32fa7",
"body": null,
"is_bot": false,
"headline": "Code tidy and modernization",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2025-07-03T14:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448b985b20ddb26cf7a985dd0557f904acbf2a5d",
"body": null,
"is_bot": false,
"headline": "Code tidy",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2025-07-03T14:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c55023f0ce4ba5b536abec0565b33607ff4b2468",
"body": null,
"is_bot": false,
"headline": "Code tidy",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2025-07-03T14:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e787c581ec1d3c26cd91388f38c11f8432a7f34",
"body": null,
"is_bot": false,
"headline": "Bump version to reflect change in object definitions",
"author_name": "andrewhallmark",
"author_login": "TheCakeMonster",
"committed_at": "2024-08-13T09:31:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42ea025b561778634d0dfcf4ad1fb525d3afbf74",
"body": "Added implementation of CanConvert\nAdded unit tests\nResolved test failures due to object definitions of ResourceLinks",
"is_bot": false,
"headline": "Refactoring",
"author_name": "andrewhallmark",
"author_login": "TheCakeMonster",
"committed_at": "2024-08-13T09:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "139e2e910623faf226c6685b131babf6fbffba32",
"body": "Added missing ResourceLinkConverter",
"is_bot": false,
"headline": "Merge pull request #22 from MattJam87/main",
"author_name": "TheCakeMonster",
"author_login": "TheCakeMonster",
"committed_at": "2024-08-13T08:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81f55ba7a499320e23af11de6c0ecb7cffa15b16",
"body": "Upgrade unit tests to .NET 8, DI and user secrets\nSkip destructive tests - not appropriate for all test systems",
"is_bot": false,
"headline": "Upgrade Nuget packages",
"author_name": "andrewhallmark",
"author_login": "TheCakeMonster",
"committed_at": "2024-08-12T17:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa122673ceb94674e8bb0ee768f2498d0c78e955",
"body": null,
"is_bot": false,
"headline": "Updated csproj",
"author_name": "Matteo Marcianò",
"author_login": "MattJam87",
"committed_at": "2023-09-18T13:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ea6c9f278cd2f92cfa0763f6be91822a03a065c",
"body": null,
"is_bot": false,
"headline": "Added missing ResourceLinkConverter",
"author_name": "Matteo Marcianò",
"author_login": "MattJam87",
"committed_at": "2023-09-18T09:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f856c47b46bb06b44b6fe1863922db6a98bee343",
"body": "…ectAsync customOrderByField parameter.",
"is_bot": false,
"headline": "Added ability to order by descending in the GetAllByQueryInternalJObj…",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2023-06-08T13:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3080f6d24a187e4261aef8a774c846c4ca2b93",
"body": null,
"is_bot": false,
"headline": "Added ability to order by descending",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2023-06-08T13:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1adb46abddfd28255b09e6cecf9c121fec5cd4ab",
"body": "…table name",
"is_bot": false,
"headline": "Added allowing overriding the pagesize in GetAllByQueryAsync using a …",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2023-02-22T03:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70503be8e3bb09906a524fc58355deeafbd10c9d",
"body": null,
"is_bot": false,
"headline": "Updated logging",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2023-02-22T03:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bf18959a0ec1cf8d93ac7bb30bd3c40df76498",
"body": null,
"is_bot": false,
"headline": "Improved check logic for customOrderByField",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2023-02-03T14:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a3d28aa632a6a831e9f92c942e785fb42de8d8c",
"body": "…aging",
"is_bot": false,
"headline": "Added optional customOrderByField to GetAllByQueryAsync to use when p…",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2023-02-03T14:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "545954a175890ab451574d7747a51b96de8e8551",
"body": null,
"is_bot": false,
"headline": "Added packages to allow unit tests to run",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2023-02-03T13:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba645c7450abc7dd59d737c9fbf6a629996d0428",
"body": "Code tidy\nNull checks\nLog messages",
"is_bot": false,
"headline": "Updated Copyright",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2023-02-03T12:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d87155ff387642295334efa1e3b6c3eac366e8",
"body": null,
"is_bot": false,
"headline": "Updated .editorconfig",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2023-02-03T11:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bb4dfd4c9d9dfd9d96efb0a6f4117a820cca76d",
"body": null,
"is_bot": false,
"headline": "Upgrade CodeQL action to use .NET 7.0",
"author_name": "andrewhallmark",
"author_login": "TheCakeMonster",
"committed_at": "2023-01-12T15:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19e7e5bdc56fcb9f2c1b9d9f199c5d7663b581ff",
"body": null,
"is_bot": false,
"headline": "Codacy fixes",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2022-11-21T01:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48235354f06db4efd9695aa656d1a6500919a715",
"body": null,
"is_bot": false,
"headline": "Codacy fix",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2022-11-21T01:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac9485853ed0b942698db91223985685add5a702",
"body": null,
"is_bot": false,
"headline": "Moved to file-scoped namespaces",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2022-11-21T01:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1dc009dd3c2d095a5d71bb22d643581dbab5131",
"body": "Nuget packages updates\nCodacy fixes",
"is_bot": false,
"headline": "Move to Microsoft.Extensions.Logging.Abstractions",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2022-11-21T01:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e68261f3dd0f3a6ddcfb5f03e767adc2d61bdb",
"body": "Added missing MIT license text",
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "TheCakeMonster",
"author_login": "TheCakeMonster",
"committed_at": "2022-06-29T16:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dea3cef97bd31cd0be7c6f6f32864d48b9ee09c0",
"body": null,
"is_bot": false,
"headline": "Enhancements to code analysis workflow file",
"author_name": "andrewhallmark",
"author_login": null,
"committed_at": "2022-06-27T15:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3df8982b464c800d62ebece8a1a864aecdce6edf",
"body": "Reworded for clarity and brevity",
"is_bot": false,
"headline": "Update SECURITY.md",
"author_name": "TheCakeMonster",
"author_login": "TheCakeMonster",
"committed_at": "2022-06-23T11:09:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2182d9076365db0be01e8748eb42ad944af667f4",
"body": null,
"is_bot": false,
"headline": "Update SECURITY.md",
"author_name": "TheCakeMonster",
"author_login": "TheCakeMonster",
"committed_at": "2022-06-23T10:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e5b4b9e530f06bd247636a8ef6b9043073595f",
"body": null,
"is_bot": false,
"headline": "Update SECURITY.md",
"author_name": "TheCakeMonster",
"author_login": "TheCakeMonster",
"committed_at": "2022-06-23T10:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03ea5e4785f118079f5c70aa8721280aa608c86e",
"body": "Added details of our security policy",
"is_bot": false,
"headline": "Create SECURITY.md",
"author_name": "TheCakeMonster",
"author_login": "TheCakeMonster",
"committed_at": "2022-06-23T10:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c60e195ea0b07b56e25d681bd975c139823d3abb",
"body": "…ersion information",
"is_bot": false,
"headline": "Enabled deep clone of repo, to allow NerdBank.GitVersioning to find v…",
"author_name": "Andrew Hallmark",
"author_login": null,
"committed_at": "2022-06-23T09:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5eca9d0c33270ca8bef7d5c76d42f4adc52ed4d",
"body": null,
"is_bot": false,
"headline": "Resolved ambiguous calls during testing of build process",
"author_name": "Andrew Hallmark",
"author_login": null,
"committed_at": "2022-06-23T09:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f684629eb8eeb8d62768731280cf37d62bd66c9d",
"body": "…name of default branch",
"is_bot": false,
"headline": "Update the branch name used to determine version information after re…",
"author_name": "Andrew Hallmark",
"author_login": null,
"committed_at": "2022-06-23T09:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bca1c613fac63c397b12f01939399060a4c56ec",
"body": null,
"is_bot": false,
"headline": "Added dotnet build steps to replace autobuild",
"author_name": "Andrew Hallmark",
"author_login": null,
"committed_at": "2022-06-23T09:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c117492b87c5475c8309fa4d4bf865b00e111d67",
"body": "Added security scanning",
"is_bot": false,
"headline": "Create codeql-analysis.yml",
"author_name": "TheCakeMonster",
"author_login": "TheCakeMonster",
"committed_at": "2022-06-23T08:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "580869b519d4a579a8de9aa8dda0f3dea0207148",
"body": null,
"is_bot": false,
"headline": "Updated Create to allow specifying extra query string.",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2022-05-10T13:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c18374b4bb8a5a62b151e4477cac9a51c9a6960",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2022-03-04T13:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe76463c1ccea697d4ed3a5cc3d19b5abbe92f4c",
"body": null,
"is_bot": false,
"headline": "Updated release notes.",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2021-04-09T06:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df67d53dc15d4157e05ff2db2ad83ed998115142",
"body": "…rovided) the one in options (which may be different from sys_created_on) rather than always sys_created_on",
"is_bot": false,
"headline": "Updated paging field in GetAllByQueryInternalAsync to use (when not p…",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2021-04-09T06:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "680faf800bf4634d167d2397f2185e2d0bcba819",
"body": null,
"is_bot": false,
"headline": "Code cleanup",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2021-03-30T08:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77770503f5bf8e0cb3ed9fd2d6a8b70ad6178db6",
"body": null,
"is_bot": false,
"headline": "Style updates",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2021-03-30T08:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfea82ef507aa52f0930ad095a5f28c5d6bb23c4",
"body": "Added GCC High",
"is_bot": false,
"headline": "Merge pull request #4 from kwgoad/multi-environment",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2021-03-30T08:02:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3189f01880cf3496ce7c793682354df66d6b6738",
"body": "…seD) upon Client constructions (required for some users of the API) rather than the default 'sys_created_on'",
"is_bot": false,
"headline": "Added ability to set a different PagingFieldName (must be DateTime-ba…",
"author_name": "Roland Banks",
"author_login": "rolandbanks",
"committed_at": "2021-03-29T10:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4cda8c4bb47a9b8599e89b9063f774450830a39",
"body": null,
"is_bot": false,
"headline": "Added GCC High",
"author_name": "Kevin Goad",
"author_login": "kwgoad",
"committed_at": "2021-03-17T04:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13ccc3db8582bbb7a37ba19cf33ce7a4e45415b2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:panoramicdata/ServiceNow.Api",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2021-02-24T12:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359b1c8d15cb4dd93d59c89d1cd87d095714baa8",
"body": null,
"is_bot": false,
"headline": "Code tidy",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2021-02-24T12:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7decffe33cfe66c419c8ba34d51d51889bad5a95",
"body": null,
"is_bot": false,
"headline": "Updated nuget packages",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-12-22T18:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a2a65b1e7a60fa1f79c7cc82e002895fa6adcc7",
"body": null,
"is_bot": false,
"headline": "Updated ServiceNow logo",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-12-22T18:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b5032095483d21a899fb364b7774fa3914f5ad1",
"body": null,
"is_bot": false,
"headline": "Updated to .NET Core 5.0 and nullable enable",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-11-15T16:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d422da4cbeb97bbdd54c9aaef53b9997d2aa55db",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:panoramicdata/ServiceNow.Api",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-11-15T15:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bbf848c3db15a2f3b1e16d8cc70436a28341642",
"body": null,
"is_bot": false,
"headline": "Updated to .NET Core 5",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-11-15T15:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cebd4260133b32c657d0b66f2477fafb1f1fa1a2",
"body": null,
"is_bot": false,
"headline": "Added RepositoryUrl as the PackageProjectUrl already points to it.",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2020-06-25T09:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a0d920c075c715161d899e5d94aed44d085b637",
"body": null,
"is_bot": false,
"headline": "Updated .gitignore to exclude environmental settings.",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2020-06-10T15:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de434efa8cca8931adde8b764f0ac9732ab9705",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:panoramicdata/ServiceNow.Api",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2020-06-10T15:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a20ce290ed8f33d6cd8a47bf1ba6dbb4eeb3ee92",
"body": null,
"is_bot": false,
"headline": "Updated release notes",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-05-21T18:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523d86304c5b07433bbd429c663e57aefffe4d0e",
"body": null,
"is_bot": false,
"headline": "Updated nuget packaged",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-05-21T18:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e980c5ec4437dc8583a93fb2307d4bdfdcb457e8",
"body": null,
"is_bot": false,
"headline": "Added improved support for sysparm_limit in extraQueryString",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-05-21T18:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a812ffcea5a92053d54e1976681e3f7ab47923d4",
"body": null,
"is_bot": false,
"headline": "Example now refers to project, not nuget package",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-05-07T10:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7ebb29e3a3834ad555b357d4c538dc1be492cbd",
"body": null,
"is_bot": false,
"headline": "Code tidy",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-05-07T10:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1acd20929a2c86ec6377a0c93b392789d75d3cda",
"body": null,
"is_bot": false,
"headline": "Obsolete methods removed",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-05-07T10:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f650d2f3599d88fd9a343ee70956836a2eeacc8",
"body": "Move test project to Divergic XUnit logging",
"is_bot": false,
"headline": "Added package icon",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-05-07T10:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be9e38b1d4636d99ac0ed0b3c92df3470724a20",
"body": "Move to MIT license\nFixed Project URL",
"is_bot": false,
"headline": "Tweaked README",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-05-07T10:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2411b29b49ad1a9bab564e0e68ed00baf601aef2",
"body": null,
"is_bot": false,
"headline": "Updated examples for README.md",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-05-06T17:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "013f0a24665eddf2a8d5aa3bc8b207962be84795",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:panoramicdata/ServiceNow.Api",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-04-29T10:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da12a22ade589f59973b7d20f9e708c141183a2",
"body": null,
"is_bot": false,
"headline": "Incident property re-order",
"author_name": "David Bond",
"author_login": "davidnmbond",
"committed_at": "2020-04-29T10:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b2629e12adf6c859b287cb538aa0ca072d63b26",
"body": null,
"is_bot": false,
"headline": "Added unit tests to confirm update behaviour with comments.",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-12-17T15:02:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54bd72d46f51ba785099ada7affccf24659e27fd",
"body": null,
"is_bot": false,
"headline": "Reduced tolerance messages to debug",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-12-11T10:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7330ce1de9001dcc76993f2a3e01a96260ca429e",
"body": null,
"is_bot": false,
"headline": "Fix for PackageLicenseExpression",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-10-03T07:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ccd5f9f610f53f86675e5f4c8de68b8480d1908",
"body": null,
"is_bot": false,
"headline": "Typo fix",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-10-03T07:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83bdfe4dc40a423ecece949eac12bbff1e5536d1",
"body": "…w the validation to be within the expected total, plus or minus this tolerance",
"is_bot": false,
"headline": "Added support for Options.ValidateCountItemsReturnedTolerance to allo…",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-10-03T07:18:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6c0375946a8095dfe8a45a81de06236b213c981",
"body": null,
"is_bot": false,
"headline": "Fixed debug message typo",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-09-04T16:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08133b11b835eafff6cde0dba0e0329bef8d8e1d",
"body": null,
"is_bot": false,
"headline": "Removed old dotsettings file",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-09-03T13:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3f3dd2e4854a53312d2c13a8a6440879a9aa15",
"body": null,
"is_bot": false,
"headline": "Fixed publish script to remove nuget.exe",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-08-27T15:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0db833292babb2f9cd2ba577aa67e983dd85d68b",
"body": null,
"is_bot": false,
"headline": "NuGet comment update",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-08-19T10:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5c8fa157113a9b8e8aef0bee2f25cb8d212e98",
"body": null,
"is_bot": false,
"headline": "Increased minor version for new SEMVER versioning",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-08-19T10:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e07e4aee0018f59d1b985357e20a1b0ceb0f0673",
"body": null,
"is_bot": false,
"headline": "Version updates",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-08-19T10:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ee39fe451c4c2cd8763c144c6d468177cd519f",
"body": null,
"is_bot": false,
"headline": "Updated log messages for formatting",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-07-22T11:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79822760c8dce4e30e0b39dc4716fbf2a1b04e10",
"body": null,
"is_bot": false,
"headline": "Added logging message to return number of items",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-07-22T10:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "476d43fe59d018df29c8e2591cde10495e3cfcc4",
"body": null,
"is_bot": false,
"headline": "Updated unit tests",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-07-22T09:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2256ee1f91d466b76ae32e66cbc8774abca9699",
"body": null,
"is_bot": false,
"headline": "Re-enabled publishing",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-07-19T13:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94cc2fe1923dacda3e8e0e42ec6c1583b00f3a7d",
"body": null,
"is_bot": false,
"headline": "Fixed to version using version.json",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-07-19T13:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb756ca792127efb96d772edb6b4962bafdadf7c",
"body": null,
"is_bot": false,
"headline": "Default to paging by 1,000 instead of 10,000",
"author_name": "Daniel Abbatt",
"author_login": "danielabbatt",
"committed_at": "2019-07-19T13:40:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 11,
"latest_release_at": "2026-08-04T02:41:30Z",
"latest_release_tag": "1.3.23",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 0,
"mean_days_between_releases": 321.6
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": [
{
"name": "ServiceNow.Api.DiagCli",
"path": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"tokens": [
"nuget.output_type:exe",
"nuget.not_packable"
],
"ecosystem": "nuget"
},
{
"name": "ServiceNow.Api.Example",
"path": "ServiceNow.Api.Example/ServiceNow.Api.Example.csproj",
"tokens": [
"nuget.output_type:exe",
"nuget.not_packable"
],
"ecosystem": "nuget"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"app.codacy.com",
"shields.io"
],
"total": 4,
"header": 4,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ServiceNow.Api",
"exists": true,
"license": null,
"keywords": [
"ServiceNow",
"API"
],
"ecosystem": "nuget",
"categories": [],
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/ServiceNow.Api",
"declared_type": null,
"is_deprecated": false,
"latest_version": "1.3.23",
"repository_url": "https://github.com/panoramicdata/ServiceNow.Api",
"versions_count": 49,
"total_downloads": 225462,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-04T02:46:54.240000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 19,
"stars": 23,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2020-05-16",
"count": 1
},
{
"date": "2020-11-19",
"count": 2
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-05-13",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-03-17",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2024-08-09",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
}
],
"complete": true,
"collected": 19,
"total_forks": 19
},
"star_history": null,
"open_issues_and_prs": 19
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ServiceNow.Api.Example/ServiceNow.Api.Example.csproj",
"ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ServiceNow.Api/ServiceNow.Api.csproj"
],
"largest_source_bytes": 32954,
"source_files_sampled": 100,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ServiceNow.Api.Example/ServiceNow.Api.Example.csproj",
"ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ServiceNow.Api/ServiceNow.Api.csproj"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"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": 25,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "Microsoft.Extensions.Configuration",
"manifest": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Configuration.Json",
"manifest": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.DependencyInjection",
"manifest": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"manifest": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Nerdbank.GitVersioning",
"manifest": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Serilog.Extensions.Logging",
"manifest": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Serilog.Sinks.Console",
"manifest": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Serilog.Sinks.File",
"manifest": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Newtonsoft.Json",
"manifest": "ServiceNow.Api.Example/ServiceNow.Api.Example.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "ServiceNow.Api",
"manifest": "ServiceNow.Api.Example/ServiceNow.Api.Example.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "AwesomeAssertions",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "AwesomeAssertions.Analyzers",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Configuration",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Configuration.Abstractions",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Configuration.EnvironmentVariables",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Configuration.FileExtensions",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Configuration.Json",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Configuration.UserSecrets",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Logging",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Logging.Debug",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Newtonsoft.Json",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "xunit.v3",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "xunit.runner.visualstudio",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "coverlet.collector",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Xunit.Microsoft.DependencyInjection",
"manifest": "ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"manifest": "ServiceNow.Api/ServiceNow.Api.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Nerdbank.GitVersioning",
"manifest": "ServiceNow.Api/ServiceNow.Api.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Newtonsoft.Json",
"manifest": "ServiceNow.Api/ServiceNow.Api.csproj",
"ecosystem": "nuget",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "AwesomeAssertions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AwesomeAssertions.Analyzers",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Abstractions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.EnvironmentVariables",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.FileExtensions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Json",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.UserSecrets",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyInjection",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging.Debug",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Nerdbank.GitVersioning",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Newtonsoft.Json",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Serilog.Extensions.Logging",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Serilog.Sinks.Console",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Serilog.Sinks.File",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "ServiceNow.Api",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Xunit.Microsoft.DependencyInjection",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.v3",
"direct": true,
"version": null,
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 25,
"direct_count": 25,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 9,
"merged_prs": 2,
"open_issues": 10,
"closed_ratio": 0.286,
"closed_issues": 4,
"closed_unmerged_prs": 49
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "davidnmbond",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/7120378?v=4"
},
{
"type": "User",
"login": "danielabbatt",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/8926756?v=4"
},
{
"type": "User",
"login": "TheCakeMonster",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/46025270?v=4"
},
{
"type": "User",
"login": "rolandbanks",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/10924512?v=4"
},
{
"type": "User",
"login": "MattJam87",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/143172666?v=4"
},
{
"type": "User",
"login": "kwgoad",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/80802603?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.4
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"codeql-analysis.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 10,
"reason": "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": 10,
"reason": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 7,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "2d516c9d2301730f3f381b9a84006a5300bf1828",
"ran_at": "2026-08-04T02:58:29Z",
"aggregate_score": 6.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 51,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 7,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-04T02:42:58Z",
"oldest_open_prs": [
{
"number": 8,
"created_at": "2021-10-22T13:14:36Z",
"last_comment_at": "2024-08-09T15:03:06Z",
"last_comment_author": "jamesmanning"
},
{
"number": 10,
"created_at": "2022-05-13T09:50:12Z",
"last_comment_at": "2026-03-24T17:45:51Z",
"last_comment_author": "jamesmanningrapidscale"
},
{
"number": 24,
"created_at": "2024-08-09T03:14:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2026-04-09T01:16:25Z",
"last_comment_at": "2026-04-09T01:20:57Z",
"last_comment_author": "codacy-production"
},
{
"number": 28,
"created_at": "2026-04-09T01:16:28Z",
"last_comment_at": "2026-04-09T01:18:45Z",
"last_comment_author": "codacy-production"
},
{
"number": 29,
"created_at": "2026-04-09T01:16:32Z",
"last_comment_at": "2026-04-09T01:18:57Z",
"last_comment_author": "codacy-production"
},
{
"number": 30,
"created_at": "2026-04-09T01:16:39Z",
"last_comment_at": "2026-04-09T01:27:25Z",
"last_comment_author": "codacy-production"
},
{
"number": 31,
"created_at": "2026-04-09T01:16:43Z",
"last_comment_at": "2026-04-09T01:18:57Z",
"last_comment_author": "codacy-production"
},
{
"number": 69,
"created_at": "2026-06-10T07:37:44Z",
"last_comment_at": "2026-06-10T07:39:47Z",
"last_comment_author": "codacy-production"
}
],
"last_merged_pr_at": "2024-08-13T08:15:39Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2021-02-23T17:52:19Z",
"last_comment_at": "2021-02-24T16:20:25Z",
"last_comment_author": "UnaffiliatedCode"
},
{
"number": 3,
"created_at": "2021-03-01T12:26:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2021-07-29T17:34:32Z",
"last_comment_at": "2021-10-22T13:15:45Z",
"last_comment_author": "Toukiletoukan"
},
{
"number": 9,
"created_at": "2022-03-31T03:03:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2022-10-24T15:37:20Z",
"last_comment_at": "2024-03-01T13:52:43Z",
"last_comment_author": "jamesmanning"
},
{
"number": 17,
"created_at": "2022-12-28T12:42:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2023-03-29T13:54:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2023-09-05T12:35:51Z",
"last_comment_at": "2024-08-09T12:42:15Z",
"last_comment_author": "prajon84"
},
{
"number": 23,
"created_at": "2024-03-01T14:10:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 74,
"created_at": "2026-08-04T02:51:26Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/panoramicdata/ServiceNow.Api",
"host": "github.com",
"name": "ServiceNow.Api",
"owner": "panoramicdata"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 55,
"calibrated": 57,
"calibration": "2026-08-02"
}
}
],
"value": 57,
"inputs": {
"security": 64,
"vitality": 65,
"community": 56,
"governance": 55,
"calibration": "2026-08-02",
"engineering": 38,
"ai_readiness": 40,
"weighted_overall_raw": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 65,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 72,
"inputs": {
"releases_count": 9,
"latest_release_tag": "1.3.23",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 321.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~321.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 321.6
}
}
],
"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": "exceptional",
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 19,
"stars": 23,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "23 stars",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 23
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "19 forks",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 19
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 4,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"app.codacy.com",
"shields.io"
],
"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": "good",
"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": 70,
"inputs": {
"packages": [
"ServiceNow.Api"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 225462,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "225,462 downloads all-time across nuget",
"points": 55.6,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 225462,
"ecosystems": "nuget"
}
}
],
"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": 55,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 6,
"top_contributor_share": 0.4
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 40% of commits",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 40
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 15,
"inputs": {
"merged_prs": 2,
"open_issues": 10,
"closed_issues": 4,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 0.286,
"closed_unmerged_prs": 49,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "29% of issues closed",
"points": 12,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 29
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/51 decided PRs merged",
"points": 1.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 51
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/28 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": 63,
"inputs": {
"followers": 12,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "panoramicdata",
"public_repos": 119,
"account_age_days": 2999
},
"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": "12 followers of panoramicdata",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "panoramicdata"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "119 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 119
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ServiceNow.Api"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "49 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 49
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 38,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": true,
"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": 0,
"status": "missed",
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 64,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 5
},
"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": "weak",
"name": "AI Readiness",
"value": 40,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.19,
"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": "19 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.06,
"toolchain_manifests": [
"ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"ServiceNow.Api.Example/ServiceNow.Api.Example.csproj",
"ServiceNow.Api.Test/ServiceNow.Api.Test.csproj",
"ServiceNow.Api/ServiceNow.Api.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj, ServiceNow.Api.Example/ServiceNow.Api.Example.csproj, ServiceNow.Api.Test/ServiceNow.Api.Test.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj, ServiceNow.Api.Example/ServiceNow.Api.Example.csproj, ServiceNow.Api.Test/ServiceNow.Api.Test.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "6 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 6,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 32954,
"source_files_sampled": 100,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/100 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 100,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [],
"scores": {
"cli": 3,
"library": 2.4
},
"primary": null,
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:nuget",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "nuget.not_packable",
"weight": -3.6
},
{
"tier": "declared",
"label": "cli",
"source": "nuget.output_type:exe",
"weight": 3
}
],
"artifacts": [
{
"path": "ServiceNow.Api.DiagCli/ServiceNow.Api.DiagCli.csproj",
"labels": [
"cli"
],
"ecosystem": "nuget"
},
{
"path": "ServiceNow.Api.Example/ServiceNow.Api.Example.csproj",
"labels": [
"cli"
],
"ecosystem": "nuget"
}
],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch nuget package 'ServiceNow.Api.DiagCli' from its registry",
"Could not fetch nuget package 'ServiceNow.Api.Example' from its registry",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-04T02:58:37.484049Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/panoramicdata/ServiceNow.Api.svg",
"full_name": "panoramicdata/ServiceNow.Api",
"license_state": "standard",
"license_spdx": "MIT"
}