Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 90,
"has_wiki": false,
"homepage": null,
"languages": {
"Python": 158617
},
"pushed_at": "2026-07-19T11:04:27Z",
"created_at": "2026-05-07T14:39:16Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T11:04:30Z",
"description": "Secrevo — Python SDK for the Secrevo API. Distributed as a Python package. Consumes the Secrevo API.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Secrevo",
"type": "Organization",
"login": "getsecrevo",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/281971125?v=4",
"created_at": "2026-05-05T14:39:19Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 84
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-19T11:04:23Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-05-13T05:26:45Z"
}
],
"recent_commits": [
{
"oid": "3201aef082203c890a1186b719bebc533d60b788",
"body": "chore: release 0.4.0",
"is_bot": false,
"headline": "Merge pull request #20 from getsecrevo/chore/release-0.4.0",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-07-19T11:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24924a8046b8a24e3a20955209ae0c89b3b5b65e",
"body": "Bump the published version so the F2/F3/Agent-DX surface reaches PyPI users.\nEverything since v0.3.0 is currently unreleased: mediated proxy (call/session/\ntargets), ephemeral credentials (creds + cred-scope, aws_federation), the\nper-secret agent-read opt-in, and the Agent-DX error-envelope work —\nS\n[…]\nh .remediation and SecretRecord.suggested_next_step.\n\nTagging v0.4.0 on main triggers the OIDC trusted-publisher workflow to PyPI.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release 0.4.0",
"author_name": "GanemoCorp",
"author_login": "GanemoCorp",
"committed_at": "2026-07-19T11:03:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3373c48a44ed79c0a446c0b9406d8571cb1ed6bf",
"body": "feat(models): SecretRecord.suggested_next_step (Agent-DX hint)",
"is_bot": false,
"headline": "Merge pull request #19 from getsecrevo/feat/secret-suggested-next-step",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-07-19T10:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7f32c9d1babb5870fc2f0cdd5a5bf7520fb1e4d",
"body": "Surface the api's empty-state hint on SecretRecord: when a single-secret GET\nreturns suggested_next_step (only when nothing is configured for agent use), the\nSDK carries it so an agent — or its author — is told the concrete next commands\nto make the secret agent-usable without plaintext. None when a\n[…]\nhanism already\nexists (configuration wins) or on list results.\n\nTest: fresh secret carries the hint; a configured secret has None.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(models): SecretRecord.suggested_next_step (Agent-DX hint)",
"author_name": "GanemoCorp",
"author_login": "GanemoCorp",
"committed_at": "2026-07-19T10:13:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e78cadf08729ea8e2d719d34c5184e85081717d7",
"body": "…-sdk\n\nfeat(exceptions): typed SecrevoMechanismError with .remediation",
"is_bot": false,
"headline": "Merge pull request #18 from getsecrevo/feat/actionable-error-envelope…",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-07-19T09:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2efb45665aa15d9796e35d08b96d01959220a5",
"body": "Non-success responses were flattened to a SecrevoAPIError whose message was raw\nbody text, so an agent hitting a mechanism wall (mediated_not_configured,\nephemeral_not_supported, creds_not_enabled, the raw-read cut) got no actionable\nnext step.\n\nAdd SecrevoMechanismError(SecrevoAPIError) carrying .c\n[…]\n / plain-coded / non-envelope), end-to-end mint_creds\nwall raises the typed error, SecretRecord flag surfacing. Full pytest green.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(exceptions): typed SecrevoMechanismError with .remediation",
"author_name": "GanemoCorp",
"author_login": "GanemoCorp",
"committed_at": "2026-07-19T09:39:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "64807b798c6958503b370f68403b5c5c1cc7a441",
"body": "models: document aws_federation provider on CredScope",
"is_bot": false,
"headline": "Merge pull request #17 from getsecrevo/feat/creds-federation-sdk",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-07-19T02:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "067140164106e945a85f3f16b5fcffd45b645583",
"body": "Mirrors api #97 / cli #33 (F3 R3). The CredScope model is already generic\n(provider + config dict), so aws_federation works with no code change; this\ndocuments it as the recommended self-serve provider (GetFederationToken from the\nsecret's own stored key — no role, no allowlist) alongside aws_sts and db.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "models: document aws_federation provider on CredScope",
"author_name": "GanemoCorp",
"author_login": "GanemoCorp",
"committed_at": "2026-07-19T02:20:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3b22868ef83574f9f4736603de961f2b0ea6f6fd",
"body": "feat: set_agent_read (per-secret agent raw-read opt-in) sync + async",
"is_bot": false,
"headline": "Merge pull request #16 from getsecrevo/feat/sdk-agent-read",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-07-18T11:14:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42569f36c69ca50a79f9d24dc3395a5f21aeae65",
"body": "Parity with the CLI (getsecrevo/cli #32) over the api's human-only agent-read\nendpoint (getsecrevo/api #94). set_agent_read(secret_name, allowed) opts a secret\nin/out of agent raw-read. Tests: PUT resolves the secret + sends {allowed:true/false}.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: set_agent_read (per-secret agent raw-read opt-in) sync + async",
"author_name": "GanemoCorp",
"author_login": "GanemoCorp",
"committed_at": "2026-07-18T11:13:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f371b530b44f0aeb3949d6a7ce738b2266891acd",
"body": "F3 (PR3d/sdk-python): mirror secrevo creds + cred-scope (ephemeral credentials)",
"is_bot": false,
"headline": "Merge pull request #15 from getsecrevo/feat/ephemeral-creds",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-07-18T09:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72a7c5f1c9cb5e87bf1fcba1b481e6ca52137a3a",
"body": "…edentials)\n\nParity with the CLI (getsecrevo/cli #30) over the api's default-off F3 endpoints\n(getsecrevo/api #92). Sync + async:\n\n- mint_creds(secret_name, ttl_seconds=0) -> Cred — mint a short-lived, scoped\n ephemeral credential for loads that must see bytes (AWS SigV4, DB clients), the\n honest \n[…]\ncts\naccess key / secret / token (keeps provider); put+get cred-scope round-trip;\nremove deletes; async mint. Full suite 67 passed.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "F3 (PR3d/sdk-python): mirror secrevo creds + cred-scope (ephemeral cr…",
"author_name": "GanemoCorp",
"author_login": "GanemoCorp",
"committed_at": "2026-07-18T09:55:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4a76870b66e3b644a29ba7feb7de1b943188dbfc",
"body": "F2 follow-up: mediated proxy surface (call, typed, session, targets)",
"is_bot": false,
"headline": "Merge pull request #14 from getsecrevo/feat/mediated-proxy-session",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-07-16T02:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc326c2ec9e1712efa86dbff3e787ac2ed8d524",
"body": "…ion, targets)\n\nMirrors the CLI mediated-consumption surface (getsecrevo/api#79,#80) in both the\nsync and async clients — the secret value never reaches the process:\n\n- client.call(secret, url=, method=, headers=, body=) -> ProxyResponse\n- client.{openai,anthropic,stripe,github}_call(secret, pat\n[…]\npy (call/placeholder-guard/typed/session/close/targets)\n+ async call+session+close flow. Full pytest green (62 passed, 1 skipped).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "F2 follow-up: mediated proxy surface in sdk-python (call, typed, sess…",
"author_name": "Ganemo DevBot",
"author_login": null,
"committed_at": "2026-07-16T02:01:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f9c04bde492f7bb630b9751f97c0431de7736f8b",
"body": "fix(reveal): use by-name endpoint so per-secret grants work (slice 7)",
"is_bot": false,
"headline": "Merge pull request #13 from getsecrevo/fix/reveal-by-name-no-list",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-06-15T07:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6e4c00d37a78665ecaf9f2129abff4a02f9903",
"body": "… work\n\nreveal_value resolved a secret's id by listing the workspace's secrets, which\nrequires secret.read@workspace. Under the team-sharing model an invited user (or\ntheir agent) holds only a per-secret grant, so the list 403s and reveal failed —\nthey could not consume a secret that was explicitly \n[…]\ngraded behavior is unchanged. Adds a regression test proving\nreveal_value succeeds when the list endpoint 403s and never calls it.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(reveal): resolve+reveal via by-name endpoint so per-secret grants…",
"author_name": "Ganemo DevBot",
"author_login": null,
"committed_at": "2026-06-15T07:48:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "083c661583daa91f32b2264fd5886903a287a456",
"body": "… (#12)\n\nAdds support for reading the previous-value materialization exposed by\napi#46 during a rotation's grace window. Sync and async clients both\ngain a `version: Literal['current', 'previous']` kwarg on\n`reveal_value`; default is `current` so all existing call sites are\nunchanged.\n\n- New SecretV\n[…]\nsync client extended with the same kwarg (no cache; just URL +\n header parsing).\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk): reveal_value(version='previous') for rotation grace window…",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-06-02T07:27:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bc761cc9be81a898d55dcedccdaf89275342a39d",
"body": "Long-running services on intermittent networks (the canonical case is a\nmini-PC on a client LAN) need to survive Secrevo API outages without\ncrashing every worker thread that reaches for a secret. This change\nadds an opt-in encrypted on-disk cache and a \"degraded\" fallback path\non reveal_value, both\n[…]\nno cache or expired entry: raise SecrevoAPIError\n (existing behavior preserved).\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cache): opt-in encrypted disk cache + degraded-mode reveal (#11)",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-06-02T05:51:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "406b4f1f1d448688ee4489593f5fb8bb7939f6a5",
"body": "chore: replace private repo refs with public docs URL",
"is_bot": false,
"headline": "Merge pull request #10 from getsecrevo/chore/pre-public-cleanup",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-23T16:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c7efd8b88d3e97911ccbb5882de16b7d1a6395",
"body": "- Remove links to private getsecrevo/api and getsecrevo/infrastructure\n in the SDK README cross-references section.\n- Add link to the public /docs quickstart and the public CLI repo.\n\nPrereq for making this repo public so externals don't hit 404s.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: replace private repo cross-refs with public docs URL",
"author_name": "Ganemo DevBot",
"author_login": null,
"committed_at": "2026-05-23T16:46:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ad64ab0cb0f74208355f17b1cf7522b22851838e",
"body": "Same quota-saving trim as getsecrevo/cli — PRs run a single Python\nversion on linux instead of a 4-version matrix. The full 3.10-3.13\ncompatibility check moves to a weekly schedule (Mondays 07:00 UTC)\nplus workflow_dispatch for on-demand runs before release tags.\n\nChanges:\n- pr.yml: matrix collapsed\n[…]\nr\nthis SDK (~0/month so far), a one-week scheduling delay is the right\ntrade-off.\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: trim PR matrix to python 3.12; add weekly cross-version job (#9)",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-13T21:46:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "abca3393f71be33b3535a427acd704359bfc8aa6",
"body": "…data (#8)\n\n`secrevo_sdk.__version__` now resolves to the installed package version\nat import time. Single source of truth is pyproject.toml — no string\nduplication to drift.\n\nCallers (user-agent strings, telemetry, bug reports) can do:\n\n import secrevo_sdk\n print(secrevo_sdk.__version__) # \"\n[…]\nept.\n\nTests assert the attribute is a non-empty PEP 440 string and is in\n__all__.\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(version): expose __version__ programmatically via importlib.meta…",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-13T12:59:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b3ba0884958940b6e52e9da0807ef4ac4657811b",
"body": "Node 20 deprecation deadline is junio 2026. v6 of these actions\nuses Node 22+. Applied to both pr.yml (test workflow) and publish.yml\n(PyPI release workflow).\n\nNo behavior change.\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(ci): bump actions/checkout v4→v6, setup-python v5→v6 (#7)",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-13T12:54:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "09e0e567f00b07cfd598cc5df7e2fa032646fbae",
"body": "Mirrors the cli#9 workflow for the python sdk. Runs pytest on the\ntest extras across the supported Python versions declared in\npyproject.toml's classifiers (3.10, 3.11, 3.12, 3.13).\n\nUntil now sdk-python only had publish.yml (tag-driven PyPI release).\nPR tests were trust-based: the author ran pytest\n[…]\ny reach main and prevents a\nbroken sdist/wheel from being tagged for publication.\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add pr workflow (pytest matrix python 3.10-3.13) (#6)",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-13T12:18:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "69d547259934a2db4eade84ae4c0a7e7f39f71c1",
"body": "…lisher (#5)\n\nAdds .github/workflows/publish.yml triggered by tags matching `v*`.\nUses PyPI Trusted Publishing (OIDC) so no API tokens or repository\nsecrets are required — the runner exchanges its GitHub Actions OIDC\nID-token for a short-lived PyPI upload token at publish time.\n\nBumps version to 0.3\n[…]\nthe prerequisite.\n\nLocal build smoke confirms both sdist and wheel build cleanly.\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(release): publish secrevo-sdk 0.3.0 to PyPI via OIDC trusted pub…",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-13T05:26:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f2fa52f2e5c6379e769fac89807723559e4b3c3",
"body": "…lient (#4)\n\nThe sync SecrevoClient blocks the event loop, which is fatal for any\nFastAPI app, batch LLM consumer, or async runtime. AsyncSecrevoClient\nships the same surface (list_secrets, get, get_with_context,\nget_for_agent, reveal_value, integration helpers) as async methods.\n\nIntegration helper\n[…]\n\n\nREADME quickstart now shows both sync from_env() and async from_env()\npatterns.\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk): AsyncSecrevoClient mirroring sync client over httpx.AsyncC…",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-13T00:39:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "362985e409394110bcf0ab1d55d7239e4a3e90be",
"body": "…t errors (#3)\n\nThe SDK previously raised on the first transient failure, forcing every\ncaller to wrap reveal calls in their own retry loop. That penalizes the\n\"drop-in\" promise of from_env(): if the API hiccups, the dev's app dies.\n\nNew behavior: by default, retry up to 3 times on 502/503/504, 429,\n[…]\nhe sleep callable is injectable for test determinism; production uses\ntime.sleep.\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk): auto-retry with exponential backoff for 5xx, 429, transpor…",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-13T00:36:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "447f5815c5bd02435a0a6c855f7ffca38e19c573",
"body": "Two dogfood-readiness improvements for the SDK before publishing 0.3.0\nto PyPI:\n\n- `SecrevoClient.from_env()` constructor reads SECREVO_API_BASE_URL,\n SECREVO_WORKSPACE_ID, SECREVO_API_TOKEN. Missing/empty values raise\n ValueError naming the exact variable. Matches the convention every\n modern SD\n[…]\ny example;\nexplicit constructor moved to a second snippet for multi-tenant cases.\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk): SecrevoClient.from_env() + py.typed marker (#2)",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-13T00:34:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5c5cb05a0feed48f640c14adbfc80b412a29dac0",
"body": "…value + actionable errors (#1)\n\nThe previous OpenAISecretStub raised NotImplementedError. Replace it\nwith five lazy integration helpers that hand the canonical third-party\nclient to the caller, already configured with a Secrevo-managed\ncredential:\n\n- openai_for(name) -> openai.OpenAI(api_key=...)\n-\n[…]\n type, and the\n IntegrationNotInstalledError path with importlib monkey-patched.\n\nCo-authored-by: Ganemo DevBot <devops@ganemo.co>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk): real OpenAI/Anthropic/Stripe/AWS/GitHub wrappers + reveal_…",
"author_name": "Fernando",
"author_login": "GanemoCorp",
"committed_at": "2026-05-10T16:33:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b6ace288516c4f50ef9dd2b7d102fff5656030cb",
"body": null,
"is_bot": false,
"headline": "Align SDK README with Cat D governance",
"author_name": "Ganemo DevBot",
"author_login": null,
"committed_at": "2026-05-07T14:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3b8d60a0d8bed848aa52fffeb5a7da0c998a0e",
"body": null,
"is_bot": false,
"headline": "Initial Secrevo Python SDK scaffold",
"author_name": "Ganemo DevBot",
"author_login": null,
"committed_at": "2026-05-06T07:40:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 31,
"latest_release_at": "2026-07-19T11:04:23Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_last_push": 9,
"active_weeks_last_year": 6,
"days_since_latest_release": 9,
"mean_days_between_releases": 67.2
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "secrevo-sdk",
"exists": true,
"license": null,
"keywords": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Security",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/secrevo-sdk/",
"is_deprecated": false,
"latest_version": "0.4.0",
"repository_url": "https://github.com/getsecrevo/sdk-python",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2026-05-13T06:26:19.151928Z",
"latest_published_at": "2026-07-19T11:04:56.598288Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/secrevo_sdk/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 34131,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 6,
"malicious_count": 0,
"assessed_package": "pypi:secrevo-sdk@0.4.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "httpx",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.27,<1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 20,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "GanemoCorp",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/46256429?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cross-version.yml",
"pr.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "14 out of 20 merged PRs checked by a CI test -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/21 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 9,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3201aef082203c890a1186b719bebc533d60b788",
"ran_at": "2026-07-29T08:33:28Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T10:49:17Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T11:04:23Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/getsecrevo/sdk-python",
"host": "github.com",
"name": "sdk-python",
"owner": "getsecrevo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 52,
"vitality": 60,
"community": 12,
"governance": 49,
"engineering": 53
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 60,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 31,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "31 commits in the last year",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 31
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_latest_release": 9,
"mean_days_between_releases": 67.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~67.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 67.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 20,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/20 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 20
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "getsecrevo",
"public_repos": 2,
"account_age_days": 84
},
"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": "0 followers of getsecrevo",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "getsecrevo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~0 yr old",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"secrevo-sdk"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "14 out of 20 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "14 out of 20 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:secrevo-sdk@0.4.0 runtime dependency closure — what installing the published package pulls in — 6 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:secrevo-sdk@0.4.0",
"assessed": 6
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 6,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 6,
"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
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 49,
"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.935,
"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": "29 of 31 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 31
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"src/secrevo_sdk/py.typed"
],
"agent_commit_share": 0.645,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "src/secrevo_sdk/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/secrevo_sdk/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "20 of the last 31 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 20,
"sampled": 31
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 34131,
"source_files_sampled": 17,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/secrevo_sdk/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/secrevo_sdk/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-29T08:33:44.983817Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/getsecrevo/sdk-python.svg",
"full_name": "getsecrevo/sdk-python",
"license_state": "absent",
"license_spdx": null
}