原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1234,
"has_wiki": true,
"homepage": "https://guardrailsai.com/",
"languages": {
"Mako": 704,
"Shell": 1894,
"Python": 222316,
"Makefile": 2285,
"Dockerfile": 1813
},
"pushed_at": "2026-07-16T20:06:01Z",
"created_at": "2023-06-27T15:13:04Z",
"owner_type": "Organization",
"updated_at": "2026-07-16T20:06:07Z",
"description": "FastAPI server for hosting Guardrails AI in your own environment.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "guardrailsai.com",
"name": "Guardrails AI",
"type": "Organization",
"login": "guardrails-ai",
"company": null,
"location": "United States of America",
"followers": 222,
"avatar_url": "https://avatars.githubusercontent.com/u/140440022?v=4",
"created_at": "2023-07-24T18:04:51Z",
"is_verified": null,
"public_repos": 97,
"account_age_days": 1097
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-04-10T13:58:40Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-04-03T20:34:38Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-03T19:58:02Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-03-16T17:13:35Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-03-13T14:20:44Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-10T15:09:49Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-02-16T22:30:42Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-02-16T14:34:00Z"
}
],
"recent_commits": [
{
"oid": "90a3823a4c53ee4eb86e5561ed3082260316fee2",
"body": "…-packages-53237599-i8ph\n\n[Aikido] Fix security issue in langsmith via minor version upgrade from 0.8.17 to 0.8.18",
"is_bot": false,
"headline": "Merge pull request #132 from guardrails-ai/fix/aikido-security-update…",
"author_name": "Zayd",
"author_login": "zsimjee",
"committed_at": "2026-07-16T20:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8992bc52832626c4270615d37c126a235b35a6c0",
"body": "[GR-1710] chore: verify guardrails-ai-types 0.5.0",
"is_bot": false,
"headline": "Merge pull request #133 from guardrails-ai/chore/verify-types-0.5.0",
"author_name": "Zayd",
"author_login": "zsimjee",
"committed_at": "2026-07-16T20:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd1056519ee3a24358772c1e76a9db6b738324a9",
"body": "…chore/verify-types-0.5.0",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/fix/app-middleware-typing' into …",
"author_name": "Zayd Simjee",
"author_login": "zsimjee",
"committed_at": "2026-07-15T21:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0931c189ef6d3609aacc0a1a4f5dee39aa761cc8",
"body": "`export` comes from getattr() and is typed loosely (Any | type[object] |\ntype[BaseHTTPMiddleware]) even after the issubclass(BaseHTTPMiddleware) guard,\nso pyright rejects it as add_middleware's middleware_class. It is verified to be\na BaseHTTPMiddleware subclass at runtime; cast to type[BaseHTTPMiddleware].\n\nPre-existing type error (surfaced by current starlette/pyright); unrelated to\nthe guardrails-ai-types 0.5.0 bump.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(types): cast middleware class in add_middleware to satisfy pyright",
"author_name": "Zayd Simjee",
"author_login": "zsimjee",
"committed_at": "2026-07-10T21:56:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8fe74464a53f50ff7c69bcdc047892a0beb939ff",
"body": "Draft PR to verify the result-model type fix (guardrails-ai-types 0.5.0) does not\nbreak guardrails-api CI, per review checklist on guardrails-ai-types PR #10.\nCI installs fresh from pyproject (guardrails-ai-types>=0.4.0), so it resolves\n0.5.0 regardless; this also updates the deploy lock to match.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump guardrails-ai-types to 0.5.0 in lock (verification)",
"author_name": "Zayd Simjee",
"author_login": "zsimjee",
"committed_at": "2026-07-10T19:06:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "07566e3db1342b1730e0f5026bcdbadd6c2670b8",
"body": null,
"is_bot": true,
"headline": "fix(security): update langsmith from 0.8.17 to 0.8.18",
"author_name": "aikido-autofix[bot]",
"author_login": "aikido-autofix[bot]",
"committed_at": "2026-06-22T00:18:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fe387d169151898f931adcbf531655858c5b4f",
"body": "fix(security): raise litellm cap to allow >=1.84.0 (v0.4.3)",
"is_bot": false,
"headline": "Merge pull request #129 from guardrails-ai/fix/bump-litellm-cap",
"author_name": "Zayd",
"author_login": "zsimjee",
"committed_at": "2026-06-19T19:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4507e019e8b6164d87f68dfcd84e5d52856e4ce3",
"body": "FastAPI 0.137 stopped flattening include_router() into app.routes; it now\ninserts a single _IncludedRouter wrapper whose real routes live on its\n`original_router`. The route-registration tests iterated app.routes directly\nand hit `AttributeError: '_IncludedRouter' object has no attribute 'path'`\n(an\n[…]\nthod sets). Add a recursive _iter_routes helper that\nflattens nested routers, working on both old (flat) and new (nested) FastAPI.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: handle FastAPI >=0.137 nested router structure in route tests",
"author_name": "Zayd Simjee",
"author_login": "zsimjee",
"committed_at": "2026-06-19T19:41:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f49755b1ee18961e75e915bd961277e7dd0ab37",
"body": "Co-authored-by: Caleb Courier <13314870+CalebCourier@users.noreply.github.com>",
"is_bot": false,
"headline": "Update pyproject.toml",
"author_name": "Zayd",
"author_login": "zsimjee",
"committed_at": "2026-06-19T15:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e5d74717803b70e1e63bd45312dc4ef3c027e15",
"body": "litellm >=1.84.0 (now required) supports Python <3.14, so the package can't\nsupport 3.14 yet. Match the supported range to guardrails-ai (3.10-3.13).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: cap requires-python to >=3.10,<3.14",
"author_name": "Zayd Simjee",
"author_login": "zsimjee",
"committed_at": "2026-06-19T09:23:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "18d2dc06ca60fc6b17820adac64363babd08349c",
"body": "… lock)\n\n- pyproject: floor litellm at >=1.84.0 to clear the critical advisory in the\n manifest (the cap was already raised to <2.0.0).\n- regenerate requirements-lock.txt from a clean install so the full\n dependency tree moves to patched versions:\n litellm 1.89.2, starlette 1.3.1, aiohttp 3.14.1, PyJWT 2.13.0, Mako 1.3.12,\n idna 3.18, langsmith 0.8.17, urllib3 2.7.0, langchain-core 1.4.8.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(security): resolve Dependabot alerts (litellm floor + regenerated…",
"author_name": "Zayd Simjee",
"author_login": "zsimjee",
"committed_at": "2026-06-19T09:10:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ed8921e519b0c32c357e930439fb17b89008722e",
"body": "Lower over-tight lower bounds (psycopg2-binary, requests, fastapi,\nSQLAlchemy, alembic, uvicorn, python-dotenv) to broaden what consumers can\nresolve, keeping the package installable on current versions.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): widen dependency floors to reduce downstream conflicts",
"author_name": "Zayd Simjee",
"author_login": "zsimjee",
"committed_at": "2026-06-18T22:42:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d0e276f0f6cd86b7cfe9ed1a8be4a9da2d2bc685",
"body": "The previous cap (<1.82.6) blocked downstream guardrails-ai from picking up\nlitellm security fixes (critical advisories requiring litellm >=1.84.0). The\nlitellm symbols used here (ModelResponse, Choices, CustomStreamWrapper,\nStreamingChoices, acompletion, completion) are unchanged in 1.84.x.\n\nBumps version to 0.4.3.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(security): raise litellm cap to allow >=1.84.0",
"author_name": "Zayd Simjee",
"author_login": "zsimjee",
"committed_at": "2026-06-18T22:23:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a9441cbafdbb8fc62e82b03846a49da456f79d82",
"body": "…-packages-30028013-aseu\n\n[Aikido] Fix 8 security issues in litellm, lxml, tokenizers and 2 more",
"is_bot": false,
"headline": "Merge pull request #119 from guardrails-ai/fix/aikido-security-update…",
"author_name": "Zayd",
"author_login": "zsimjee",
"committed_at": "2026-06-12T23:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee4d58082f11713da33aa59c15c2eb7c335a6a4",
"body": "trusted publishing",
"is_bot": false,
"headline": "Merge pull request #127 from guardrails-ai/feat/trusted-pub",
"author_name": "Zayd",
"author_login": "zsimjee",
"committed_at": "2026-06-04T18:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a3e1384a965ff773b252ed9a103b0a8fa35c67",
"body": null,
"is_bot": false,
"headline": "Update publish.yml",
"author_name": "Zayd",
"author_login": "zsimjee",
"committed_at": "2026-06-04T18:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9adca1ee159acefbf6b3318c3e70e530776eec9",
"body": null,
"is_bot": false,
"headline": "trusted publishing",
"author_name": "Zayd Simjee",
"author_login": "zsimjee",
"committed_at": "2026-06-04T18:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1644f9cbafc8f41cfc753d5f45aa33cb6dd7caea",
"body": null,
"is_bot": true,
"headline": "fix(security): update dependencies",
"author_name": "aikido-autofix[bot]",
"author_login": "aikido-autofix[bot]",
"committed_at": "2026-05-04T22:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5efb82b5e3ff9575d9210e79c0120e33c93bddac",
"body": "Session and Pool Management",
"is_bot": false,
"headline": "Merge pull request #115 from guardrails-ai/health-check-session",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-10T13:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf8d85488791196e70400c3047368d9007f78688",
"body": null,
"is_bot": false,
"headline": "remove alpha",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-09T20:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe9ffe066378d429f7824575d247363067101ac0",
"body": null,
"is_bot": false,
"headline": "filter out unset kwargs",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-09T15:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bcc9282286b7dc6eac4de9672d17058c9de6b6f",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-09T14:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2f93e9d389746e73dc1e1346fc0105ee7194e54",
"body": "…anagement",
"is_bot": false,
"headline": "use session context in health-check endpoint; add env vars for pool m…",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-09T14:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51c7278c9bfc2dc0a0cdbafc2585f6f042b34e79",
"body": "v0.4.1",
"is_bot": false,
"headline": "Merge pull request #113 from guardrails-ai/v0.4.1",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-03T20:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "069e4ec5b2de53678d2b5c2a9718559fc44f67b1",
"body": "…requirements-lock.txt",
"is_bot": false,
"headline": "update guardrails-ai beyond alpha; remove unused poetry.lock; re-gen …",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-03T19:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "956bac46668b543dbd2a00eef374a58d7df24aac",
"body": "v0.4.0",
"is_bot": false,
"headline": "Merge pull request #107 from guardrails-ai/v0.4.0",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-03T18:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7707b5acf58c171e9134dc7c7f24c1a0aca33f26",
"body": null,
"is_bot": false,
"headline": "use secret mounts instead of build arg for gr token",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-03T17:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180f5f9bb12f247ea26ff6ad62c38440c747b617",
"body": null,
"is_bot": false,
"headline": "use official 0.4.0 types release",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-02T16:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "015c1e1c897bed7eaef985d0f3185870cd8dd3ce",
"body": "Use Shared Types",
"is_bot": false,
"headline": "Merge pull request #108 from guardrails-ai/use-sdk",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-04-02T16:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f1ffda2148af39288ddfb9147f581eea9c5a51f",
"body": null,
"is_bot": false,
"headline": "don't reuse context",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-26T18:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af423b162fa506305e8c8f410704d85f3c67a1d9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into use-sdk",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-25T13:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5181ed1e24d09bc133694db8d4132305604d1776",
"body": "URGENT - pin litellm below compromised version",
"is_bot": false,
"headline": "Merge pull request #110 from guardrails-ai/emergency-pin-litellm",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-24T13:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20ca8af40017971f5ba3f4502fc6738e8e1462e4",
"body": null,
"is_bot": false,
"headline": "pin litellm below compromised version",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-24T13:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc9f55c4e08aa3abb753868b5c4e5d285bb5c712",
"body": null,
"is_bot": false,
"headline": "pin below compromised litellm version",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-24T13:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "958af780147c8dd5977ef281151b2538c8dbfaa2",
"body": null,
"is_bot": false,
"headline": "remove alpha",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T23:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e3ee3a529e823b8d76f3f24ef3dec203d25ed2f",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T23:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2113e2526764851c966225626c583e7693fdcb7",
"body": null,
"is_bot": false,
"headline": "use venv to control pathing",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T23:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e391cf694d5f9f9abf97695aa32cffff1b46046f",
"body": null,
"is_bot": false,
"headline": "hub install for tests",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T22:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4092ffcc831fbdf1f8b5784e49f5ced6e8714ea7",
"body": null,
"is_bot": false,
"headline": "use host network",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T22:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31389d02a8de35465bad117161167b479b581e04",
"body": null,
"is_bot": false,
"headline": "attach network",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T22:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a99a984b8054526b557442ef5bfdcb7f9975c41",
"body": null,
"is_bot": false,
"headline": "try all postgres",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T22:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5fd56e2c079d8c93c1a7f0ac04a688871d65750",
"body": null,
"is_bot": false,
"headline": "specify other pg env vars",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T22:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5442681343f813970e852100bb89a349721a7840",
"body": null,
"is_bot": false,
"headline": "fix pg setup",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T21:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b031978bc1b5e6b92d411ac8b1246aab6fd84fd",
"body": null,
"is_bot": false,
"headline": "silence warnings, assign id to config guard",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T21:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69959ec88bdc6b63ce0c61a74f14a448804a0e0c",
"body": null,
"is_bot": false,
"headline": "fix pghost",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T19:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43c4cfcbfa4e2111dd71b22770ef7b3ffe698875",
"body": null,
"is_bot": false,
"headline": "remove seq dep",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T19:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55d6c0fc94b4651baed7ffefacb15311e0442b5",
"body": null,
"is_bot": false,
"headline": "run integration tests sequentially",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T19:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f13d8ad762079e9f560272ff30205e1f92211694",
"body": null,
"is_bot": false,
"headline": "add additional integration tests",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T19:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce14d7f5ab63723f1b9797b1cd0bbe628b00e1f2",
"body": null,
"is_bot": false,
"headline": "bump alpha",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T18:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d5413b2b461ffe38669a632baae0cf9186af316",
"body": "[GR-1403]: Remove unique constraint on guard name",
"is_bot": false,
"headline": "Merge pull request #109 from guardrails-ai/remove-name-constraint",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T18:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc7ec5b9b57216d9667ab5ebcc6b74b74347c483",
"body": null,
"is_bot": false,
"headline": "fix tests to return correct class",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T17:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "161dcf04da8922311ba7083c716457c790564cf6",
"body": null,
"is_bot": false,
"headline": "don't duplicate final chunk; don't dump by alias for openai endpoints",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T17:13:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fbc3ee9c81e401ffbaa850af3290359640f2611",
"body": null,
"is_bot": false,
"headline": "remove unique constraint on guard name",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T13:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422e6cff6673a7401f3d1653c99d1210ac15994d",
"body": null,
"is_bot": false,
"headline": "ref module instead of __init__ file",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-23T13:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85af1ec3c65a57def1c6914a6334b494c6737c1c",
"body": null,
"is_bot": false,
"headline": "bump guardrails-ai version",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-20T21:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3efd596ece6c1b96ab93a40a5fb6b5b522aae78",
"body": null,
"is_bot": false,
"headline": "remove make build",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-20T21:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0708dbc7410622f96a33b17ed524df6fd52ce1",
"body": null,
"is_bot": false,
"headline": "run type checks on PR",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-20T21:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbd44c5b7f3b83d3a989e875d9a83942ce276ff6",
"body": null,
"is_bot": false,
"headline": "type fixes and ignores",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-20T21:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2705c3d1b634e833e368662bd118ffbacf02ac8d",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-20T20:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1c4ca642f9fb975dcf70f92a93948acb0d4763c",
"body": null,
"is_bot": false,
"headline": "remove commented code",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-20T19:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af0e574027e0845ea9b87c1072a232bb44c565bc",
"body": null,
"is_bot": false,
"headline": "id control and type overrides",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-20T19:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88c50a9ba969de4764980e2e35a9d609efb7412e",
"body": "…ndpoints; use fastapi's autogen'd swagger instead of custom; remove unused utils",
"is_bot": false,
"headline": "use guardrails_ai.types instead of guardrails_api_client; type hint e…",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-20T16:19:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1bacf1ba3b8978769fa3e8b6ac6cde1589c2b6f",
"body": "[GR-1402]: Use Id as Primary Key in Endpoints",
"is_bot": false,
"headline": "Merge pull request #104 from guardrails-ai/id-as-pk",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-16T18:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "994057f7c3aea3f04b8ea39c032a651abcae9b15",
"body": null,
"is_bot": false,
"headline": "add name query param to GET /guards",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-16T17:06:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d55fb2e7d42aa59328f0d796edbd4dff00865f1",
"body": null,
"is_bot": false,
"headline": "test coverage",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-16T15:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74dd38ec0be0df223511ff7a29b9322ff5451969",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into id-as-pk",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-16T13:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26681c0cf25b4d7bc223a284ca795becc25b467e",
"body": "v0.3.2",
"is_bot": false,
"headline": "Merge pull request #105 from guardrails-ai/fix-config-support",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-16T13:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67dc55d01ae5674032a891e9081c47a2e4d96f83",
"body": null,
"is_bot": false,
"headline": "correct include statement",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T22:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f997f781e36fb4be2cec4be340070c8fb8878e1d",
"body": null,
"is_bot": false,
"headline": "fix in-memory get_guards; fix tests",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T21:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd6bafd869234b784d7988021b0fb3a9d08c53b7",
"body": null,
"is_bot": false,
"headline": "fix package install",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T21:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f50a2cf3a7887fbc5b46653813e8dd822a47d8c",
"body": null,
"is_bot": false,
"headline": "sync and ref var",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T20:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3289111ced1d0cc8de9deaf2e492d071f2f38622",
"body": null,
"is_bot": false,
"headline": "debug and cleanup step",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T20:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b85768387f97426b56f56aae9548e9df0e027e5b",
"body": null,
"is_bot": false,
"headline": "print docker logs on failure",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T20:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "623239100e69ba05894b057d43cdf3cd63295e38",
"body": null,
"is_bot": false,
"headline": "verify check",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T20:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "421e24464d04b1fb6a1566420e15c529b5fd915d",
"body": null,
"is_bot": false,
"headline": "syntax fix",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T20:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b58647fbb71f7bd64db73a485f4a62d875aaa93",
"body": null,
"is_bot": false,
"headline": "missing fi",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T20:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72355abdfeabcc60baa876f8e9ae357e673e0c2c",
"body": null,
"is_bot": false,
"headline": "exit on error; exit if server does not start",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T19:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62106ac56a8da60e7360cd96b490fe180b8c8caa",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix-config-support",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T19:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccb74f62df94d7b13e046089596df858c0dc3dbc",
"body": null,
"is_bot": false,
"headline": "start test fixes",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T19:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0894486d51c2b96a12da3cf2300c53d53667056",
"body": "[GR-1408]: Add integration tests for config file flows",
"is_bot": false,
"headline": "Merge pull request #106 from guardrails-ai/integration-tests",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T19:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee07c5c900eabff0d3f78c397273f2897a7eef2",
"body": null,
"is_bot": false,
"headline": "add integration tests for config file flows",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T18:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "979e3bed084095b59ed313440c83f00aa32958d8",
"body": null,
"is_bot": false,
"headline": "fix context for sync chat completions",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T16:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca6b0e3365cbce6964f710cd24a0fd5e623251c8",
"body": null,
"is_bot": false,
"headline": "fix loading custom named config files",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-13T15:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c77c01189832a5234072ba7af4c6c0bbb6059f5",
"body": null,
"is_bot": false,
"headline": "start transition from name as pk to id",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-12T21:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c43487b79b0ca413f9863735bab28a8c16ed171",
"body": "v0.3.1",
"is_bot": false,
"headline": "Merge pull request #103 from guardrails-ai/v0.3.1",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-12T14:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ca77fff9bd41196700928cf9ad4c21aca670886",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-12T13:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1372c3ec8d0587035bd4aa536299860e588534db",
"body": null,
"is_bot": false,
"headline": "fix type",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-11T21:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d91a0b79a44093cd576c73a2428173c9f52a7e2",
"body": null,
"is_bot": false,
"headline": "make id optional for POST /guards",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-11T21:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38c8c25fa386dd2ea407f792031bbe4cd03e877",
"body": null,
"is_bot": false,
"headline": "fix async context issue with streaming",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-11T21:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55e4856a8ab62272b14eaebad4f1e0aed020c8ad",
"body": "v0.3.0",
"is_bot": false,
"headline": "Merge pull request #95 from guardrails-ai/v0.3.0",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-10T14:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6242f8b4cd420f2170e29dcb34c3a0745f5660b0",
"body": null,
"is_bot": false,
"headline": "update readmes",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-09T20:40:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5041d402971fb6744dc1630ea40df22d966d254e",
"body": null,
"is_bot": false,
"headline": "set version",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-09T18:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b941793f73be53db2244ef6142355f9b5a833622",
"body": null,
"is_bot": false,
"headline": "publish new alpha",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-09T18:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4fedb2d230d038f5429e4839236b5c5d7c307b5",
"body": "[feat]: Middleware Support",
"is_bot": false,
"headline": "Merge pull request #101 from guardrails-ai/middleware-support",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-09T18:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0175736f87ef79d99f1bcbb06002f794dc9cb18",
"body": null,
"is_bot": false,
"headline": "error handling for middleware registration",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-09T18:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4333d39b91ea37dbfd446db5cf0716a576ce59ba",
"body": null,
"is_bot": false,
"headline": "revert validation_summaries for streaming",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-09T17:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c536367f96e4aea66dcb42096b4fae8f77f5ccc6",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-09T16:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70d84952ce3a7ace3dcd07d4a6d1d64881a348ea",
"body": null,
"is_bot": false,
"headline": "manually attach validation summaries",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-09T16:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650cd1fb4aa5ad9f4a760f12b716a2b5126a214a",
"body": null,
"is_bot": false,
"headline": "attach validation summaries to response by default",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-09T15:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "565ed8a8ceaf6a4ce8391a5f9b7ab78f46cf1062",
"body": "Db docs n tests",
"is_bot": false,
"headline": "Merge pull request #102 from guardrails-ai/db-docs-n-tests",
"author_name": "Caleb Courier",
"author_login": "CalebCourier",
"committed_at": "2026-03-06T18:10:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 168,
"latest_release_at": "2026-04-10T13:58:40Z",
"latest_release_tag": "v0.4.2",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 17,
"days_since_latest_release": 106,
"mean_days_between_releases": 7.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "guardrails-api",
"exists": true,
"license": null,
"keywords": [
"Guardrails",
"Guardrails AI",
"Guardrails API",
"Guardrails API"
],
"ecosystem": "pypi",
"matches_repo": null,
"registry_url": "https://pypi.org/project/guardrails-api/",
"is_deprecated": false,
"latest_version": "0.4.3",
"repository_url": null,
"versions_count": 33,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-06-25T00:01:04.460310Z",
"latest_published_at": "2026-06-19T21:11:46.809487Z",
"latest_version_yanked": null,
"days_since_latest_publish": 36
}
]
},
"popularity": {
"forks": 3,
"stars": 17,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 19
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"guardrails_api/py.typed",
"pyrightconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 21777,
"source_files_sampled": 85,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"integration_tests/requirements.txt",
"pyproject.toml",
"requirements-lock.txt"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "click",
"direct": false,
"version": "8.2.0",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 7.2,
"advisory_ids": [
"PYSEC-2026-2132"
],
"fixed_version": "8.3.3",
"advisory_count": 1,
"oldest_advisory_days": 86
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 110,
"malicious_count": 0,
"assessed_package": "pypi:guardrails-api@0.4.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "guardrails-ai",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.10.0"
},
{
"name": "guardrails-ai-types",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.4.0"
},
{
"name": "psycopg2-binary",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.9.0,<3"
},
{
"name": "litellm",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.39.3,<2.0.0"
},
{
"name": "typer",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.9.4,<1"
},
{
"name": "requests",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.31.0"
},
{
"name": "aiocache",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.11.1"
},
{
"name": "fastapi",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.110.0"
},
{
"name": "SQLAlchemy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.0.0"
},
{
"name": "alembic",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.13.0"
},
{
"name": "uvicorn",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.23.0"
},
{
"name": "python-dotenv",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.0.0"
},
{
"name": "openai",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1"
},
{
"name": "typing-extensions",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.8.0,<5.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aiocache",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aiocache",
"direct": true,
"version": "0.12.3",
"ecosystem": "pypi"
},
{
"name": "alembic",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "alembic",
"direct": true,
"version": "1.18.4",
"ecosystem": "pypi"
},
{
"name": "fastapi",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "fastapi",
"direct": true,
"version": "0.137.2",
"ecosystem": "pypi"
},
{
"name": "guardrails-ai",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "guardrails-ai",
"direct": true,
"version": "0.10.2",
"ecosystem": "pypi"
},
{
"name": "guardrails-ai-types",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "guardrails-ai-types",
"direct": true,
"version": "0.5.0",
"ecosystem": "pypi"
},
{
"name": "litellm",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "litellm",
"direct": true,
"version": "1.89.2",
"ecosystem": "pypi"
},
{
"name": "openai",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "openai",
"direct": true,
"version": "2.43.0",
"ecosystem": "pypi"
},
{
"name": "psycopg2-binary",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psycopg2-binary",
"direct": true,
"version": "2.9.12",
"ecosystem": "pypi"
},
{
"name": "python-dotenv",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "python-dotenv",
"direct": true,
"version": "1.2.2",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": true,
"version": "2.34.2",
"ecosystem": "pypi"
},
{
"name": "sqlalchemy",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sqlalchemy",
"direct": true,
"version": "2.0.51",
"ecosystem": "pypi"
},
{
"name": "typer",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "typer",
"direct": true,
"version": "0.19.2",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": true,
"version": "4.15.0",
"ecosystem": "pypi"
},
{
"name": "uvicorn",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "uvicorn",
"direct": true,
"version": "0.49.0",
"ecosystem": "pypi"
},
{
"name": "aiohappyeyeballs",
"direct": false,
"version": "2.6.2",
"ecosystem": "pypi"
},
{
"name": "aiohttp",
"direct": false,
"version": "3.14.1",
"ecosystem": "pypi"
},
{
"name": "aiosignal",
"direct": false,
"version": "1.4.0",
"ecosystem": "pypi"
},
{
"name": "annotated-doc",
"direct": false,
"version": "0.0.4",
"ecosystem": "pypi"
},
{
"name": "annotated-types",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "anyio",
"direct": false,
"version": "4.14.0",
"ecosystem": "pypi"
},
{
"name": "arrow",
"direct": false,
"version": "1.4.0",
"ecosystem": "pypi"
},
{
"name": "attrs",
"direct": false,
"version": "26.1.0",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2026.6.17",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.7",
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.2.0",
"ecosystem": "pypi"
},
{
"name": "diff-match-patch",
"direct": false,
"version": "20241021",
"ecosystem": "pypi"
},
{
"name": "distro",
"direct": false,
"version": "1.9.0",
"ecosystem": "pypi"
},
{
"name": "faker",
"direct": false,
"version": "37.12.0",
"ecosystem": "pypi"
},
{
"name": "fastuuid",
"direct": false,
"version": "0.14.0",
"ecosystem": "pypi"
},
{
"name": "filelock",
"direct": false,
"version": "3.29.4",
"ecosystem": "pypi"
},
{
"name": "fqdn",
"direct": false,
"version": "1.5.1",
"ecosystem": "pypi"
},
{
"name": "frozenlist",
"direct": false,
"version": "1.8.0",
"ecosystem": "pypi"
},
{
"name": "fsspec",
"direct": false,
"version": "2026.6.0",
"ecosystem": "pypi"
},
{
"name": "googleapis-common-protos",
"direct": false,
"version": "1.75.0",
"ecosystem": "pypi"
},
{
"name": "grpcio",
"direct": false,
"version": "1.81.1",
"ecosystem": "pypi"
},
{
"name": "guardrails-hub-types",
"direct": false,
"version": "0.0.4",
"ecosystem": "pypi"
},
{
"name": "gunicorn",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "h11",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "hf-xet",
"direct": false,
"version": "1.5.1",
"ecosystem": "pypi"
},
{
"name": "httpcore",
"direct": false,
"version": "1.0.9",
"ecosystem": "pypi"
},
{
"name": "httpx",
"direct": false,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "huggingface-hub",
"direct": false,
"version": "1.13.0",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.18",
"ecosystem": "pypi"
},
{
"name": "importlib-metadata",
"direct": false,
"version": "8.9.0",
"ecosystem": "pypi"
},
{
"name": "isoduration",
"direct": false,
"version": "20.11.0",
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": "3.1.6",
"ecosystem": "pypi"
},
{
"name": "jiter",
"direct": false,
"version": "0.15.0",
"ecosystem": "pypi"
},
{
"name": "jsonpatch",
"direct": false,
"version": "1.33",
"ecosystem": "pypi"
},
{
"name": "jsonpointer",
"direct": false,
"version": "3.1.1",
"ecosystem": "pypi"
},
{
"name": "jsonref",
"direct": false,
"version": "1.1.0",
"ecosystem": "pypi"
},
{
"name": "jsonschema",
"direct": false,
"version": "4.26.0",
"ecosystem": "pypi"
},
{
"name": "jsonschema-specifications",
"direct": false,
"version": "2025.9.1",
"ecosystem": "pypi"
},
{
"name": "langchain-core",
"direct": false,
"version": "1.4.8",
"ecosystem": "pypi"
},
{
"name": "langchain-protocol",
"direct": false,
"version": "0.0.18",
"ecosystem": "pypi"
},
{
"name": "langsmith",
"direct": false,
"version": "0.8.18",
"ecosystem": "pypi"
},
{
"name": "lark",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "lxml",
"direct": false,
"version": "6.1.1",
"ecosystem": "pypi"
},
{
"name": "mako",
"direct": false,
"version": "1.3.12",
"ecosystem": "pypi"
},
{
"name": "markdown-it-py",
"direct": false,
"version": "4.2.0",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "3.0.3",
"ecosystem": "pypi"
},
{
"name": "mdurl",
"direct": false,
"version": "0.1.2",
"ecosystem": "pypi"
},
{
"name": "multidict",
"direct": false,
"version": "6.7.1",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-api",
"direct": false,
"version": "1.42.1",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-exporter-otlp-proto-common",
"direct": false,
"version": "1.42.1",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-exporter-otlp-proto-grpc",
"direct": false,
"version": "1.42.1",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-exporter-otlp-proto-http",
"direct": false,
"version": "1.42.1",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-proto",
"direct": false,
"version": "1.42.1",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-sdk",
"direct": false,
"version": "1.42.1",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-semantic-conventions",
"direct": false,
"version": "0.63b1",
"ecosystem": "pypi"
},
{
"name": "orjson",
"direct": false,
"version": "3.11.9",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "26.2",
"ecosystem": "pypi"
},
{
"name": "propcache",
"direct": false,
"version": "0.5.2",
"ecosystem": "pypi"
},
{
"name": "protobuf",
"direct": false,
"version": "6.33.6",
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": false,
"version": "2.13.4",
"ecosystem": "pypi"
},
{
"name": "pydantic-core",
"direct": false,
"version": "2.46.4",
"ecosystem": "pypi"
},
{
"name": "pydash",
"direct": false,
"version": "8.0.6",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pyjwt",
"direct": false,
"version": "2.13.0",
"ecosystem": "pypi"
},
{
"name": "pyright",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-asyncio",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "python-dateutil",
"direct": false,
"version": "2.9.0.post0",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "referencing",
"direct": false,
"version": "0.37.0",
"ecosystem": "pypi"
},
{
"name": "regex",
"direct": false,
"version": "2026.5.9",
"ecosystem": "pypi"
},
{
"name": "requests-toolbelt",
"direct": false,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "rfc3339-validator",
"direct": false,
"version": "0.1.4",
"ecosystem": "pypi"
},
{
"name": "rfc3986-validator",
"direct": false,
"version": "0.1.1",
"ecosystem": "pypi"
},
{
"name": "rfc3987-syntax",
"direct": false,
"version": "1.1.0",
"ecosystem": "pypi"
},
{
"name": "rich",
"direct": false,
"version": "14.3.4",
"ecosystem": "pypi"
},
{
"name": "rpds-py",
"direct": false,
"version": "2026.5.1",
"ecosystem": "pypi"
},
{
"name": "rstr",
"direct": false,
"version": "3.2.2",
"ecosystem": "pypi"
},
{
"name": "semver",
"direct": false,
"version": "3.0.4",
"ecosystem": "pypi"
},
{
"name": "shellingham",
"direct": false,
"version": "1.5.4",
"ecosystem": "pypi"
},
{
"name": "six",
"direct": false,
"version": "1.17.0",
"ecosystem": "pypi"
},
{
"name": "sniffio",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "starlette",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "tenacity",
"direct": false,
"version": "9.1.4",
"ecosystem": "pypi"
},
{
"name": "tiktoken",
"direct": false,
"version": "0.13.0",
"ecosystem": "pypi"
},
{
"name": "tokenizers",
"direct": false,
"version": "0.23.1",
"ecosystem": "pypi"
},
{
"name": "tqdm",
"direct": false,
"version": "4.68.3",
"ecosystem": "pypi"
},
{
"name": "typing-inspection",
"direct": false,
"version": "0.4.2",
"ecosystem": "pypi"
},
{
"name": "tzdata",
"direct": false,
"version": "2026.2",
"ecosystem": "pypi"
},
{
"name": "uri-template",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "uuid-utils",
"direct": false,
"version": "0.16.2",
"ecosystem": "pypi"
},
{
"name": "webcolors",
"direct": false,
"version": "25.10.0",
"ecosystem": "pypi"
},
{
"name": "websockets",
"direct": false,
"version": "16.0",
"ecosystem": "pypi"
},
{
"name": "xxhash",
"direct": false,
"version": "3.7.0",
"ecosystem": "pypi"
},
{
"name": "yarl",
"direct": false,
"version": "1.24.2",
"ecosystem": "pypi"
},
{
"name": "zipp",
"direct": false,
"version": "4.1.0",
"ecosystem": "pypi"
},
{
"name": "zstandard",
"direct": false,
"version": "0.25.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 125,
"direct_count": 27,
"indirect_count": 98
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 74,
"open_issues": 16,
"closed_ratio": 0.333,
"closed_issues": 8,
"closed_unmerged_prs": 36
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "CalebCourier",
"commits": 456,
"avatar_url": "https://avatars.githubusercontent.com/u/13314870?v=4"
},
{
"type": "User",
"login": "dtam",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/458399?v=4"
},
{
"type": "User",
"login": "zsimjee",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/6458766?v=4"
},
{
"type": "User",
"login": "nichwch",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/7423703?v=4"
},
{
"type": "User",
"login": "akedia23",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/25560960?v=4"
},
{
"type": "User",
"login": "AlejandroEsquivel",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/10825059?v=4"
},
{
"type": "User",
"login": "nefertitirogers",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/16007961?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.724
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"integration_tests.yml",
"pr_qa.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "90a3823a4c53ee4eb86e5561ed3082260316fee2",
"ran_at": "2026-07-26T08:57:16Z",
"aggregate_score": 6.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-16T20:07:07Z",
"oldest_open_prs": [
{
"number": 128,
"created_at": "2026-06-13T00:55:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 130,
"created_at": "2026-06-21T00:53:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 131,
"created_at": "2026-06-21T00:54:08Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-16T20:05:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 64,
"created_at": "2024-07-30T15:17:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2024-08-27T15:06:03Z",
"last_comment_at": "2025-02-17T22:45:54Z",
"last_comment_author": "CalebCourier"
},
{
"number": 81,
"created_at": "2024-10-10T21:59:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 86,
"created_at": "2024-11-21T19:11:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 111,
"created_at": "2026-03-24T14:07:05Z",
"last_comment_at": "2026-03-24T14:21:37Z",
"last_comment_author": "CalebCourier"
},
{
"number": 116,
"created_at": "2026-04-17T13:25:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 117,
"created_at": "2026-04-29T16:24:03Z",
"last_comment_at": "2026-04-29T16:39:44Z",
"last_comment_author": "CalebCourier"
},
{
"number": 120,
"created_at": "2026-05-12T14:40:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 121,
"created_at": "2026-05-26T12:50:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 122,
"created_at": "2026-06-03T21:08:03Z",
"last_comment_at": "2026-06-03T21:08:21Z",
"last_comment_author": "anshul23102"
},
{
"number": 123,
"created_at": "2026-06-03T21:08:23Z",
"last_comment_at": "2026-06-03T21:08:36Z",
"last_comment_author": "anshul23102"
},
{
"number": 124,
"created_at": "2026-06-03T21:08:38Z",
"last_comment_at": "2026-06-03T21:08:50Z",
"last_comment_author": "anshul23102"
},
{
"number": 125,
"created_at": "2026-06-03T21:08:51Z",
"last_comment_at": "2026-06-03T21:09:01Z",
"last_comment_author": "anshul23102"
},
{
"number": 126,
"created_at": "2026-06-03T21:09:03Z",
"last_comment_at": "2026-06-03T21:09:08Z",
"last_comment_author": "anshul23102"
},
{
"number": 135,
"created_at": "2026-07-24T17:50:54Z",
"last_comment_at": "2026-07-24T19:35:47Z",
"last_comment_author": "zsimjee"
},
{
"number": 136,
"created_at": "2026-07-24T17:53:16Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/guardrails-ai/guardrails-api",
"host": "github.com",
"name": "guardrails-api",
"owner": "guardrails-ai"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 68,
"vitality": 77,
"community": 38,
"governance": 61,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 168,
"human_commit_share": 0.98,
"days_since_last_push": 9,
"active_weeks_last_year": 17
},
"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": "17/52 weeks with commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 17
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "168 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 168
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 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": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 90,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.4.2",
"releases_from_tags": false,
"days_since_latest_release": 106,
"mean_days_between_releases": 7.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 106 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 106
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 9,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 9 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 9
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 38,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 3,
"stars": 17,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"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": 6.3,
"status": "met",
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.724
},
"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 72% of commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 72
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"merged_prs": 74,
"open_issues": 16,
"closed_issues": 8,
"issue_closed_ratio": 0.333,
"closed_unmerged_prs": 36
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "33% of issues closed",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 33
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "74/110 decided PRs merged",
"points": 25.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 74,
"decided": 110
}
}
],
"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": 66,
"inputs": {
"followers": 222,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "guardrails-ai",
"public_repos": 97,
"account_age_days": 1097
},
"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": "222 followers of guardrails-ai",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 222,
"login": "guardrails-ai"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "97 public repos, account ~3 yr old",
"points": 19,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 97
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"guardrails-api"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 36
},
"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 36 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 36
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "33 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 33
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://guardrailsai.com/",
"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": "https://guardrailsai.com/",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 68,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the pypi:guardrails-api@0.4.3 runtime dependency closure — what installing the published package pulls in — 110 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:guardrails-api@0.4.3",
"assessed": 110
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 86,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 110,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"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": "1 affected: click 8.2.0 (high 7.2)",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "click 8.2.0 (high 7.2)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 110,
"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": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.265,
"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": "26 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 26,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"guardrails_api/py.typed",
"pyrightconfig.json"
],
"agent_commit_share": 0.07,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "guardrails_api/py.typed, pyrightconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "guardrails_api/py.typed, pyrightconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 21777,
"source_files_sampled": 85,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (guardrails_api/py.typed, pyrightconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "guardrails_api/py.typed, pyrightconfig.json",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/85 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 85,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T08:57:35.685309Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/guardrails-ai/guardrails-api.svg",
"full_name": "guardrails-ai/guardrails-api",
"license_state": "custom",
"license_spdx": null
}