Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"osdp",
"access-control"
],
"is_fork": false,
"size_kb": 4479,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 1273132,
"PowerShell": 49123
},
"pushed_at": "2026-07-21T17:50:08Z",
"created_at": "2019-05-21T01:15:33Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T17:50:35Z",
"description": "A .NET Core control panel implementation of the Open Supervised Device Protocol(OSDP)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://z-bitco.com/",
"name": "Z-bit Systems, LLC",
"type": "Organization",
"login": "Z-bit-Systems-LLC",
"company": null,
"location": "United States of America",
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/156264930?v=4",
"created_at": "2024-01-11T00:56:12Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 922
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v5.0.52",
"kind": "patch",
"published_at": "2026-07-21T17:54:19Z"
},
{
"tag": "v5.0.51",
"kind": "patch",
"published_at": "2026-07-06T15:44:41Z"
},
{
"tag": "v5.0.50",
"kind": "patch",
"published_at": "2026-07-06T13:55:14Z"
},
{
"tag": "v5.0.49",
"kind": "patch",
"published_at": "2026-06-06T13:09:01Z"
},
{
"tag": "v5.0.48",
"kind": "patch",
"published_at": "2026-06-06T12:17:52Z"
},
{
"tag": "v5.0.47",
"kind": "patch",
"published_at": "2026-05-26T15:52:38Z"
},
{
"tag": "v5.0.45",
"kind": "patch",
"published_at": "2026-04-13T18:32:49Z"
},
{
"tag": "v5.0.44",
"kind": "patch",
"published_at": "2026-04-11T22:41:23Z"
},
{
"tag": "v5.0.43",
"kind": "patch",
"published_at": "2026-04-11T19:41:58Z"
},
{
"tag": "v5.0.37",
"kind": "patch",
"published_at": "2025-12-30T16:38:04Z"
},
{
"tag": "v4.1.7",
"kind": "patch",
"published_at": "2024-01-04T21:28:04Z"
},
{
"tag": "v4.1.1",
"kind": "patch",
"published_at": "2023-10-06T21:35:13Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2023-08-27T13:39:44Z"
},
{
"tag": "v4.0.4",
"kind": "patch",
"published_at": "2023-08-08T14:45:00Z"
},
{
"tag": "v4.0.3",
"kind": "patch",
"published_at": "2023-02-15T12:52:48Z"
},
{
"tag": "v4.0.2",
"kind": "patch",
"published_at": "2023-02-05T22:33:21Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2022-12-10T02:15:27Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2022-11-27T17:05:22Z"
}
],
"recent_commits": [
{
"oid": "ba62fbd41782991d810f3e2ba95e4220468f7594",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.52",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-07-21T17:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd3b838cdee1dd2d0faacb9d704a589c50f13eb",
"body": "When an ACU sends osdp_KEYSET over an established secure channel and then\nre-establishes the channel with the new SCBK, MessageSpy kept deriving\nsession keys from the key originally supplied to the parser. Empty secure\nframes (POLL/ACK) still parsed, but the first data-bearing reply after the\nre-key\n[…]\n running session (mirroring the PD's HandleKeySetUpdate). The\nsubsequent handshake then derives its session keys from the new key.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Re-key the trace parser on osdp_KEYSET so post-rekey payloads decode",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-07-21T17:33:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "107a5ca8d91528c83971817eb5075e4f91b3a2b2",
"body": "The passive parser tagged secure messages as default/unique key based on\nthe key supplied to MessageSpy (defaulting to SCBK-D in the parse dialog)\nrather than what the session actually used. This contradicted the handshake\nline, which correctly reads the osdp_CHLNG SEC_BLK_DATA byte.\n\nMessageSpy now\n[…]\nthe\n[Secure - Default Key] tag reflects the wire. Live ACU/PD channels are\nunaffected; they still report their own configured key.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Derive parsed key type from wire handshake, not parse key",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-07-21T17:09:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "62fa0860972cc1a8e6fd13314aa98e457119753c",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.51",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-07-06T15:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff26a7cdfc49b54d945e30e3c16521222d2ee89c",
"body": "The apache.log4net.Extensions.Logging AddLog4Net() extension reads\nAssembly.CodeBase to locate log4net.config, which throws \"CodeBase is\nnot supported on assemblies loaded from a single-file bundle\" in a\nsingle-file publish. PDConsole hit this on startup; ACUConsole avoided\nthe crash only by disabli\n[…]\nouches CodeBase - so logging actually works in single-file builds\n(PDConsole to pdconsole.log, ACUConsole to the in-app log view).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix CodeBase crash and enable logging in single-file console builds",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-07-06T15:37:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "480968cb4e5b66946456fdc278090fbbe17b09c9",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.50",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-07-06T13:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76841ac067fa4d8b4ab7ff04c773b09f093233e1",
"body": "The padding-marker scan walks backward to the 0x80 marker, then rejected\nthe message whenever the marker landed at index 0. But index 0 is a valid\noutcome: an encrypted command/reply with an empty payload pads to a full\nblock that is nothing but the 0x80 marker (e.g. an encrypted osdp_LSTAT),\nso the\n[…]\nead, which only rejects a block that has no marker at\nall.\n\nFound while simulating a PD that emits encrypted zero-length payloads.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Accept empty encrypted payloads instead of rejecting them as unpadded",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-07-06T13:16:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1cdf537ec1d4c6dfd93037a80a6fafc053ae79bf",
"body": "Retry commands that fail due to osdp_BUSY",
"is_bot": false,
"headline": "Merge pull request #214 from Identity-One-LLC/feature/busy-support",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-07T15:52:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc6b30b4c2f3ce4bb9324e1873fa9adce3cf94f8",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.49",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T13:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15bfdcbe54331cb66bf07f06cf77e7acb0ef1a78",
"body": "PDConsole's TracingOsdpConnection wrote PD reply buffers to the .osdpcap\nfile verbatim, including the leading 0xFF driver byte the library prepends\nin OutgoingMessage.BuildMessage. The ACU path strips it (Bus.cs Skip(1)),\nso PD output packets started with FF-53 instead of 53. Strip leading driver\nby\n[…]\nhe AddressPropertyTest\nfixtures fed SOM-stripped arrays, so they passed against the bug; update\nthem to realistic SOM-led packets.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Strip driver byte from PDConsole trace output and fix TraceEntry.Address",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T13:06:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "886c1b1d92b9f7c9dd8ed927c9b7caa7780b47f2",
"body": "Add docs/pdconsole-settings.md describing every PDConsole setting\n(Connection, Device/Capabilities/ExtendedId, Security, Simulation, and\nthe logging/tracing switches), how the file is loaded/saved, and the\nosdp_KEYSET auto-update behavior. Linked from the README.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Document PDConsole appsettings.json configuration",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T12:29:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a8202a934e73a910aeb04cd428eb29a05b9786b2",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.48",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T12:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6efa9a3cadb95b620179bac1e79cc3a076e177e3",
"body": "Secure-channel trace decoding, PD reply compliance + guard, OutputStatus\nfix, and dropping stale PD secure sessions on ACU connection restart.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge feature/parse-secure-channel-handshake",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T12:11:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ed73ebd55699cd9dd8fe8ebbc9a64a4ab7cd5b0",
"body": "Extract the sequence-0 session-drop logic into an internal\nDropStaleSecureSessionOnConnectionRestart method and cover it with unit\ntests: a clear-text sequence-0 command drops an established session,\na non-zero-sequence command leaves it intact, and a sequence-0 command\non an already-unsecured channel is a no-op.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add unit tests for PD secure-session drop on connection restart",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T12:01:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9a84727b100989cf51f1fe9946d8846b3a74958d",
"body": "ReSharper flagged `using OSDP.Net;` as redundant - the types resolve via\nthe parent namespace of OSDP.Net.Tests.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove redundant using directive in DeviceReplyValidationTest",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T11:56:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "02e4784768fce5a2a408fa563d070286867742dd",
"body": "A sequence number of 0 means the ACU is (re)starting the connection, so\nany established secure channel session is stale. The PD now drops that\nsession when it receives a clear-text command at sequence 0, letting the\nACU re-discover the PD (osdp_CAP/osdp_ID answered in the clear) and\nre-establish the\n[…]\nt: clear-text osdp_CAP is only allowed\nwhile the secure session is not active, which now holds again after the\nsequence-0 restart.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Drop stale PD secure session when the ACU restarts (sequence 0)",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T11:53:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d42c1cad581205d25c2b234b9596deb2d852ace6",
"body": "PDConsole's PDDevice answered osdp_LSTAT/ISTAT/OSTAT/RSTAT with osdp_ACK\ninstead of the mandated report. Each handler now returns the proper\nreport (LSTATR/ISTATR/OSTATR/RSTATR), sized from the declared device\ncapabilities.\n\nAdd a reply-validation guard in Device.HandleCommand: for commands that\nman\n[…]\nStatus encoding inversion: BuildData now encodes active as 0x01\nand inactive as 0x00, matching ParseData so the value round-trips.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make PD status replies spec-compliant and guard against wrong replies",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T02:05:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4c9b707c98b63e8ba515e0366c6d3cb9cc776ba1",
"body": "Add human-readable decoding of the secure channel initialization\n(osdp_CHLNG, osdp_CCRYPT, osdp_SCRYPT, osdp_RMAC_I) to the shared\nOSDPPacketTextFormatter. Each SCS packet now shows its step, the\nsecurity block type and SEC_BLK_DATA (with interpretation), and the\ndecoded payload fields (RND.A, cUID/\n[…]\ntes acceptance as 0x01. This disambiguates\nSCS_12, which is now used only by CCRYPT for the key type (0x00 = SCBK-D,\n0x01 = SCBK).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Decode secure channel handshake in parsed trace output",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T01:53:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0ab82e080048d7c6697a31d00c845419d19944e4",
"body": "…n trace parsing\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge fix/tracing-leading-mark-byte: handle leading 0xFF mark bytes i…",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T00:50:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e9be42dc74ca5bf69cd8dba34802c4b4dbfe36cd",
"body": "The ConnectionStatusChanged lambda in SmartCardSample was marked async\nbut contained no await, producing a CS1998 inspection warning. Its body\nis entirely synchronous, so drop the async keyword.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove redundant async on synchronous ConnectionStatusChanged handler",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T00:50:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8e7008827f686a12b9396c2c078017f9f440d5a6",
"body": "Device replies are transmitted with a leading 0xFF line-driver/mark\nbyte before the SOM (e.g. FF-53-80-...). The capture parsers detected\ncommand vs. reply direction by reading data[1], assuming the address\nbyte always follows immediately after SOM. With the mark byte present,\ndata[1] was the 0x53 S\n[…]\nthree duplicated\nParsePacket implementations (PDConsole, ACUConsole, ParsedTextWriter)\ninto the now-robust MessageSpy.ParsePacket.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix packet trace parsing for leading 0xFF mark bytes",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T00:47:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d0e8014a3bf243ce0e15bf8b14893434d38ab161",
"body": "Both settings were previously read from appsettings.json but never used.\n\n- EnableLogging: configure log4net from log4net.config and pass an\n ILoggerFactory into PDDevice so the device's existing ILogger output\n (packets, secure-channel events) is written to pdconsole.log. Adds the\n log4net packa\n[…]\noming byte stream into complete OSDP frames, wrapped by a\n TracingConnectionListener that manages per-connection capture writers.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Wire up PDConsole EnableLogging and EnableTracing settings",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T00:26:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "31c40a48686f638062cf07b774e8bde08a5da45c",
"body": "Replace the RequireSecureChannel boolean with a SecureChannelMode enum\n(ClearText, Install, Secure) and store the SecureChannelKey as a hex\nstring that is only used in Secure mode.\n\n- Settings map to the library RequireSecurity/SecurityKey pair: Install\n keys with the well-known default key, Secure\n[…]\nises EncryptionKeyChanged; the presenter stores the new key\n as hex, switches the mode to Secure, and persists the settings file.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Simplify PDConsole secure channel configuration",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T00:15:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6ded549291b519a7d493febda8a250c7c3b75c91",
"body": "The configured appsettings.json was never used at runtime, so PDConsole\nfell back to the hard-coded defaults in Settings.cs.\n\nThree root causes:\n- appsettings.json had no CopyToOutputDirectory rule, so it was never\n deployed to bin; the app generated a default file there instead.\n- System.Text.Json\n[…]\nilityFunction\n enum (ReaderAudibleControl, CombinedMessageSize, ReaderAuthentication,\n BiometricSupport, SecurePinEntrySupport).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix PDConsole settings not loading from appsettings.json",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-06-06T00:03:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bf655dd4ed890e38a35587530da667f6baf8265f",
"body": null,
"is_bot": false,
"headline": "Bumped busy retries to 20",
"author_name": "id1sm",
"author_login": "id1sm",
"committed_at": "2026-06-02T17:19:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6666cdc6fd60f8064529c719c37983e18b743c53",
"body": "…eout",
"is_bot": false,
"headline": "Added 10 retries for osdp_BUSY, separate from the 2 retries for a tim…",
"author_name": "id1sm",
"author_login": "id1sm",
"committed_at": "2026-06-01T18:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2720b7e4db7ed729192158930512b1a0cde9dfc6",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.47",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-05-26T15:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ec00a25536ea3eed6e8c2f89e405f49177d2b4",
"body": "Expose TextCommand, Row, Column, and TemporaryTextTime fields in the\nReader Text Output dialog instead of hardcoding defaults. Follows the\nsame device-selection-first and capability-check pattern as LED and\nBuzzer commands. Temp Time field auto-enables only when a temporary\ncommand type is selected.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add full osdp_TEXT command support with all OSDP 2.2 options",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-05-26T15:51:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "01829ed3372448617bc4ee65b79d6639ecf6b324",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add random key generator button to EncryptionKeySetDialog",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-05-15T13:31:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4bbce153c48ce0141a7ec6cc7bab9f59c197c532",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.46",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-05-15T13:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d53fdeba60902a740c16b0307532bd31574a98fe",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/Z-bit-Systems-LLC/OSDP.Net",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-05-15T13:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22cb0542b0b11bba53ab334041a2e79d7b1e18b4",
"body": "Send osdp_PR00SET once per connection before any Mode-1 commands, and\nactively scan for card presence each poll cycle since some PDs do not\npush unsolicited PR01PRES notifications. Decode card-present replies\nper OSDP v2.2.2 §7.26.8 (Mode=1, PReply=0, status byte 0x01-0x03).\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Actively poll for smart cards and gate Mode-1 traffic on PR00SET",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-05-12T13:01:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40c208e4bd4c8e79481da4e6afdb423072a4de25",
"body": "Fix KeepReaderActive CommandData using the wrong CommandType",
"is_bot": false,
"headline": "Merge pull request #213 from Identity-One-LLC/fix/keep-active",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-05-05T16:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd6bfe3297615641ff806cf1655ff6198fb8ee64",
"body": null,
"is_bot": false,
"headline": "Fix KeepReaderActive CommandData using the wrong CommandType",
"author_name": "id1sm",
"author_login": "id1sm",
"committed_at": "2026-05-05T15:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f5312015ae9f0063c2c308f7a7c7592e3d4f331",
"body": "Prevent ObjectDisposedException ('Cannot access a disposed object.\nObject name: System.Threading.SemaphoreSlim') from surfacing in\nACUConsole when stopping a connection while a long-running command\nholds a per-device request lock. Shutdown now cancels a shared\nCancellationTokenSource, waits for the in-flight command counter to\ndrain, and only then disposes the request lock semaphores.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Cancel in-flight commands and drain locks before shutdown",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-05-05T13:34:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "73d295f46571b983cb5464baf150e386516dc336",
"body": "Why: ReSharper code inspection flagged the redundant namespace qualifiers\nsince the using directives already bring these types into scope.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Simplify ExtendedWrite/ExtendedRead references in Packet.ParseData",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-26T16:54:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da05883b18df2a285c55ed98ceccd899df0fb380",
"body": "…rtCardSample\n\nPacket.ParsePayloadData now returns ExtendedWrite/ExtendedRead instances\ninstead of null, so transparent-mode XWR/XRD traffic shows Mode, PCommand\nor PReply, and PData in OSDPPacketTextFormatter output.\n\nControlPanel.Shutdown() closes file-capture writers so consumers can read\nthe .os\n[…]\nple now runs the\ncapture file through MessageSpy + OSDPPacketTextFormatter on exit to\nproduce a sibling .txt for quick inspection.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Parse Extended Read/Write payloads and emit a parsed capture from Sma…",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-26T15:39:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb3a9a93ef0b231916af2b016b0dfbc335bfe267",
"body": null,
"is_bot": false,
"headline": "Switch target to NET 8.0",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-23T12:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e65f7948c26f51ef9eaf26d5f45ba6f7f5ca5f0e",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update NuGet packages to latest versions",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-17T13:14:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a77f922d4c9439d8325d02c873782d6707bcc8ad",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OSDP PD Simulator to Related Projects in README",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-17T13:01:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "36948baeed588a1cf5c88315c59a81eacdcfdaac",
"body": "Wrap typed and raw reply event dispatching in separate try/catch blocks\nso a throwing subscriber cannot kill the reply processing loop or suppress\nother event handlers. ReplyReceived (internal) is intentionally left\nunprotected so errors propagate back to SendCommand callers.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add exception isolation for reply event handlers and integration tests",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-17T13:01:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cc6cd717f49aace99d4831c57b8fd302a9744c23",
"body": "- Convert tab indentation to 4-space to match codebase standard\n- Rename Command property to ReplyType in RawReplyEventArgs for clarity\n- Use ReadOnlyMemory<byte> for Payload to prevent mutation by subscribers\n- Move RawReplyReceived invocation after typed event dispatch\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix code style and API design issues in delegation support",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-17T13:01:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9556b3a7a93de8c3acd76cbbb9719b31b03451fa",
"body": "Add event for receiving all OSDP replies and support queuing commands without awaiting responses",
"is_bot": false,
"headline": "Merge pull request #212 from Identity-One-LLC/feature/delegation-support",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-17T12:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f275313cb425e61cda0cec0a54b46441375eef0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'Z-bit-Systems-LLC:main' into feature/delegation-support",
"author_name": "id1sm",
"author_login": "id1sm",
"committed_at": "2026-04-16T16:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474d776b41397747cd3c4647de60237bc757b57e",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.45",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-13T18:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe1696d40c0aa6ac106bc6d40b88b5361a57a68b",
"body": "…ce 0\n\nRemove the `Sequence > 0` guard on the UnexpectedSequenceNumber NAK handler\nin ProcessReply. When a PD resets and NAKs at sequence 0, and IsConnected is\nfalse (e.g. after an 8-second timeout or a recent device reset), neither the\nsequence-0 reset check (requires IsConnected) nor the NAK handler (required\nSequence > 0) would trigger a device reset, wedging the ACU in a polling loop.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ACU wedging when PD sends NAK(UnexpectedSequenceNumber) at sequen…",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-13T18:32:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5b09b4762cfccb3648bf48d79ecf3f33ca233138",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add transparent mode guide link to SmartCardSample README",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-13T15:43:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6a7f4eb47081c42ec36a7b4da7db6054a21e84a4",
"body": "…tom commands without waiting for a response.",
"is_bot": false,
"headline": "Added an event that fires for every reply and a method to enqueue cus…",
"author_name": "id1sm",
"author_login": "id1sm",
"committed_at": "2026-04-13T14:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ce85a1da69656ed49ee89b78e0136a7a369904c",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.44",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-11T22:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b40597b2bdc24ae0876ff06765b67065269dd90",
"body": "Mirrors the existing ACU transparent mode implementation on the PD side so\nPDs can answer osdp_XWR commands and push unsolicited osdp_XRD replies for\nsmart-card APDU passthrough. Refactors ExtendedRead into a PayloadData so\nit can be both built (PD sending) and parsed (ACU receiving), adds a\nvirtual\n[…]\nation into PDConsole that pairs with the existing SmartCardSample\nend-to-end. Includes a transparent mode usage guide under docs/.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add PD-side OSDP transparent mode (XWR/XRD) support",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-11T22:00:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7908d454a0bd40dd2d0ca8bfb81a07e9b26d1fe1",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Expand release alias to cover GitHub release and documentation",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-11T20:02:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "921e97f6272771ffa28a77d05ce783c29d5da8c8",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.43",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-11T19:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0fc631d20dcf919cb758f7d715ca5d586c7ed22",
"body": "Fixes ReSharper InconsistentNaming warning on MessageDataFragment's\nsizeAndOffsetFieldSize field, renaming it to _sizeAndOffsetFieldSize.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rename field to match private instance naming convention",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-11T19:30:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab3028d7a794acb9fdf935aa11a90de90dd6a884",
"body": "Adds the data classes, ControlPanel API surface, and sample app needed\nto actually use the CommandType.ExtendedWrite (0xA1) and\nReplyType.ExtendedRead (0xB1) enum stubs that already existed. Enables\nACUs to tunnel ISO 7816-4 APDUs to smart cards through a PD's reader.\n\n- Model/CommandData/ExtendedWr\n[…]\nsession on blank input\n- Unit tests for ExtendedWrite/ExtendedRead\n- supported_commands.md updated to reflect XWR/XRD as supported\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OSDP transparent mode (XWR/XRD) and SmartCardSample",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-11T18:46:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "00533b8ef565d7b2460ac5a4f3b09e7f05635495",
"body": "Use 2-byte TOTAL and OFFSET in osdp_CRAUTH message fragments",
"is_bot": false,
"headline": "Merge pull request #211 from id1sm/fix/crauth",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-04-08T23:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "907d7fa327ae06f71afe4dcb248ba02ea66f3861",
"body": "…_CRAUTH",
"is_bot": false,
"headline": "fix(crauth): use 2-byte size and offset in message fragments for osdp…",
"author_name": "id1sm",
"author_login": "id1sm",
"committed_at": "2026-03-31T17:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05a2c8a61068531d40b7f3379b172c417005302a",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OSDP 2.2.2 PD compliance validation report (Phase 7)",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-08T01:17:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "85c8bf9d20e6b5d03ccebab526c88c6297e3b580",
"body": "10 integration tests for optional PD features:\n- Capability reporting accuracy and OSDP version compliance\n- Output control NOP command handling\n- NAK rejection for unimplemented buzzer, text, and LED commands\n- osdp_COMSET address and baud rate changes with reconnection\n- Invalid baud rate fallback behavior\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OSDP 2.2.2 optional feature validation tests (Phase 6)",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-08T00:53:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "46d536ac52ced931a02e50abd15366e2c0f852b7",
"body": "12 integration tests validating PD secure channel behavior:\n- 4-step handshake with SCBK and SCBK-D (install mode)\n- Key update via osdp_KEYSET and reconnection with new key\n- Old key rejection after update\n- Install mode to full security transition\n- Secure channel re-establishment after disconnect\n- Repeated handshake sequences and mode flexibility\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OSDP 2.2.2 secure channel compliance tests (Phase 5)",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-08T00:47:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3528d0ee47300c23c4ca8c63dc5cb51c2a755153",
"body": "13 integration tests validating PD timing behavior:\n- REPLY_DELAY validation for all 7 mandatory commands (≤200ms spec, 500ms tolerance)\n- Offline timeout boundary tests (connected at 7s, disconnected at 9s)\n- Secure channel establishment timing and reply delay over encrypted channel\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OSDP 2.2.2 timing compliance tests (Phase 4)",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-08T00:41:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9187bfd599e523ebbe6804a334804f6b621e8eca",
"body": "12 integration tests validating PD error handling compliance:\n- Device-level NAK 0x03 (UnknownCommandCode) for unimplemented commands\n- Channel-level NAK 0x05 (DoesNotSupportSecurityBlock) for key mismatches\n- Channel-level NAK 0x06 (CommunicationSecurityNotMet) for security violations\n- PD resilience after NAK, install mode, and custom AllowUnsecured list\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OSDP 2.2.2 error handling and NAK validation tests (Phase 3)",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-07T23:58:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "65fd9cc34fd3b33dfb12356102d9c3fa297cdb48",
"body": "Introduce systematic compliance tests validating the PD implementation\nagainst the OSDP 2.2.2 specification. Phase 1 covers protocol state\nmachine (connection state, offline timeout, poll reply queue, address\nfiltering). Phase 2 covers all mandatory commands and replies with\nvalidation over both unsecured and secure channels.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OSDP 2.2.2 PD compliance validation tests (Phase 1-2)",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-07T23:17:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3fe282f6464058e0f07f664c36bdac27efb8ef3e",
"body": "Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add prompt aliases section to CLAUDE.md",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T02:19:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5f08c0295e675a9ff15345fa04862a3683ada85b",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.42",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T02:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6fef2863d38453065e72e5ab52b149fd6cb49a0",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.41",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T02:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5706805d30c25f100e9e398bbeb90801a6911797",
"body": "Align labels with colons vertically, show description on separate line\nafter blank line. Update LED, Buzzer, and Extended ID dialogs for\nconsistent formatting.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Improve capability notice dialog formatting",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T02:07:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "148af645fe050214d202905af04384535cf81470",
"body": "Add ToneCode, OnTime, OffTime, and Count parameters to buzzer control\ndialog. Include device capability checking with informational notice\nbefore showing settings. Add comprehensive unit tests for edge cases.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Enhance Reader Buzzer Control dialog with full OSDP 2.2.2 support",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T01:57:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "382f7cdd3704e51eae9482edcfeef9a08ed0f508",
"body": "Add multi-step dialog flow for LED control with temporary and permanent\nsettings, custom color hex input (0x00-0xFF), and device capability notice.\nThe dialog now syncs hex values with dropdown selection and validates all\ninputs before sending.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Enhance Reader LED Control dialog with full OSDP 2.2.2 support",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T01:43:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1d66661cfc1ddca496aa182110dce26e737e5db2",
"body": "Scripts in this repository use modern PowerShell features that require\nPowerShell Core (pwsh) instead of Windows PowerShell.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add PowerShell Core requirement to CLAUDE.md",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T00:32:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "df528cb5f7f1f52ec3b07840c7192ecb0db2c7c1",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.40",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T00:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e57c83e3d29ba40fe1d09d5a5f50838754b0d29",
"body": "Centralize the OSDP standard baud rates (9600, 19200, 38400, 57600,\n115200, 230400, 460800) in SerialPortOsdpConnection and update\nACUConsole and PDConsole to derive their baud rate lists from this\nsingle source of truth.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add StandardBaudRates constant to SerialPortOsdpConnection",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T00:30:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6a476de8877fd1a2eae1531631c245479ceea79e",
"body": "The PD was sending all zeros for the cUID in the osdp_CCRYPT challenge\nresponse instead of the proper vendor code + serial number as required\nby the OSDP specification.\n\n- Add ClientIdentification struct with VendorCode and SerialNumber\n- DeviceConfiguration now requires ClientIdentification in constructor\n- PdMessageSecureChannel uses configured cUID in HandleSessionChallenge\n- Update samples, tests, and documentation\n\nFixes #191\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix secure channel Client UID (cUID) to use device identification",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-02-04T00:22:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9ec273f8423416b4a0580b6b090c45f29d9c19e7",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.39",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-26T21:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012f4fac7d0c16ffc2d2c4a83231180ebfc8f4cb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/Z-bit-Systems-LLC/OSDP.Net",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-26T21:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d0633362678af026ce245a4dac6c4150370913b",
"body": "Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ccrypt and chlng to user dictionary",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-26T21:04:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8653fe74036db46b92508dae79d956168744b423",
"body": "Fixes Z-bit-Systems-LLC/OSDP.Net#210\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add 460800 baud rate option to console applications",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-26T21:02:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "83aa43b728dacee59598f5a81e11c7cdc72d07d3",
"body": null,
"is_bot": false,
"headline": "Fix code inspection suggestions",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-16T01:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2303e22dca94ef814903b6cf71e60bbf8973af70",
"body": "Related to #193: Add null and length validation for the payload\nparameter in DeviceProxy.InitializeSecureChannel().\n\nThe osdp_CCRYPT payload must be exactly 32 bytes:\n- cUID: 8 bytes\n- clientRnd: 8 bytes\n- clientCryptogram: 16 bytes\n\nThrows InvalidPayloadException if payload is null or less than 32 bytes.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add payload validation in osdp_CCRYPT processing",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-16T01:49:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c3a92f325b57281dd75f7d3747618bc93eb23804",
"body": "Related to #193: The PD now validates that it can fulfill the ACU's\nkey type request in the osdp_CHLNG command.\n\nChanges:\n- Add validation: if ACU requests SCBK but PD only has default key → NAK\n- Simplify existing validation logic with pdHasDefaultKey variable\n- Add unit tests for all PD-side SCB k\n[…]\nck) when:\n- ACU requests SCBK-D but PD has non-default key (existing behavior)\n- ACU requests SCBK but PD only has default key (new validation)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add PD-side SCB key type validation in osdp_CHLNG processing",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-16T01:44:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c81fb7f41e07aedde325e89b602a88f891d0df84",
"body": "Fixes #193: OSDP.Net now validates that the Security Control Block (SCB)\nkey type indicator in the PD's osdp_CCRYPT response matches what the ACU\nsent in osdp_CHLNG.\n\nChanges:\n- Add SecureChannelKeyTypeMismatchException for SCB key type mismatches\n- Update DeviceProxy.InitializeSecureChannel() to va\n[…]\nds with SCBK-D in SCB header\n- ACU sends SCBK-D but PD responds with SCBK in SCB header\n- SecureBlockData is null or empty (protocol violation)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix SCB key type validation in osdp_CCRYPT processing",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-16T01:37:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f1439b3c8b678c188e4974acfb33e8b570f0aa35",
"body": "Added conditions to restrict job execution to specific author associations.",
"is_bot": false,
"headline": "Update CLAUDE issue assistant workflow conditions",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T16:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f38de4a1c3cba3222ace53bc9ba72f8160efe1",
"body": null,
"is_bot": false,
"headline": "Delete .github/workflows/manual-issue-triage.yaml",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T16:28:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dbdce2237fd0c6246aa7b174fccda1542765543",
"body": null,
"is_bot": false,
"headline": "Update claude-issue-assistant.yml",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T16:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3be6e9d47262b364fe5ca14f31c5c4e50af3828e",
"body": null,
"is_bot": false,
"headline": "Integrate Claude issue assistant into workflow",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T16:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f55a6d59a9c78d0e938b5c444ddd7770117252",
"body": null,
"is_bot": false,
"headline": "Rename workflow from 'Claude Issue Triage' to 'Manual Issue Triage'",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T16:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6496cc7e82e42a98e001b73b6bd4b7707cc2e87e",
"body": null,
"is_bot": false,
"headline": "Update manual-issue-triage.yaml",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T16:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b36b049e8b895b8f4eb741679b39825c5f2dbbef",
"body": "Updated the workflow name and modified the prompt for issue analysis.",
"is_bot": false,
"headline": "Rename workflow and enhance issue analysis prompt",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T15:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9976a7fc60dd153a20cd2b574bb2468a251c083d",
"body": null,
"is_bot": false,
"headline": "Update manual-issue-triage.yaml",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T15:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36496db5fbee1e808aa426c6595b0d310bdae376",
"body": null,
"is_bot": false,
"headline": "Rename main.yml to auto-triage-issues.yml",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T15:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9929cebd1569cb23ac3e0223457a99e4c52ee4f9",
"body": null,
"is_bot": false,
"headline": "Update CLAUDE action prompt in workflow",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T15:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5502ae480456a2fbfe6a81cca27558b77f45e561",
"body": null,
"is_bot": false,
"headline": "Add manual issue triage workflow",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T15:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eda546f51d70b866e101dac695349ae7f4b9769",
"body": null,
"is_bot": false,
"headline": "Add GitHub Actions workflow for auto-triaging issues",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-08T15:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bdaad2d92c47f65e254b2cd81d23c268c3411fa",
"body": "Update project structure section to reflect test directory move\nand clarify console application locations.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update CLAUDE.md with new test location",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-07T14:35:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e9f08673560a4311870fedab83764cbeabc380a2",
"body": "Reorganize project structure to separate tests from source code:\n- Move src/OSDP.Net.Tests to test/OSDP.Net.Tests\n- Update solution file with new project path\n- Update project reference in test csproj\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Move test project to dedicated test directory",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-07T03:05:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "12f101089e0646bf3eab313b6e68103ba8b77c26",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.38",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-03T15:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a393c69283327f61c00b248b25157a69fe18b4f",
"body": "Refactor Bus class to properly track and await the polling task instead\nof using a timeout-based wait with AutoResetEvent. This eliminates the\nrace condition where Dispose() could be called before the polling loop\nfinished, causing ObjectDisposedException when trying to signal the\nnow-disposed event\n[…]\ner awaiting\n- Remove unnecessary finally block that signaled the disposed event\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ObjectDisposedException race condition during device discovery",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2026-01-03T15:52:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0558a98b7c4a2dc6b230750699e56940e6d6527f",
"body": null,
"is_bot": false,
"headline": "Minor updates to documentation",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2025-12-30T17:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d17cdaf523a5dfa4413eec2aad0f88d6afefdd64",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.37",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2025-12-30T15:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5ea880adb47f0c5474fd41252a94ca83e907a4",
"body": null,
"is_bot": false,
"headline": "Remove the beta suffix from version",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2025-12-30T15:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d6e3471ae1a27b6811cfea997553a484be7ce4a",
"body": null,
"is_bot": false,
"headline": "Bump version to 5.0.36-beta",
"author_name": "Jonathan Horvath",
"author_login": "bytedreamer",
"committed_at": "2025-12-26T16:40:20Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 315,
"latest_release_at": "2026-07-21T17:54:19Z",
"latest_release_tag": "v5.0.52",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 30,
"days_since_latest_release": 0,
"mean_days_between_releases": 22.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 24,
"stars": 63,
"watchers": 11,
"fork_history": {
"days": [
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-07-28",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-07-01",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-12-10",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
}
],
"complete": true,
"collected": 24,
"total_forks": 24
},
"star_history": {
"days": [
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-10-03",
"count": 1
},
{
"date": "2019-11-10",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-11-15",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-08-05",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-20",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-07-31",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-12-01",
"count": 2
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-02-28",
"count": 2
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-03-17",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-08-12",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-12-24",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-03-09",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-06-10",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-07-29",
"count": 1
},
{
"date": "2024-08-27",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2024-12-13",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
}
],
"complete": true,
"collected": 62,
"total_stars": 63
},
"open_issues_and_prs": 4
},
"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": false,
"typecheck_configs": [],
"toolchain_manifests": [
"src/ACUConsole/ACUConsole.csproj",
"src/OSDP.Net/OSDP.Net.csproj",
"src/PDConsole/PDConsole.csproj",
"src/samples/CardReader/CardReader.csproj",
"src/samples/PassiveOsdpMonitor/PassiveOsdpMonitor.csproj",
"src/samples/PivDataReader/PivDataReader.csproj",
"src/samples/SimplePDDevice/SimplePDDevice.csproj",
"src/samples/SmartCardSample/SmartCardSample.csproj",
"test/OSDP.Net.Tests/OSDP.Net.Tests.csproj"
],
"largest_source_bytes": 104014,
"source_files_sampled": 267,
"oversized_source_files": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7037
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 20,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "apache.log4net.Extensions.Logging",
"manifest": "src/ACUConsole/ACUConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0.12"
},
{
"name": "log4net",
"manifest": "src/ACUConsole/ACUConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "3.3.0"
},
{
"name": "Microsoft.NETCore.Platforms",
"manifest": "src/ACUConsole/ACUConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "7.0.4"
},
{
"name": "Microsoft.NETFramework.ReferenceAssemblies",
"manifest": "src/ACUConsole/ACUConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "1.0.3"
},
{
"name": "Terminal.Gui",
"manifest": "src/ACUConsole/ACUConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "1.19.0"
},
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "src/ACUConsole/ACUConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.202"
},
{
"name": "Microsoft.CSharp",
"manifest": "src/OSDP.Net/OSDP.Net.csproj",
"ecosystem": "nuget",
"version_constraint": "4.7.0"
},
{
"name": "System.Memory",
"manifest": "src/OSDP.Net/OSDP.Net.csproj",
"ecosystem": "nuget",
"version_constraint": "4.6.3"
},
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "src/OSDP.Net/OSDP.Net.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.202"
},
{
"name": "System.Text.Json",
"manifest": "src/OSDP.Net/OSDP.Net.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.6"
},
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"manifest": "src/OSDP.Net/OSDP.Net.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.6"
},
{
"name": "System.Collections.Immutable",
"manifest": "src/OSDP.Net/OSDP.Net.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.6"
},
{
"name": "System.IO.Ports",
"manifest": "src/OSDP.Net/OSDP.Net.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.6"
},
{
"name": "apache.log4net.Extensions.Logging",
"manifest": "src/PDConsole/PDConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0.12"
},
{
"name": "log4net",
"manifest": "src/PDConsole/PDConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "3.3.0"
},
{
"name": "Microsoft.NETCore.Platforms",
"manifest": "src/PDConsole/PDConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "7.0.4"
},
{
"name": "Microsoft.NETFramework.ReferenceAssemblies",
"manifest": "src/PDConsole/PDConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "1.0.3"
},
{
"name": "Terminal.Gui",
"manifest": "src/PDConsole/PDConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "1.19.0"
},
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "src/PDConsole/PDConsole.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.202"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "apache.log4net.Extensions.Logging",
"direct": true,
"version": "2.0.0.12",
"ecosystem": "nuget"
},
{
"name": "log4net",
"direct": true,
"version": "3.3.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.CSharp",
"direct": true,
"version": "4.7.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"direct": true,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NETCore.Platforms",
"direct": true,
"version": "7.0.4",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NETFramework.ReferenceAssemblies",
"direct": true,
"version": "1.0.3",
"ecosystem": "nuget"
},
{
"name": "System.Collections.Immutable",
"direct": true,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "System.IO.Ports",
"direct": true,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "System.Memory",
"direct": true,
"version": "4.6.3",
"ecosystem": "nuget"
},
{
"name": "System.Text.Json",
"direct": true,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "Terminal.Gui",
"direct": true,
"version": "1.19.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration",
"direct": false,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.FileExtensions",
"direct": false,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Json",
"direct": false,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging",
"direct": false,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging.Console",
"direct": false,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": "18.4.0",
"ecosystem": "nuget"
},
{
"name": "Moq",
"direct": false,
"version": "4.20.72",
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": false,
"version": "4.5.1",
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": false,
"version": "6.2.0",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 20,
"direct_count": 11,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 137,
"open_issues": 4,
"closed_ratio": 0.944,
"closed_issues": 67,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "bytedreamer",
"commits": 1017,
"avatar_url": "https://avatars.githubusercontent.com/u/2985653?v=4"
},
{
"type": "User",
"login": "dxm007",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/1335592?v=4"
},
{
"type": "User",
"login": "ArBi2",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/37268593?v=4"
},
{
"type": "User",
"login": "hallsbyra",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/2835896?v=4"
},
{
"type": "User",
"login": "id1sm",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/124907994?v=4"
},
{
"type": "User",
"login": "lsddhn",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1904324?v=4"
},
{
"type": "User",
"login": "Silverdark",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/3630571?v=4"
},
{
"type": "User",
"login": "TomStary",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/18069096?v=4"
},
{
"type": "User",
"login": "thompson-tomo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/19771933?v=4"
},
{
"type": "User",
"login": "mikaelj",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/116260?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.907
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"claude-issue-assistant.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"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": 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": "30 commit(s) and 1 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": null,
"reason": "packaging workflow not 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": 9,
"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": "ba62fbd41782991d810f3e2ba95e4220468f7594",
"ran_at": "2026-07-21T18:22:36Z",
"aggregate_score": 5.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Z-bit-Systems-LLC/OSDP.Net",
"host": "github.com",
"name": "OSDP.Net",
"owner": "Z-bit-Systems-LLC"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 64,
"vitality": 91,
"community": 55,
"governance": 52,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 91,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"commits_last_year": 315,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 30
},
"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": "30/52 weeks with commits",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 30
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "315 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 315
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "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": 100,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v5.0.52",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 22.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"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 ~22.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 22.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": "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": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"forks": 24,
"stars": 63,
"watchers": 11,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "63 stars",
"points": 29.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 63
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "24 forks",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 24
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "11 watchers",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 11
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.907
},
"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 91% of commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 137,
"open_issues": 4,
"closed_issues": 67,
"issue_closed_ratio": 0.944,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "137/142 decided PRs merged",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 137,
"decided": 142
}
}
],
"max_points": 38.25
},
{
"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": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"followers": 4,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Z-bit-Systems-LLC",
"public_repos": 15,
"account_age_days": 922
},
"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": "4 followers of Z-bit-Systems-LLC",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "Z-bit-Systems-LLC"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~2 yr old",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": 0,
"status": "missed",
"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": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"osdp",
"access-control"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"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): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.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": "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": "30 commit(s) and 1 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 6.8,
"status": "partial",
"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 20 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": 20
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 20,
"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": 20,
"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": 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": "moderate",
"name": "AI Readiness",
"value": 65,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.52,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7037
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "52 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.55,
"toolchain_manifests": [
"src/ACUConsole/ACUConsole.csproj",
"src/OSDP.Net/OSDP.Net.csproj",
"src/PDConsole/PDConsole.csproj",
"src/samples/CardReader/CardReader.csproj",
"src/samples/PassiveOsdpMonitor/PassiveOsdpMonitor.csproj",
"src/samples/PivDataReader/PivDataReader.csproj",
"src/samples/SimplePDDevice/SimplePDDevice.csproj",
"src/samples/SmartCardSample/SmartCardSample.csproj",
"test/OSDP.Net.Tests/OSDP.Net.Tests.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/ACUConsole/ACUConsole.csproj, src/OSDP.Net/OSDP.Net.csproj, src/PDConsole/PDConsole.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/ACUConsole/ACUConsole.csproj, src/OSDP.Net/OSDP.Net.csproj, src/PDConsole/PDConsole.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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "55 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 55,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 104014,
"source_files_sampled": 267,
"oversized_source_files": 1
},
"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": "1/267 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 267,
"oversized": 1
}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-21T18:22:47.597144Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/Z-bit-Systems-LLC/OSDP.Net.svg",
"full_name": "Z-bit-Systems-LLC/OSDP.Net",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}