JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"observability",
"monitoring",
"api-first",
"collector-agent",
"prometheus",
"grafana",
"agent",
"stream-processors",
"packet-capture",
"dnstap",
"pcap"
],
"is_fork": false,
"size_kb": 17197,
"has_wiki": true,
"homepage": "https://orb.community",
"languages": {
"C": 409153,
"Go": 31655,
"M4": 2445,
"C++": 2363975,
"CMake": 109110,
"Shell": 10656,
"Python": 83558,
"Gherkin": 11066,
"Makefile": 708,
"Dockerfile": 3511,
"Go Template": 178
},
"pushed_at": "2026-07-22T16:59:44Z",
"created_at": "2020-02-20T14:03:08Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T17:00:58Z",
"description": "pktvisor is a dynamic network observability agent that smartly analyzes network traffic and generates opentelemetry metrics",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MPL-2.0",
"default_branch": "develop",
"license_spdx_raw": "MPL-2.0",
"primary_language": "C++",
"significant_languages": [
"C++",
"C"
]
},
"owner": {
"blog": "https://netboxlabs.com",
"name": "NetBox Labs",
"type": "Organization",
"login": "netboxlabs",
"company": null,
"location": null,
"followers": 229,
"avatar_url": "https://avatars.githubusercontent.com/u/116572680?v=4",
"created_at": "2022-10-24T13:53:57Z",
"is_verified": null,
"public_repos": 25,
"account_age_days": 1369
},
"license": {
"state": "standard",
"spdx_id": "MPL-2.0",
"raw_spdx": "MPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "toolchains",
"kind": "other",
"published_at": "2025-09-18T18:22:54Z"
},
{
"tag": "v4.5.0",
"kind": "minor",
"published_at": "2024-01-05T22:40:25Z"
},
{
"tag": "v4.4.0",
"kind": "minor",
"published_at": "2023-06-07T13:58:43Z"
},
{
"tag": "v4.3.0",
"kind": "minor",
"published_at": "2023-04-24T15:47:32Z"
},
{
"tag": "v4.2.0",
"kind": "minor",
"published_at": "2022-12-07T20:43:48Z"
},
{
"tag": "4.1.0",
"kind": "minor",
"published_at": "2022-04-22T19:56:16Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2022-02-02T17:25:35Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2021-11-15T18:15:45Z"
},
{
"tag": "v3.2.1",
"kind": "patch",
"published_at": "2021-06-13T22:01:35Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2021-04-16T17:50:26Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2021-03-12T00:29:45Z"
},
{
"tag": "v3.0.7",
"kind": "patch",
"published_at": "2020-09-08T17:18:46Z"
},
{
"tag": "v3.0.6",
"kind": "patch",
"published_at": "2020-05-04T21:52:34Z"
},
{
"tag": "v3.0.5",
"kind": "patch",
"published_at": "2020-04-24T21:49:37Z"
},
{
"tag": "v3.0.4",
"kind": "patch",
"published_at": "2020-03-24T21:51:47Z"
}
],
"recent_commits": [
{
"oid": "fb6dc23a05750fdb36e86fa3ce2375e8cac3c16d",
"body": "…eader/version) + per-target resolve/ip_version (#794)\n\n* feat(http): HttpCheck — JSON-pointer, inverse body, header matchers, http-date, http-version\n\n* feat(http): capture response headers (final response only) + HTTP version; ip-resolve + CURLOPT_RESOLVE\n\n* feat(netprobe): v3 assertion config — j\n[…]\ntic — an RAII guard\nclears every proxy env var (http_proxy/https_proxy/all_proxy/no_proxy, both\ncases) first, so an ambient no_proxy listing loopback can't defeat it — and\nrestores them on scope exit.",
"is_bot": false,
"headline": "feat(netprobe): HTTP probe v3 — response assertions (json/body/size/h…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-07-22T16:59:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "147369523cf79099ea0f7d6981b13b4205b01462",
"body": "…y, headers/proxy/mTLS (#793)\n\n* feat(http): HttpCheck — status-set grammar, body checks, cert-date parser\n\n* feat(http): transport options (proxy, TLS files, UA, CERTINFO) + response size/cert expiry results\n\n* refactor(netprobe): carry http probe results as HttpSample; doh gains cert_expiry passth\n[…]\n carries custom headers (libcurl re-sends them cross-host, leaking secret headers)\n\n* fix(netprobe): also disable redirects for body-bearing probes (307/308 resends the payload to the redirect target)",
"is_bot": false,
"headline": "feat(netprobe): HTTP/DoH probes v2 — success criteria, TLS cert expir…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-07-20T12:44:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23ff42f968b472eedbb3250b527f147446cb330b",
"body": "… (#792)\n\n* feat(http): add libcurl HttpClient transport (curl_multi on uvw loop) (Refs #697)\n\n* fix(http): guard HttpClient request/timer/socket callbacks against closed state (Refs #697)\n\n* feat(netprobe): HttpProbe issuing requests via the libcurl HttpClient (Refs #697)\n\n* fix(netprobe): only all\n[…]\ntus/rcode TopN; validate DoH qname + guard addQuery (Refs #697)\n\n* feat(netprobe): support DoH root ('.') queries — accept root in qname validation, build/echo via the empty name pcpp uses (Refs #697)",
"is_bot": false,
"headline": "feat(netprobe): HTTP(S) + DoH endpoint probes via libcurl (Refs #697)…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-07-02T12:09:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3eb47eacf3e6f5983f24860d811ff280642dee24",
"body": "…labels (#791)\n\nThe SLA quantile ranks {0.50,0.90,0.95,0.99} were restated in four places\n(the get_quantiles helper, and the JSON/Prometheus/OpenTelemetry emit paths),\neach positionally coupled to the helper's output order, so a change to one\nsite could silently mislabel the emitted values. Introduce a single ordered\nQUANTILES table carrying each rank plus its JSON key and Prometheus label, and\ndrive every emit path (and the helper) from it. Output is byte-identical.",
"is_bot": false,
"headline": "refactor(metrics): single source of truth for summary quantile ranks/…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-26T22:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7acee802dfcf6dd4cd9b67baf2495d31c2c9c393",
"body": "…Refs #758) (#790)\n\n* feat(utils): add append_interface_host_subnets() helper for pcap host detection (Refs #758)\n\n* fix(pcap): don't widen explicit host_spec with the interface subnet (Refs #758)\n\n* docs(cli): -H replaces interface host auto-detection for live capture (Refs #758)\n\n* fix(pcap): earl\n[…]\nRefs #758)\n\n* fix(pcap): recompute host set on each parse_host_spec to avoid stale hosts on restart (Refs #758)\n\n* fix(pcap): pass computed host_set_provided to helper for defense-in-depth (Refs #758)",
"is_bot": false,
"headline": "fix(pcap): don't widen explicit host_spec with the interface subnet (…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-26T19:39:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1ad8e080f49b4c6190e202704be28bdb9eae84cd",
"body": "…SIGBUS) (#789)\n\n* fix(inputs): close libuv loop after run() returns, not inside the async callback\n\nThe async stop callback (run on the loop thread inside uv_run) called\n_io_loop->close() (uv_loop_close). Closing the loop while uv_run is still on\nthe stack frees structures that uv__io_poll keeps it\n[…]\nad. This both leaves the loop\nquiescent for close() and fixes the pre-existing cross-thread uv_close on probe\nhandles. All three input loops (dnstap, flow, netprobe) are now quiescent at\nclose() time.",
"is_bot": false,
"headline": "fix(inputs): close libuv loop after run() returns (fixes flaky macOS …",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-26T14:40:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a5d4c611daf7770cf06b4a71ca9a0692cf02487",
"body": "* docs(k8s): add pktvisor sidecar deployment example (#743)\n\n* docs(k8s): document the pktvisor sidecar example (#743)\n\n* docs(k8s): correct PodSecurity NET_RAW prerequisite; clarify apply path and pod SD dedup (#743)\n\n* docs(k8s): add NET_ADMIN for promiscuous capture; IPv6-safe scrape regex; portable iface lookup (#743)\n\n* docs(k8s): correct default-deny DNS egress + ingress-via-loopback caveats (#743)\n\n* docs(k8s): document IPv6-only/primary cluster args (-l ::, /128) (#743)",
"is_bot": false,
"headline": "docs(k8s): add pktvisor sidecar deployment example (#743) (#788)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-26T12:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d942726e9dd079d3bb40304d6c185506eaa7efa2",
"body": "…TYPE (#716) (#787)\n\n* feat(metrics): add PrometheusSerializer + MetricLabels (grouped, FMT, escaped, numeric-parity)\n\n* fix(metrics): group Prometheus output by family, fixing duplicate HELP/TYPE (#716)\n\n* fix(metrics): share one Prometheus serializer across policies on the aggregate /metrics route\n[…]\nping serializer, a no-op there\nsince the default policy's families are uniquely named). The named-policy/__all\nroutes (which always carried the handler label) and the #716 grouping fix are\nunaffected.",
"is_bot": false,
"headline": "fix(metrics): group Prometheus output by family — fix duplicate HELP/…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-24T20:30:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "55ff30c409295e882aa03cfd9d11a5527ea4ad77",
"body": "…#700) (#786)\n\nRemoves the vendored 3rd/rng/jsf.h (178 lines, Bob Jenkins Small Fast) in favor\nof a ~6-line inline SplitMix64 in AbstractMetricsManager.h. This is the deep-\nsampling gate's PRNG (roll 0-99, deep-sample when the roll is under\ndeep_sample_rate), used in exactly one place; sampling RATE\n[…]\npdate the NOMINMAX comment in CMakeLists.txt (it cited jsf.h's static\n min()/max()); keep the define for general Windows hygiene.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(metrics): replace vendored JSF PRNG with an inline SplitMix64 (…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-24T18:46:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a9e2e2c3e3d00eef615d7629bad14b34d7968a6d",
"body": "* feat(netprobe): per-target ip_version config (4|6) with literal-conflict validation\n\n* fix(netprobe): IPv4-preferred DNS resolution, fix addrinfo iteration and IPv6 family selection\n\n* fix(netprobe): per-family send socket and IPPROTO_ICMPV6; resolve before socket create\n\n* feat(netprobe): send IC\n[…]\nrified\n non-blocking, so a 0 flag is equivalent.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(netprobe): IPv6 (ICMPv6) ping support (#624) (#785)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-23T18:34:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ef6db7a00f213a406ad6005cf186ff431c28270b",
"body": "* chore(deps): upgrade conan dependencies\n\nBump:\n- catch2 3.14.0 -> 3.15.1\n- libpcap 1.10.5 -> 1.10.6\n- npcap 1.70 -> 1.86 (Windows)\n- opentelemetry-cpp 1.24.0 -> 1.26.0\n- spdlog 1.15.0 -> 1.17.0\n- libcurl 8.19.0 -> 8.20.0\n\nDrop the explicit fmt/10.2.1 pin; fmt is now pulled transitively via\nspdlog \n[…]\n0.27.0 predates that change (needs only pthread).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): upgrade conan dependencies (#784)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-23T12:55:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7211e8aa4e2bea47081cc061fa0a016fc9d39e8a",
"body": "…l network interfaces (#783)\n\nCo-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for code scanning alert no. 916: Binding a socket to al…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-05T19:36:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd88d5fcbca66ce15118ad0a92b3c65b80de290f",
"body": "Adds a lightweight CodeQL workflow covering Go and Python that runs on\npull_request, so SAST can be enforced as a merge gate. The existing\ncode-ql.yml keeps scanning C/C++ nightly (full build, too heavy per-PR).\n\nFrom the weekly GitHub security hygiene enforcement push; Leo approved\noption 2 (PR-triggered go/python gate, C/C++ stays nightly).",
"is_bot": false,
"headline": "ci: add PR-triggered CodeQL for Go/Python (#781)",
"author_name": "cory-kantar",
"author_login": "cory-kantar",
"committed_at": "2026-06-02T19:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae3e859436ac10373191e6e2f35bfb8e9e9b9cd",
"body": "The daily Trivy rescan of netboxlabs/pktvisor:latest-develop flags 33\nGo stdlib CVEs (1 critical, 14 high) because the published pktvisor-cli\nwas built with Go 1.24.6 from the floating golang:bullseye tag.\n\nPin the Go toolchain to golang:1.26-alpine (currently 1.26.3, the\nrelease that fixes every fl\n[…]\ne image tracks alpine:3.21. The\nlibgnutls30t64/libgcrypt20 base-image CVEs need no change here; the\nexisting apt-get upgrade in the runtime stage clears them once the\nimage is rebuilt and republished.",
"is_bot": false,
"headline": "fix(ci): build pktvisor-cli with patched Go 1.26 on Alpine (#780)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-06-02T17:59:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f3b7fcf9c489a1706c06f60a33dfdb23fd33179c",
"body": "Bumps the pip group with 1 update in the /automated_tests directory: [idna](https://github.com/kjd/idna).\n\n\nUpdates `idna` from 3.10 to 3.15\n- [Release notes](https://github.com/kjd/idna/releases)\n- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)\n- [Commits](https://github.com/kjd/id\n[…]\n dependency-type: direct:production\n dependency-group: pip\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump idna (#779)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T17:09:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5fdf69341aa557ffa60a77ea12f0eed6ab5925b8",
"body": "* ci(docker): add Alpine 3.21 multi-arch image variant\n\nAdds a parallel Alpine-based image alongside the existing Ubuntu\nimages. Reuses the static musl pktvisord/pktvisor-reader binaries\nalready produced by build_cross.yml for x86_64 and aarch64, so the\nnew image inherits the existing cross-build pi\n[…]\ny on `push` to\n`refs/heads/develop`, as designed.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(docker): add Alpine 3.21 multi-arch image variant (#778)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-05-19T12:54:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "86f1b13cc3e734bbab3eb751796e42baf85ac65d",
"body": "* test(flow): cover NetFlow v1/v7 and sFlow IPv6 parse paths\n\nAdds three minimal hand-rolled pcap fixtures (nf1.pcap, nf7.pcap,\nsflow_ipv6.pcap) and accompanying test cases that exercise dispatch\narms in NetflowData.h (versions 1 and 7) and the IPv6 sampled-header\npath in SflowData.h. Existing flow \n[…]\ner-interface counters land in their IPv6 buckets.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(flow): cover NetFlow v1/v7 and sFlow IPv6 parse paths (#775)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-05-18T20:20:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "49a1a0843802168e2adba5d19d34f6645ac8484d",
"body": "…s (#774)\n\n* test(netprobe): cover process_netprobe_icmp via handcrafted IcmpLayers\n\nNetProbeMetricsManager::process_netprobe_icmp was the largest remaining\ngap in NetProbeStreamHandler.cpp after the earlier rounds. pcap++\nexposes pcpp::IcmpLayer::setEchoRequestData / setEchoReplyData which\nbuild a \n[…]\nns_lookup_failures and netprobe_connect_failures.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(netprobe): cover process_netprobe_icmp via handcrafted IcmpLayer…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-05-18T19:13:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "becd76ae77ce4ef00c745a1f932d2343f9257175",
"body": "The Debug workflow shared a conan cache key with the Release build\n(`conan-${{ runner.os }}-amd64-<hash>`). Only one job saves a given key,\nand the permissive `restore-keys` fallback let Debug pull in a Release-\npopulated cache that doesn't contain its debug-built dependencies — so\nevery Debug run r\n[…]\nps from source.\n\nTag the Debug cache key (and matching restore-keys) with `-debug-` so\nthe two builds maintain independent caches.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: scope conan cache key by build type in build_debug.yml (#776)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-05-18T19:06:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1a11b91678ad34624948619f7700df7a1e9f40b8",
"body": "Bumps the pip group with 1 update in the /automated_tests directory: [urllib3](https://github.com/urllib3/urllib3).\n\n\nUpdates `urllib3` from 2.6.3 to 2.7.0\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commit\n[…]\n dependency-type: direct:production\n dependency-group: pip\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump urllib3 (#773)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-13T16:39:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9087769b434b89532a4262c0bf340c63b5b01b2c",
"body": "* ci(coverage): exclude cmd/* from coverage report\n\nIntegration tests are currently broken so the cmd/ entry points\n(pktvisord, pktvisor-reader) aren't being exercised by ctest. Showing\nthem at 0% drags the project number down without informing decisions.\nRestore the cmd/* exclusion to the lcov EXCL\n[…]\not counters,\n invoke 3 calls (toHost UDP IPv4 / fromHost TCP IPv4 / unknown UDP\n IPv6), assert exact deltas via otel.\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test+ci: phase 2.1 coverage push (cmd exclusion + ~30 new tests) (#772)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-05-11T14:39:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9ba961c8e19dc016e66fdb14f0b7d4ae93782781",
"body": "* ci: surface code coverage on pull requests\n\nThree small infra changes; no production code touched.\n\n- .github/workflows/build_debug.yml: add `pull_request:` trigger so the\n existing code-coverage job runs on PRs targeting develop. Gate the\n Docker `build` and `package` jobs with `if: github.even\n[…]\n is one click away even if the inline comment\n truncates anything\n- update-comment: true keeps PR clean across re-runs\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: surface code coverage on pull requests (#771)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-05-09T16:04:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "be288a66227b6e37bb10298396cc4f2b73a8a14f",
"body": "…istry (#770)\n\n* chore: replace Corrade plugin manager with hand-rolled in-process registry\n\nCorrade's PluginManager was being used purely for static-linked plugin\nregistration — pluginSearchPaths() returned {\"\"}, no .so files were ever\nloaded at runtime, and CORRADE_PLUGIN_IMPORT was the entry poin\n[…]\ncludes from <nlohmann/json.hpp>\nwhich is fragile.\n\nDrop the unused <exception> include and add the correct <stdexcept>.\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: replace Corrade plugin manager with hand-rolled in-process reg…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-05-09T12:31:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9e0d410abcc3395799ac8ed58f79cc71e732d061",
"body": "…ky netflow test (#768)\n\n* chore: update opentelemetry-cpp and protobuf to latest versions\n\n- opentelemetry-cpp: 1.17.0 → 1.24.0\n- protobuf: 5.27.0 → 6.33.5 (major version bump)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n* fix: set CMAKE_CXX_STANDARD before project() for correct Con\n[…]\n the\nport map is empty so port 23 resolves to \"23\" instead of \"telnet\".\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: update opentelemetry-cpp, protobuf, GitHub Actions and fix fla…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-04-11T11:15:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9d70cccb975f771843271a4eb28e714449e167d0",
"body": "Dependency updates:\n\nUpdated several dependencies in conanfile.py, including catch2, json-schema-validator, libmaxminddb, openssl, pcapplusplus, sigslot, and libcurl to newer versions.\nCode modernization in DNS layer:\n\nReplaced all instances of NULL with nullptr in libs/visor_dns/DnsLayer.cpp to use\n[…]\ninter semantics and improve code clarity and safety. This affects pointer initialization, comparisons, and return values throughout the file.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: update 3rd party libs (#766)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-04-10T17:30:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "55093ea13e2f3c9a432c4406ae5b753d54b2c281",
"body": null,
"is_bot": false,
"headline": "chore: upgrade pcapplusplus from 23.09 to 24.09 (#763)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2026-04-08T12:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c422a95eff0ea761b859fb30ba8030416e7bc7",
"body": "…n-tables\n\nfeat: add Source column to vulnerability scan tables",
"is_bot": false,
"headline": "Merge pull request #765 from netboxlabs/feat/add-source-column-to-sca…",
"author_name": "Marc Barry",
"author_login": "marc-barry",
"committed_at": "2026-04-01T01:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517345d1a674941700dfbe5f32610c519c7bb4a8",
"body": "Show the Trivy target (OS layer, binary path, package file) in the\nvulnerability table so users can identify where each vulnerability\noriginates.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Source column to vulnerability scan tables",
"author_name": "Marc Barry",
"author_login": "marc-barry",
"committed_at": "2026-04-01T00:46:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ed747098f0fbf3937a4f21da73d6a9cb8aa863c",
"body": "Add a scheduled Trivy vulnerability scan of the published Docker Hub\nimage (netboxlabs/pktvisor:latest-develop). Renders a vulnerability\ntable in the step summary and uploads SARIF to GitHub Code Scanning.\n\nPR-time build scanning is deferred due to the expensive C++ build\nprocess. This rescan catches newly disclosed CVEs in the published\nimage.",
"is_bot": false,
"headline": "feat: add daily container rescan workflow (#764)",
"author_name": "Marc Barry",
"author_login": "marc-barry",
"committed_at": "2026-03-28T23:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4afa52befa7508d159301ab61f8ce0b0e6aa568",
"body": "… (#761)\n\nBumps the pip group with 1 update in the /automated_tests directory: [requests](https://github.com/psf/requests).\n\n\nUpdates `requests` from 2.32.4 to 2.33.0\n- [Release notes](https://github.com/psf/requests/releases)\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\n- [Co\n[…]\n dependency-type: direct:production\n dependency-group: pip\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump requests in /automated_tests in the pip group across 1 directory…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-26T21:12:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80a2fe9b63b8eb214b3e35a38b5b72257c0c02e5",
"body": "… (#760)\n\nBumps the pip group with 1 update in the /automated_tests directory: [deepdiff](https://github.com/seperman/deepdiff).\n\n\nUpdates `deepdiff` from 8.6.1 to 8.6.2\n- [Release notes](https://github.com/seperman/deepdiff/releases)\n- [Changelog](https://github.com/qlustered/deepdiff/blob/master/d\n[…]\n dependency-type: direct:production\n dependency-group: pip\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump deepdiff in /automated_tests in the pip group across 1 directory…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-25T14:07:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b602edd49bb9ce20f1057f16f2360fa6f010cef",
"body": "…(#759)\n\nBumps the pip group with 1 update in the /automated_tests directory: [urllib3](https://github.com/urllib3/urllib3).\n\n\nUpdates `urllib3` from 2.6.0 to 2.6.3\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n\n[…]\n dependency-type: direct:production\n dependency-group: pip\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump urllib3 in /automated_tests in the pip group across 1 directory …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-09T10:36:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4fd6c78e609f46654f36752953e52897dfc2c577",
"body": "…(#757)\n\nBumps the pip group with 1 update in the /automated_tests directory: [urllib3](https://github.com/urllib3/urllib3).\n\n\nUpdates `urllib3` from 2.5.0 to 2.6.0\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n\n[…]\n dependency-type: direct:production\n dependency-group: pip\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump urllib3 in /automated_tests in the pip group across 1 directory …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-29T17:34:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78579cad712cb557b3632d3a25c1110f5949e8e5",
"body": null,
"is_bot": false,
"headline": "chore: update pktvisor readme and info (#756)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-11-03T20:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780fa8e34e8b4802733f75f5b2ea35c2394aef13",
"body": null,
"is_bot": false,
"headline": "chore: fix Cross Compilation GHA (#755)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-09-19T10:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bca774f99879a16ddfdd5dfd31b02814137adad4",
"body": null,
"is_bot": false,
"headline": "chore: updates vulnerable dependencies (#754)",
"author_name": "James Jeffries",
"author_login": "jajeffries",
"committed_at": "2025-09-06T18:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a811da6a56075a3bfdf61036f3228c8dbaed2765",
"body": null,
"is_bot": false,
"headline": "chore: remove old maintainer (#749)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-29T15:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a83635af64f36ea76f09bb779b8ffaf801402e8",
"body": null,
"is_bot": false,
"headline": "chore: static link cross binary (#747)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-22T16:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecac8147cd83155833ca9fd77eaab58d519c0425",
"body": null,
"is_bot": false,
"headline": "chore: upadate datasketches lib from 5.0.2 to 5.2.0 (#746)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-21T21:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e4ebd54e4b44ebdd287820b2dc83f943ebd87e4",
"body": "* chore: GHA cross build upload artifacts fix\r\n\r\n* update libasan version",
"is_bot": false,
"headline": "chore: GHA cross build upload artifacts fix (#745)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-21T20:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85284eac515416b12e3ae740828b702eb7895f69",
"body": null,
"is_bot": false,
"headline": "chore: develop debug build (#744)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-20T19:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "438328757457a78d1b3acf096851f7fb6b03f408",
"body": null,
"is_bot": false,
"headline": "chore: fix multi arch packages deploy (#742)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-20T17:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0eb304d8af530ecdbd1e27af6487d02c6b27fdb",
"body": null,
"is_bot": false,
"headline": "Upgrade datasketches lib from 4.1.0 to 5.0.2 (#713)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-20T17:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cd7926ad7826efa6cc49bf1c8abca47ea2fedf6",
"body": null,
"is_bot": false,
"headline": "chore: fix package build for conan2 (#741)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-13T18:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f90a0548d5736f30700a26136673b7b9c2bb840",
"body": null,
"is_bot": false,
"headline": "chore: upgrade to conan v2 (#726)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-13T14:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81267c6e9484f41a39980518f2650d11c375d167",
"body": null,
"is_bot": false,
"headline": "chore: gha cleanup (#740)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-07T19:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce169e4cd219cc70b4d27d5462e4e326548556e5",
"body": null,
"is_bot": false,
"headline": "chore: fix arm pipeline (#738)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-06T22:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74674971f161127c676cf8c61e136f6988ef2196",
"body": null,
"is_bot": false,
"headline": "chore: replace orb community org with netboxlabs (#737)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-06T19:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40775a1fb83ad6ac6be68c5c7fe426a9ece123ed",
"body": "Bumps the pip group with 6 updates in the /automated_tests directory:\r\n\r\n| Package | From | To |\r\n| --- | --- | --- |\r\n| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.12.14` |\r\n| [configobj](https://github.com/DiffSK/configobj) | `5.0.6` | `5.0.9` |\r\n| [idna](https://gith\n[…]\nndency-type: direct:production\r\n dependency-group: pip\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the pip group across 1 directory with 6 updates (#736)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-06T13:51:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f5c065b6d3d289b68143a8ef73f249e2252023c3",
"body": "Bumps the pip group with 6 updates in the /automated_tests directory:\r\n\r\n| Package | From | To |\r\n| --- | --- | --- |\r\n| [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` |\r\n| [idna](https://github.com/kjd/idna) | `3.3` | `3.7` |\r\n| [jinja2](https://github.com/pallets/j\n[…]\nndency-type: direct:production\r\n dependency-group: pip\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the pip group across 1 directory with 6 updates (#734)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-06T13:14:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2216aa76432732eb266cd4b10fc631caf90b54b3",
"body": null,
"is_bot": false,
"headline": "chore: codeql sarif filter (#730)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-03T12:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6b1676505111203467debf861061203e0af0807",
"body": null,
"is_bot": false,
"headline": "chore: cleanup pktvisor pipeline (#729)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2025-01-02T17:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e166ab72a76806fc0c165000ffbe0efaee3307c2",
"body": "* chore: pktvisor pipeline cleanup\n\n* update conan version\n\n* proper version for gcc\n\n* remove orb agent tigger\n\n* replace crashpad with sentry-crashpad\n\n* Fix build\n\n* Fix build\n\n* Add privilege to ctest\n\n* proper fix",
"is_bot": false,
"headline": "chore: pktvisor pipeline cleanup (#728)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-12-31T11:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b532ae15507d7997522a9b5c5849480c3b9ccd3",
"body": null,
"is_bot": false,
"headline": "chore: remove conan folder before running codeQL analysis (#727)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-12-04T13:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c260fdc9767a99cab882ec48adc21570f8f52722",
"body": null,
"is_bot": false,
"headline": "chore: use conanfile.py for more flexibility (#725)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-08-22T16:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4a1ab8e9158f8369484b58515f83092e53267f3",
"body": null,
"is_bot": false,
"headline": "chore: update include packages in cmd and libs folders (#724)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-08-19T20:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e1745dc4f7edeb8c5bbe9dec686e3e43968b2b5",
"body": null,
"is_bot": false,
"headline": "chore: use cmake style for package includes in src folder (#723)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-08-19T12:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70d89ed8798336b03e9fb41dd2ec3cc6d285e075",
"body": null,
"is_bot": false,
"headline": "chore: free codeql space (#722)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-08-16T14:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9afa57c64969dcec1eaadba9dbd78774b63d67d0",
"body": null,
"is_bot": false,
"headline": "chore: update codeql version (#721)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-08-14T19:28:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49e8e2aee1c7d2c7479a98bc30b85bc84d8112a2",
"body": null,
"is_bot": false,
"headline": "chore: code coverage ci build fix (#720)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-08-13T19:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5438ae666f7ac1a0471974daea251888437d472",
"body": "* disable armv7 build\n\n* disable integration tests",
"is_bot": false,
"headline": "chore: update pktvisor conan dependencies (#717)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-08-13T10:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8ad34d2aaefca364a0609a8143fcddd8edacb6",
"body": null,
"is_bot": false,
"headline": "chore: update conan and GHA versions (#718)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-08-09T15:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56956594d6d639961866fe570db945ffd7ac7158",
"body": "* Fix netflow port numbers and start/finish\r\n\r\n* Add unit tests for netflow v5",
"is_bot": false,
"headline": "Fix netflow port numbers and start/finish (#715)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-04-08T19:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9301d7460c0dd588c001155318ce459ea2e6468b",
"body": null,
"is_bot": false,
"headline": "Fix error when parsing some netflow data fields (#714)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-01-12T22:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ca91199e282b876fbd3436ba9b586bc578fd07",
"body": null,
"is_bot": false,
"headline": "fix build by updating json validator version (#709)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2024-01-05T21:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25306cc98cb56f95e0627c8bf47d38e8462e8c24",
"body": "Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.11 to 1.26.18.\r\n- [Release notes](https://github.com/urllib3/urllib3/releases)\r\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\r\n- [Commits](https://github.com/urllib3/urllib3/compare/1.26.11...1.26.18)\r\n\r\n---\r\nupd\n[…]\nncy-name: urllib3\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump urllib3 from 1.26.11 to 1.26.18 in /automated_tests (#706)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-27T18:35:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b0e213be18971d36d871085d3e50e98c35152913",
"body": "* Update dependency libraries\r\n\r\n* Dont update json",
"is_bot": false,
"headline": "Update dependency libraries (#704)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-12-26T16:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64654f660531ccbabe8973ecd1fd58f7fb4def0d",
"body": "Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.\r\n- [Release notes](https://github.com/psf/requests/releases)\r\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\r\n- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0)\r\n\r\n---\r\nupdated-dependenc\n[…]\ncy-name: requests\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump requests from 2.28.1 to 2.31.0 in /automated_tests (#705)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-26T16:02:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5f3c96a0e7ff079ad90e3084311ba4bae7fbc1f",
"body": "Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2023.7.22.\r\n- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2023.07.22)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: certifi\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump certifi from 2022.6.15 to 2023.7.22 in /automated_tests (#703)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-26T16:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a93036c78689e3c10d38d20a9ee333d6ab285fa",
"body": "Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>",
"is_bot": false,
"headline": "bump version to 4.5.0 (#702)",
"author_name": "Michal Fiedorowicz",
"author_login": "mfiedorowicz",
"committed_at": "2023-12-26T16:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28a389bd08831972358350bea2339f803d4fb135",
"body": "* OTLP: Move policy name to attributes\n\n* restore set_name",
"is_bot": false,
"headline": "OTLP: Move policy name to attributes (#699)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-11-11T00:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab14a07190503b3e17ebbb78579a123fc2fd4502",
"body": "* Upgrade pcapplusplus from 22.11 to 23.09\r\n\r\n* Fix macos python version",
"is_bot": false,
"headline": "Upgrade pcapplusplus from 22.11 to 23.09 (#701)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-11-07T14:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "167a0b104cc1d598db41ff417848814612fa6874",
"body": null,
"is_bot": false,
"headline": "Upgrade uvw to 3.X and fix/suppress some compiler warnings (#694)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-10-17T18:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f43a21eda9e99fba05a82198ff6d7bd1b917eb",
"body": null,
"is_bot": false,
"headline": "Update conan CI version to 1.61.0 and re-enable macos build (#693)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-10-17T12:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9a0ab3cc8585b81c59e9a26d3e199bfc70f20c8",
"body": "* migrate from catch2v2 to catch2v3 and implement VisorTest helper lib\r\n* Replach benchmark with catch2 benchmark",
"is_bot": false,
"headline": "Migrate from catch2v2 to catch2v3 (#692)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-10-16T20:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e15f15dffec0354593e49ddda64809a9c507e35",
"body": "…per lib (#689)\" (#691)\n\nThis reverts commit 20403fb3d75ca9cec30d4c001608b6e8b180a31d.",
"is_bot": false,
"headline": "Revert \"migrate from catch2v2 to catch2v3 and implement VisorTest hel…",
"author_name": "Shannon Weyrick",
"author_login": "weyrick",
"committed_at": "2023-10-07T21:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20403fb3d75ca9cec30d4c001608b6e8b180a31d",
"body": "…(#689)\n\n* migrate from catch2v2 to catch2v3 and implement VisorTest helper lib\r\n\r\n* Fix win build\r\n\r\n* Replach benchmark with catch2 benchmark\r\n\r\n* Fix identation\r\n\r\n* try to use catch all",
"is_bot": false,
"headline": "migrate from catch2v2 to catch2v3 and implement VisorTest helper lib …",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-10-07T20:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09d427cd918e2422ef0cbfa11777fb604c34659c",
"body": "* add connect failure metric\r\n* simplify tcp probe. use target id for transaction id.\r\n* remove header, add some comments\r\n* use port based transaction id (via string) for icmp",
"is_bot": false,
"headline": "Simplify and fix TCP netprobe probe (#690)",
"author_name": "Shannon Weyrick",
"author_login": "weyrick",
"committed_at": "2023-10-07T20:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a3a08552743418c8165059202138fc42c6900c",
"body": "* [ENG-786] - fix: pktvisor-cli for arm64 architecture\r\n\r\n* test\r\n\r\n* Update build-release.yml\r\n\r\n* Update build-release.yml\r\n\r\n---------\r\n\r\nCo-authored-by: etaques <etaques@daitan.com>",
"is_bot": false,
"headline": "[ENG-786] - fix: pktvisor-cli for arm64 architecture (#688)",
"author_name": "Everton H. Taques",
"author_login": "etaques",
"committed_at": "2023-09-21T18:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2bfaab734c5e2496543e19c9b14c292ed85829d",
"body": "* Update dependencies to latest packets\r\n\r\n* revert tap include change",
"is_bot": false,
"headline": "Update current dependencies to latest (#687)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-09-18T17:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a280c1efdf47c4438ed044e8c5386e7d67034e3",
"body": "* Update Dockerfile\r\n\r\n* Update build-develop.yml",
"is_bot": false,
"headline": "Update Dockerfile to use bullseye image (#686)",
"author_name": "Everton H. Taques",
"author_login": "etaques",
"committed_at": "2023-08-01T17:56:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e69c34ea67493c1e800a417bc933405cf84e465",
"body": "Co-authored-by: Leo Parente <lnparente@outlook.com>",
"is_bot": false,
"headline": "Increase policies unit tests and code coverage (#685)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-07-22T12:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e164c05901ac04fa99adeaa94e57b086f4e6a8a7",
"body": "* upgrade PcapPlusPlus dependency from v22.05 to v22.11\r\n\r\n* try to update macos version\r\n\r\n* Update build-develop.yml\r\n\r\n* Update README.md\r\n\r\n* upgrading to macos-12\r\n\r\n* adding xcode install\r\n\r\n* fix\r\n\r\n* Update build-develop.yml\r\n\r\n* test\r\n\r\n* test\r\n\r\n---------\r\n\r\nCo-authored-by: Leonardo Parente <leonardo.parente@encora.com>\r\nCo-authored-by: Leonardo Parente <lparente@netboxlabs.com>\r\nCo-authored-by: Everton H. Taques <97463920+etaques@users.noreply.github.com>",
"is_bot": false,
"headline": "upgrade PcapPlusPlus dependency from v22.05 to v22.11 (#663)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-06-26T17:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c8c1eea29ce8f7bc332d4054cd8e37607c3c487",
"body": "* Upgrade datasketches lib from 3.3.0 to 4.1.0\r\n - quantile inclusive by default now (no required pace workaround anymore)\r\n - Fix float implicit conversions and some compiler warnings\r\n\r\n* Update CMakeLists.txt\r\n\r\n---------\r\n\r\nCo-authored-by: Leonardo Parente <lnparente@outlook.com>",
"is_bot": false,
"headline": "Upgrade datasketches lib from 3.3.0 to 4.1.0 (#684)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-06-26T17:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22bd64dd41cf1a1d09a2e3fe0e9b4dcb96370ad6",
"body": "Co-authored-by: Leonardo Parente <lnparente@outlook.com>",
"is_bot": false,
"headline": "Unit Tests Visor Core: cover StreamHandler Class (#682)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-06-22T21:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18764e591d502078e557941c4aea12da6aa74085",
"body": "disabling macos build on release pipeline (#680)",
"is_bot": false,
"headline": "disabling macos build on release pipeline (#680)",
"author_name": "Everton H. Taques",
"author_login": "etaques",
"committed_at": "2023-06-06T20:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10de22988ca3aff88b458c19121d423b55c807f8",
"body": "disable macos build temporarily (#679)",
"is_bot": false,
"headline": "disable macos build temporarily (#679)",
"author_name": "Everton H. Taques",
"author_login": "etaques",
"committed_at": "2023-06-03T16:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db46a2ba35aabefb17297c5006c1549980c2b523",
"body": "…try datapoint (#678)\n\nCo-authored-by: Leonardo Parente <lnparente@outlook.com>",
"is_bot": false,
"headline": "Ensure TopN _item_key label has proper value before adding openteleme…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-06-02T22:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0feaad76591759663e4b83353a3744df97a42d46",
"body": null,
"is_bot": false,
"headline": "add autoretry to automated tests (#677)",
"author_name": "manrodrigues",
"author_login": "manrodrigues",
"committed_at": "2023-05-02T16:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff6e221e7bd9bb6d85111dcce4f062b5c393179b",
"body": null,
"is_bot": false,
"headline": "[Fix] app image dockerfile (#676)",
"author_name": "Everton H. Taques",
"author_login": "etaques",
"committed_at": "2023-05-02T14:04:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c24bcdef94d6acfd48a62fab808f46d1bdcd049c",
"body": "[fix] remove armv7 (#674)",
"is_bot": false,
"headline": "[fix] remove armv7 (#674)",
"author_name": "Everton H. Taques",
"author_login": "etaques",
"committed_at": "2023-05-01T19:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "644ef857c16fc8e9b6b01a92f9081710cc7ab788",
"body": null,
"is_bot": false,
"headline": "Add nullptr validation on GeoDB class (#675)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-04-30T13:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cff1992763ef8d2d9faff059d2a07204bcdf162",
"body": "[fix] pktvisor report tests",
"is_bot": false,
"headline": "[fix] pktvisor report tests",
"author_name": "Everton H. Taques",
"author_login": "etaques",
"committed_at": "2023-04-26T20:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a21a1dab35b2793488289a537c62b1498eda716f",
"body": null,
"is_bot": false,
"headline": "[fix] pktvisor report tests",
"author_name": "Everton H. Taques",
"author_login": "etaques",
"committed_at": "2023-04-26T13:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a26d97c2c16278b833ebeb0f9b31fac6e297d94",
"body": null,
"is_bot": false,
"headline": "Bump develop version (#672)",
"author_name": "Everton H. Taques",
"author_login": "etaques",
"committed_at": "2023-04-24T21:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "087e1daa7e371775aa23aa7ec09227eb312f1aaf",
"body": null,
"is_bot": false,
"headline": "Do not return prometheus metric if it is empty (#669)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-04-21T18:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "393faacfead48351770584ba8368b8a857c6df6e",
"body": "… metrics (#667)\" (#668)\n\nThis reverts commit fb99bb3e8c01a4b671031c4cab34d34981d6e103.",
"is_bot": false,
"headline": "Revert \"[Partial Fix] - remove/comment end timestamp from OTLP export…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-04-19T20:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb99bb3e8c01a4b671031c4cab34d34981d6e103",
"body": "… (#667)",
"is_bot": false,
"headline": "[Partial Fix] - remove/comment end timestamp from OTLP export metrics…",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-04-19T16:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb81ba75e7ef17a99a2b88d8f5e81a86206e9c9",
"body": null,
"is_bot": false,
"headline": "Fix first bucket otlp issue if invalid end stamp (#665)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-04-18T20:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65e3fa2cdfc60fd525e40d46f57ca4f423ff625c",
"body": "* Add limit to tcp reassembly to avoid memory growth",
"is_bot": false,
"headline": "Feature/limit tcp reassembly (#662)",
"author_name": "Leonardo Parente",
"author_login": "leoparente",
"committed_at": "2023-04-17T22:40:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 36,
"latest_release_at": "2025-09-18T18:22:54Z",
"latest_release_tag": "toolchains",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 16,
"days_since_latest_release": 309,
"mean_days_between_releases": 179.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 32,
"stars": 523,
"watchers": 37,
"fork_history": {
"days": [
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-31",
"count": 3
},
{
"date": "2020-11-01",
"count": 6
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2021-01-10",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-06-24",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2022-02-18",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-06-07",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2023-04-15",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-04-06",
"count": 1
}
],
"complete": true,
"collected": 32,
"total_forks": 32
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"appimage/Makefile",
"docker/Makefile"
],
"api_schema_files": [
"src/inputs/dnstap/pb/dnstap.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"golang/go.mod"
],
"largest_source_bytes": 166721,
"source_files_sampled": 279,
"oversized_source_files": 6,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"automated_tests/requirements.txt",
"golang/go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 33,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"pypi"
],
"dependencies": [
{
"name": "github.com/hashicorp/go-version",
"manifest": "golang/go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/jroimartin/gocui",
"manifest": "golang/go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "github.com/mitchellh/mapstructure",
"manifest": "golang/go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.2"
},
{
"name": "github.com/pkg/errors",
"manifest": "golang/go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/hashicorp/go-version",
"direct": true,
"version": "1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/jroimartin/gocui",
"direct": true,
"version": "0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/jroimartin/gocui",
"direct": true,
"version": "0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/mapstructure",
"direct": true,
"version": "1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/docopt/docopt-go",
"direct": false,
"version": "0.0.0-20180111231733-ee0de3bc6815",
"ecosystem": "go"
},
{
"name": "github.com/nsf/termbox-go",
"direct": false,
"version": "0.0.0-20201124104050-ed494de23a00",
"ecosystem": "go"
},
{
"name": "attrs",
"direct": false,
"version": "21.4.0",
"ecosystem": "pypi"
},
{
"name": "behave",
"direct": false,
"version": "1.2.6",
"ecosystem": "pypi"
},
{
"name": "behavex",
"direct": false,
"version": "1.5.11",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2024.12.14",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "configobj",
"direct": false,
"version": "5.0.9",
"ecosystem": "pypi"
},
{
"name": "csscompressor",
"direct": false,
"version": "0.9.5",
"ecosystem": "pypi"
},
{
"name": "deepdiff",
"direct": false,
"version": "8.6.2",
"ecosystem": "pypi"
},
{
"name": "docker",
"direct": false,
"version": "5.0.3",
"ecosystem": "pypi"
},
{
"name": "htmlmin",
"direct": false,
"version": "0.1.12",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.15",
"ecosystem": "pypi"
},
{
"name": "importlib-resources",
"direct": false,
"version": "5.9.0",
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": "3.1.6",
"ecosystem": "pypi"
},
{
"name": "jsonschema",
"direct": false,
"version": "4.7.2",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "2.1.1",
"ecosystem": "pypi"
},
{
"name": "ordered-set",
"direct": false,
"version": "4.1.0",
"ecosystem": "pypi"
},
{
"name": "parse",
"direct": false,
"version": "1.19.0",
"ecosystem": "pypi"
},
{
"name": "parse-type",
"direct": false,
"version": "0.6.0",
"ecosystem": "pypi"
},
{
"name": "pyhamcrest",
"direct": false,
"version": "2.0.3",
"ecosystem": "pypi"
},
{
"name": "pyrsistent",
"direct": false,
"version": "0.18.1",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.33.0",
"ecosystem": "pypi"
},
{
"name": "six",
"direct": false,
"version": "1.16.0",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "websocket-client",
"direct": false,
"version": "1.3.3",
"ecosystem": "pypi"
},
{
"name": "zipp",
"direct": false,
"version": "3.21.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 33,
"direct_count": 5,
"indirect_count": 28
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 517,
"open_issues": 1,
"closed_ratio": 0.995,
"closed_issues": 217,
"closed_unmerged_prs": 56
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "weyrick",
"commits": 422,
"avatar_url": "https://avatars.githubusercontent.com/u/195691?v=4"
},
{
"type": "User",
"login": "leoparente",
"commits": 93,
"avatar_url": "https://avatars.githubusercontent.com/u/23251360?v=4"
},
{
"type": "User",
"login": "etaques",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/97463920?v=4"
},
{
"type": "User",
"login": "manrodrigues",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/78241475?v=4"
},
{
"type": "User",
"login": "fcelda",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1205482?v=4"
},
{
"type": "User",
"login": "marc-barry",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/4965634?v=4"
},
{
"type": "User",
"login": "rlahnemann",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/54502177?v=4"
},
{
"type": "User",
"login": "emn",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/35371027?v=4"
},
{
"type": "User",
"login": "iatdaitan",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/86745196?v=4"
},
{
"type": "User",
"login": "andrewdavidmackenzie",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5529132?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.676
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-develop.yml",
"build-release.yml",
"build_cross.yml",
"build_debug.yml",
"code-ql.yml",
"codeql-go-python.yml",
"container-rescan.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "29 out of 29 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"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": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 8,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fb6dc23a05750fdb36e86fa3ce2375e8cac3c16d",
"ran_at": "2026-07-24T21:36:51Z",
"aggregate_score": 7.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T07:01:47Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T16:59:41Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 758,
"created_at": "2026-01-04T10:46:00Z",
"last_comment_at": "2026-06-26T20:00:23Z",
"last_comment_author": "leoparente"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/netboxlabs/pktvisor",
"host": "github.com",
"name": "pktvisor",
"owner": "netboxlabs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"security": 78,
"vitality": 65,
"community": 74,
"governance": 65,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 36,
"human_commit_share": 0.89,
"days_since_last_push": 2,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "36 commits in the last year",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 36
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"releases_count": 15,
"latest_release_tag": "toolchains",
"releases_from_tags": false,
"days_since_latest_release": 309,
"mean_days_between_releases": 179.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 309 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 309
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~179.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 179.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 74,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"forks": 32,
"stars": 523,
"watchers": 37,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "523 stars",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 523
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "32 forks",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 32
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "37 watchers",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 37
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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 (MPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 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": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 16,
"top_contributor_share": 0.676
},
"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 68% of commits",
"points": 7.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 68
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"merged_prs": 517,
"open_issues": 1,
"closed_issues": 217,
"issue_closed_ratio": 0.995,
"closed_unmerged_prs": 56
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "517/573 decided PRs merged",
"points": 34.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 517,
"decided": 573
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"followers": 229,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "netboxlabs",
"public_repos": 25,
"account_age_days": 1369
},
"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": "229 followers of netboxlabs",
"points": 17,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 229,
"login": "netboxlabs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "25 public repos, account ~3 yr old",
"points": 17.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 25
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 81,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"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": "29 out of 29 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"observability",
"monitoring",
"api-first",
"collector-agent",
"prometheus",
"grafana",
"agent",
"stream-processors",
"packet-capture",
"dnstap",
"pcap"
],
"has_wiki": true,
"homepage": "https://orb.community",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://orb.community",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"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": "good",
"name": "Security",
"value": 78,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 7.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "29 out of 29 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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 33 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": 33
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 33,
"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": 33,
"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": 7
},
"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": 66,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.955,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "85 of 89 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 85,
"sampled": 89
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"appimage/Makefile",
"docker/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.14,
"toolchain_manifests": [
"golang/go.mod"
],
"dependency_bot_commit_share": 0.11
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "appimage/Makefile, docker/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "appimage/Makefile, docker/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "14 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 14,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "11 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 11,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 166721,
"source_files_sampled": 279,
"oversized_source_files": 6
},
"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": "6/279 source files over 60KB",
"points": 53.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 279,
"oversized": 6
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"src/inputs/dnstap/pb/dnstap.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "src/inputs/dnstap/pb/dnstap.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/inputs/dnstap/pb/dnstap.proto"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T21:37:17.499807Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/netboxlabs/pktvisor.svg",
"full_name": "netboxlabs/pktvisor",
"license_state": "standard",
"license_spdx": "MPL-2.0"
}