Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 394,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 180609,
"Shell": 1191
},
"pushed_at": "2026-07-24T04:20:27Z",
"created_at": "2016-05-26T21:27:04Z",
"owner_type": "User",
"updated_at": "2026-07-24T04:20:49Z",
"description": "SSDP Implementation for UPnP 2.0",
"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://stackoverflow.com/users/4140832/jasper-h-bojsen",
"name": "1iveowl",
"type": "User",
"login": "1iveowl",
"company": "Ex-Microsoft",
"location": "Denmark",
"followers": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/12871120?v=4",
"created_at": "2015-06-13T09:40:47Z",
"is_verified": null,
"public_repos": 71,
"account_age_days": 4058
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v7.0.0",
"kind": "major",
"published_at": "2026-07-24T04:17:28Z"
}
],
"recent_commits": [
{
"oid": "f8a0d93074cce91f80c0468115911ae2515c8257",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/1iveowl/SSDP.UPnP.PCL",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-24T04:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96c689a7ab936fd2a0960f9a9676f2d4aa3ebbbb",
"body": "…I key",
"is_bot": false,
"headline": "Publish to NuGet via Trusted Publishing (OIDC) instead of a stored AP…",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-24T04:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b4a7c958c2ebb9be67db67bff7a6e08eaf0a24c",
"body": "Releases/7.0.0",
"is_bot": false,
"headline": "Merge pull request #33 from 1iveowl/releases/7.0.0",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2026-07-24T04:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50da30b71e8dc094886eaaa91d20e591d0889e85",
"body": null,
"is_bot": false,
"headline": "Add 'Why .NET 10?' note to README",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-24T04:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02c32b499e40cc8e654407b117cea3356a7d82dd",
"body": "- Periodic re-advertisement loop: alive set re-sent at a random interval in\n [max-age/4, max-age/2) before expiry (AutoReAdvertise, default on)\n- Multicast M-SEARCH validation: silently discard requests without a valid\n MAN \"ssdp:discover\" or integer MX >= 1; unicast searches (HOST addresses\n the\n[…]\nST.Parse rejects urn search targets without a positive integer version\n- Tests: 141 passing (29 new compliance tests incl. TCP reply end-to-end,\n re-advertise via FakeTimeProvider, validation matrix)",
"is_bot": false,
"headline": "Implement UDA 2.0 compliance findings",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-24T04:01:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b0eb8efc5970620f42023c73e7e384734193777b",
"body": "- Advertisement messages follow the full UDA 2.0 matrix (3 per root device,\n 2 per embedded device, 1 per service); URI forms derived from Domain,\n configurations no longer set EntityType\n- Request handling and advertisement sends are resilient: failures are logged,\n never kill the listener pipel\n[…]\nm local NuGet feed removed: dependencies now restore from nuget.org\n- Tests: 112 passing, incl. failed-send resilience, BOOTID stamping/advance,\n concurrent update, duplicate-service owner regression",
"is_bot": false,
"headline": "Apply round-2 review: robustness, performance and API improvements",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-23T21:55:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c02cb618ddfd0c1d6acd71a9fbe979788963d69",
"body": "- NuGet metadata: description, tags, icon, packaged README, snupkg symbols\n- GitHub Actions: build/test/pack on push and PR, publish on v* tags;\n interim step packs SimpleHttpListener.Rx and HttpMachine.PCL from source\n until NuGet validation completes\n- README rewritten for the v7 API with breaking-changes table",
"is_bot": false,
"headline": "Add packaging metadata, CI workflow and v7 README",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-23T18:53:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0227ad664d3cf490889bc4e410105fbf74333f2",
"body": "- ST/USN parse + compose round-trips, malformed input handling\n- SsdpMessageParser: request/response/notify header mapping, device info,\n max-age and RFC 1123 date parsing\n- DatagramComposer: exact header assertions per NTS, terminator checks\n- SearchMatcher: UDA 2.0 matching matrix incl. version b\n[…]\ne USNs\n- ControlPoint observables via HotStart + Rx subjects\n- Device end-to-end over loopback UDP: unicast M-SEARCH responses,\n per-entity ssdp:all answers, interface filtering, bad-input resilience",
"is_bot": false,
"headline": "Add xUnit v3 test suite (98 tests)",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-23T18:46:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "314ebd98e3aa05a1946ff5096cf2e073da9396e0",
"body": "- All data types are immutable records (init-only, with-expression updates);\n redundant model interfaces removed, namespaces consolidated\n- Parsing is pure: ST.Parse/USN.Parse and SsdpMessageParser return ParseResult<T>\n instead of constructor side effects and mutable error flags\n- Datagram compos\n[…]\nnjection for DATE/BOOTID/delays; STType.UIIDSearch renamed\n UuidSearch\n- XML docs on the entire public API; TreatWarningsAsErrors enabled\n- Samples rewritten as top-level programs against the new API",
"is_bot": false,
"headline": "Refactor to functional style with immutable records",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-23T18:23:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "790ee8c3de2d360d5ae40c452886996c78afc5ce",
"body": "- Device now answers M-SEARCH requests: unicast UDP response with MX-spread\n delay, correct per-entity ST/USN incl. owner device UUID, BOOTID, CONFIGID\n- ControlPoint merges listeners across all interfaces (multi-homed fix)\n- Device starts its handler once instead of per interface\n- HotStart marks \n[…]\nOTIFY NT header uses the entity URI (services no longer advertise device NT)\n- UTC for DATE/BOOTID, Random.Shared, shared (RefCount) listener observable,\n DeviceActivity events emitted, dispose fixes",
"is_bot": false,
"headline": "Fix functional and spec-compliance defects",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-23T17:12:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5622730a07f18c845cdb6c3e15683564e09444dc",
"body": "…active 7\n\n- Single SSDP.UPnP.PCL project; interface project merged, namespaces unified\n- Projects renamed: src/SSDP.UPnP.PCL, samples/Sample.ControlPoint, samples/Sample.Device\n- NLog replaced with Microsoft.Extensions.Logging.Abstractions\n- Direct HttpMachine dependency dropped",
"is_bot": false,
"headline": "Retarget to .NET 10; migrate to SimpleHttpListener.Rx 7 and System.Re…",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-23T16:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "424b9b4df34ee8521f1162fbdd88e09716f47293",
"body": "- Root slnx, Directory.Build.props, .editorconfig, global.json\n- nuget.config with interim local feed for SimpleHttpListener.Rx 7.x /\n HttpMachine.PCL 6.x while NuGet validation completes\n- Remove UWP.Test, Console.SSDP.NET, placeholder xUnit project, old sln",
"is_bot": false,
"headline": "Add build infrastructure and prune legacy projects",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-23T16:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef0f9c89f50332b720ec7463754d7867a9644cf3",
"body": null,
"is_bot": false,
"headline": "house keeping",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2026-07-23T16:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27766d62acb74554f8e2988d153f89f67c26a297",
"body": null,
"is_bot": false,
"headline": "add devcontainer",
"author_name": "Jasper H. Bojsen",
"author_login": null,
"committed_at": "2026-07-23T12:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c21db9777ffd1ee6c945b4bb43079ad0fb5da340",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "Jasper H. Bojsen",
"author_login": null,
"committed_at": "2026-07-23T12:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "570d950670126823e0cacb854259d1b2f72e1004",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2022-02-17T14:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b28a48c156b1866b73079067bc49b4ad057168a",
"body": null,
"is_bot": false,
"headline": "v6.1.0",
"author_name": "Jasper Hedegaard Bojsen",
"author_login": "1iveowl",
"committed_at": "2022-02-17T14:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb676c6b976abd125b0d749a9aaee28fc32f3eac",
"body": "….SSDP.NET/System.Net.Http-4.3.4\n\nBump System.Net.Http from 4.3.3 to 4.3.4 in /src/main/Console.SSDP.NET",
"is_bot": false,
"headline": "Merge pull request #29 from 1iveowl/dependabot/nuget/src/main/Console…",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2022-02-17T14:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4251d3fe2284025af87e6262bb7a5818fbd32643",
"body": "….SSDP.NET/System.Text.RegularExpressions-4.3.1\n\nBump System.Text.RegularExpressions from 4.3.0 to 4.3.1 in /src/main/Console.SSDP.NET",
"is_bot": false,
"headline": "Merge pull request #30 from 1iveowl/dependabot/nuget/src/main/Console…",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2022-02-17T14:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d442cf8c5613d13afcd21c13d921538089d57992",
"body": "Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1.\n\n---\nupdated-dependencies:\n- dependency-name: System.Text.RegularExpressions\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump System.Text.RegularExpressions in /src/main/Console.SSDP.NET",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-08-04T21:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f96e9c1b5a36c28b8658f67f6fc1a188b615c952",
"body": "Bumps System.Net.Http from 4.3.3 to 4.3.4.\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump System.Net.Http from 4.3.3 to 4.3.4 in /src/main/Console.SSDP.NET",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-04-21T19:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93c5ddaa3f2ba8567c1bfe77bf4f16764bff7e21",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2019-09-21T10:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e792cb0aeee80291676c2fe5effda7159bf9388",
"body": "v6.0.3",
"is_bot": false,
"headline": "Merge pull request #28 from 1iveowl/v6.0",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-11-23T09:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a93de88ec45a1b678cbb11d6043d3ca8344bea3",
"body": null,
"is_bot": false,
"headline": "v6.0.3",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-11-23T09:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b8802eaf53d1ea04471e8b2125903c5ba7b3d70",
"body": "v6.0.2",
"is_bot": false,
"headline": "Merge pull request #26 from 1iveowl/v6.0",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-10-25T12:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e961dba909c460cc34dd109dd7cecd0ddb029534",
"body": null,
"is_bot": false,
"headline": "v6.0.2",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-10-25T12:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00eb28b532d917bd7cc7e879f8949ca1c6e0a61a",
"body": "v6.0.1",
"is_bot": false,
"headline": "Merge pull request #24 from 1iveowl/v6.0",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-10-06T20:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50de29cfe0451d78ded4b65557308df7aec3b38b",
"body": null,
"is_bot": false,
"headline": "v6.0.1",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-10-05T11:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce63e15e1c44f368ef44699b4b2e4ec315aea98f",
"body": "V6.0",
"is_bot": false,
"headline": "Merge pull request #23 from 1iveowl/v6.0",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-10-05T07:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4853e36590dfc6e369a8021cb1ba8288c9ce438",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-10-05T07:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b02ac0a4cf8ac3f74d4f05c8e42656c878347b40",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-10-05T07:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd7d0498ee3fbff26daeaaecc9c3b50d311724be",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-10-05T06:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af7bb13d411f7c14318459e0fc0b0015a2e6d16a",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-10-05T06:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5652b977eea9cd7770a8d5a5c454a2c70f83589b",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-10-05T06:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a316cc1a4a03872cab1417991c1348ea909927e",
"body": null,
"is_bot": false,
"headline": "v6.0.0",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-10-05T04:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f9b2b7269e8e658306ba53cb5a6c110b900874e",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-25T20:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6d3d4b6d5f4fef6aa7917042ae87d64d053ac81",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-25T18:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "016abdaa2ccb9fc8b42efe25f44a1968dec2f7bd",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-25T18:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51194f988922166959dc33db5a3fb684a24d7933",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-24T21:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6929cd804f481b8abc50dd46842a5a473f58774a",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-23T16:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d695b7573b602537c146d3ae488ad0ab888b0a0f",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-23T16:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f843bfca7d01025eb655226ea9c8eb702e3e3a",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-23T16:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad5e0ab41528b49418946ced4331f68b9cca87e7",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-23T15:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d26e2ca36900ded7c796bc7dccc5d00f353e7c00",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-23T15:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eec878922f697e4f9f4d649125f0683b7206536",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-23T15:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ce80b3329d490228bc4aa24e4f24f7e92f6c84",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-23T15:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06d619409c693754a8a5f74f4f40b05e0744826a",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-23T14:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae38c4179ea1e4c73ca4318e4c32e3c2b88ac28a",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-23T13:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afec51698dbed23657f6fdad35b24c1ccf68b1d7",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-22T17:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3626f9ec7ac0d0f9251828874aff649803ca92b6",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-22T16:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "620e0a4bb5571aea3512c77621e6d74f04fb1405",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-22T04:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd9ac0f113e3e8999a35d4daa6bbb6175cd6675",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-22T03:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4fe6ef52c1c82cf9e0b891df46453dff07b0bf8",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-19T17:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b7e6eec98705ac9926a53d4a1ede8f9ab2e89cf",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-18T21:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a27cfd3581b38db4bd64735d427c2f90c747d161",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-18T21:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c39eb5d187b5c107b9bfb0d534eab3f01203b814",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-16T20:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26630b631822d8e850a8f3b916d1957f8e203656",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-16T19:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6016368aa4ef3b49f06e2fa2f5afb56795c151db",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-16T17:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff77d16cdebf4d573c0ae8361fd5b5d9ae38888",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-16T14:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd085caa7e512f45856a26680743f20c049d4a38",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-16T13:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7cf91fee9d7f6fc649364d1fe8f6fad8420b8a8",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-16T09:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6971befd235a30322e15a3e02dc225c95a3d130",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-16T08:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68a6f7bd43ef09b4c73c918b0e05ae70f4192765",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-16T07:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3be5528db08c6a707a758e021e2761177b0bef",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-15T17:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff7b68b40c631b05df9d705572f8510f3b5aa8c",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-15T17:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b84374a9473a12d3a7dea6ada71293244e27f9c",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-15T17:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17ee3b7bc5211c0e6ad909aee8daca0b8ed7440d",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-15T16:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a12f341baf1c84bae8cec0a5ce0a46de12534a8",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-15T16:48:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00a8fd893f9b2b0efb4799615ef97b43373bd11a",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-14T17:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae58090c5a6afdeabbde9f369e5e86571e610f43",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-13T22:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52a121ce34b40bbffd331624a24ba5e97738cd0d",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-09-13T19:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2e49762784941b34216326063e0dbed73d26ab",
"body": "v5.1.1",
"is_bot": false,
"headline": "Merge pull request #22 from 1iveowl/develop",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-08-18T10:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dbeb2b71698358b3ceba91be2b04e2da20f3a43",
"body": null,
"is_bot": false,
"headline": "v5.1.1",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-08-18T10:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b552b4bc185948bd2abef2df2288f8e6af15dafc",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-06-30T08:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc35ee9f2282f6e5d81c692ab0668917700ea384",
"body": "v5.0.0",
"is_bot": false,
"headline": "Merge pull request #21 from 1iveowl/develop",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-06-30T08:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b974fa24cee5516dcfa1296c22afc29cb9b82153",
"body": null,
"is_bot": false,
"headline": "v5.0.0",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-06-30T08:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c297875dc4795643268e5d3de331efec8488bebf",
"body": "v4.2.3",
"is_bot": false,
"headline": "Merge pull request #20 from 1iveowl/develop",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-03-23T16:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2388078f5c268b3db684ca2db980355992a70146",
"body": null,
"is_bot": false,
"headline": "v4.2.3",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-03-23T16:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "121bf12192066c30fda80b82d2a980d7cd041c8d",
"body": "v4.1.5",
"is_bot": false,
"headline": "Merge pull request #19 from 1iveowl/develop",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-03-10T12:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b950cf248ee91bc0a8f2c1f8e87b3474ca3653ad",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into develop",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2018-03-10T12:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4edfa5f5575276b7b4dea7a4e26657e2bbf50e53",
"body": null,
"is_bot": false,
"headline": "v4.1.5",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-03-10T12:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71935f4ea92a4277a71792c422f9406de8415d55",
"body": null,
"is_bot": false,
"headline": "v4.2.1",
"author_name": "Jasper H. Bojsen",
"author_login": "1iveowl",
"committed_at": "2018-02-15T12:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94ac3dc7a22a9ed33bdb8df91dc60ba900e7015c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-08-27T18:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b33cc68acfb50f643d1ba9402d340b694a7a581",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-06-08T16:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f793cf6e0676420ceeb51102f91ba9b55f8498",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-06-05T21:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "777f3a6a0f9e45f0adeeb749b2c3d743fcb13849",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-06-05T19:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab7de89a1a170adecddbafb8e444fc083907f17b",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-06-05T19:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3a3535c9ec8d1fea272028204b0b0de1d8ae269",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-06-05T19:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81db09aa28b1487e485301e9c652a0591d33bdc4",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-06-05T18:50:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "281fdd08371ac643e26583ecf43c3df0fc3f14fd",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-21T07:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b4ba36f3937962567b3dd39e6abaa8c4978308",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-17T21:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3288a4ca33f3435e0c4fdc3ab8e571113dc321c7",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-17T17:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb2869e956a2eb664738725376c448062df07835",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'refs/remotes/origin/master' into develop",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-11T06:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc1c8be4b20be36b55141595a5b9baeb4e81823",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-11T06:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3385546c6d37ded621fbac5a21932235d7259678",
"body": "readme",
"is_bot": false,
"headline": "Merge pull request #16 from 1iveowl/develop",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-11T06:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d049660a6f401edf3616275c4d6babc87b9cae",
"body": null,
"is_bot": false,
"headline": "readme update",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-11T06:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d80d4ea58797df5e97110ebb318eeb7b777fd27",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'refs/remotes/origin/master' into develop",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-11T06:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0776e2b1efdc09689ca1d2415510e42df2326f9f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-11T06:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ee9c734d310daf2803de040f1c3a38e2f9c99c7",
"body": "v4.0.6",
"is_bot": false,
"headline": "Merge pull request #15 from 1iveowl/develop",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-11T06:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c78bc312633aa5d4304da6d1c6fd19ae70acb0a0",
"body": null,
"is_bot": false,
"headline": "v4.0.6",
"author_name": "1iveowl",
"author_login": "1iveowl",
"committed_at": "2017-05-11T06:09:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 10,
"latest_release_at": "2026-07-24T04:17:28Z",
"latest_release_tag": "v7.0.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 0,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "SSDP.UPnP.PCL",
"exists": true,
"license": null,
"keywords": [
"ssdp",
"upnp",
"discovery",
"rx",
"reactive",
"observable",
"multicast",
"iot"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/SSDP.UPnP.PCL",
"is_deprecated": false,
"latest_version": "7.0.0",
"repository_url": "https://github.com/1iveowl/SSDP.UPnP.PCL",
"versions_count": 16,
"total_downloads": 78475,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T04:24:00.253000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 4,
"stars": 47,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2019-08-08",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [
"samples/Sample.ControlPoint/Sample.ControlPoint.csproj",
"samples/Sample.Device/Sample.Device.csproj",
"src/SSDP.UPnP.PCL/SSDP.UPnP.PCL.csproj",
"tests/SSDP.UPnP.PCL.Tests/SSDP.UPnP.PCL.Tests.csproj"
],
"largest_source_bytes": 27618,
"source_files_sampled": 37,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 7,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"manifest": "src/SSDP.UPnP.PCL/SSDP.UPnP.PCL.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.0"
},
{
"name": "SimpleHttpListener.Rx",
"manifest": "src/SSDP.UPnP.PCL/SSDP.UPnP.PCL.csproj",
"ecosystem": "nuget",
"version_constraint": "7.0.1"
},
{
"name": "System.Reactive",
"manifest": "src/SSDP.UPnP.PCL/SSDP.UPnP.PCL.csproj",
"ecosystem": "nuget",
"version_constraint": "7.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"direct": true,
"version": "10.0.0",
"ecosystem": "nuget"
},
{
"name": "SimpleHttpListener.Rx",
"direct": true,
"version": "7.0.1",
"ecosystem": "nuget"
},
{
"name": "System.Reactive",
"direct": true,
"version": "7.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.TimeProvider.Testing",
"direct": false,
"version": "9.7.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": "17.14.1",
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": false,
"version": "3.1.1",
"ecosystem": "nuget"
},
{
"name": "xunit.v3",
"direct": false,
"version": "2.0.3",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 3,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 23,
"open_issues": 2,
"closed_ratio": 0.778,
"closed_issues": 7,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "1iveowl",
"commits": 233,
"avatar_url": "https://avatars.githubusercontent.com/u/12871120?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 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": 1,
"reason": "1 out of 7 merged PRs checked by a CI test -- score normalized to 1",
"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": 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": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f8a0d93074cce91f80c0468115911ae2515c8257",
"ran_at": "2026-07-24T04:31:14Z",
"aggregate_score": 5,
"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-24T04:21:15Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-24T04:16:31Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 31,
"created_at": "2022-06-02T07:40:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2023-11-09T15:11:44Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/1iveowl/SSDP.UPnP.PCL",
"host": "github.com",
"name": "SSDP.UPnP.PCL",
"owner": "1iveowl"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 60,
"vitality": 62,
"community": 47,
"governance": 57,
"engineering": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 0.98,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"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": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 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": 1,
"latest_release_tag": "v7.0.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"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": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": 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": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 4,
"stars": 47,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "47 stars",
"points": 27,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 47
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"packages": [
"SSDP.UPnP.PCL"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 78475,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "78,475 downloads all-time across nuget",
"points": 50.9,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 78475,
"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": 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": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 23,
"open_issues": 2,
"closed_issues": 7,
"issue_closed_ratio": 0.778,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "78% of issues closed",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/24 decided PRs merged",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 24
}
}
],
"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": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 58,
"owner_type": "User",
"is_verified": null,
"owner_login": "1iveowl",
"public_repos": 71,
"account_age_days": 4058
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "58 followers of 1iveowl",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 58,
"login": "1iveowl"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "71 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 71
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"SSDP.UPnP.PCL"
],
"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": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 54,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 7 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"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": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 7 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/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": "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": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 7 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 7
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 7,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "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": 7,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 50,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.214,
"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": "21 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"samples/Sample.ControlPoint/Sample.ControlPoint.csproj",
"samples/Sample.Device/Sample.Device.csproj",
"src/SSDP.UPnP.PCL/SSDP.UPnP.PCL.csproj",
"tests/SSDP.UPnP.PCL.Tests/SSDP.UPnP.PCL.Tests.csproj"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "samples/Sample.ControlPoint/Sample.ControlPoint.csproj, samples/Sample.Device/Sample.Device.csproj, src/SSDP.UPnP.PCL/SSDP.UPnP.PCL.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "samples/Sample.ControlPoint/Sample.ControlPoint.csproj, samples/Sample.Device/Sample.Device.csproj, src/SSDP.UPnP.PCL/SSDP.UPnP.PCL.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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": "devcontainer",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 27618,
"source_files_sampled": 37,
"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/37 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 37,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"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": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-24T04:31:28.292661Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/1/1iveowl/SSDP.UPnP.PCL.svg",
"full_name": "1iveowl/SSDP.UPnP.PCL",
"license_state": "standard",
"license_spdx": "MIT"
}