JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"ai",
"anonymization",
"data-anonymization",
"data-masking",
"data-privacy",
"data-redaction",
"dlp",
"guardrails",
"n8n",
"n8n-community-node",
"named-entity-recognition",
"phi",
"pii",
"pii-detection",
"privacy",
"transformers"
],
"is_fork": false,
"size_kb": 554,
"has_wiki": true,
"homepage": "https://n8n.io/integrations/privent/",
"languages": {
"JavaScript": 19485,
"TypeScript": 335796
},
"pushed_at": "2026-07-20T15:06:07Z",
"created_at": "2026-06-25T12:41:46Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T15:03:57Z",
"description": "Open-source data protection framework for AI agent workflows in n8n. Detects, tokenizes, and reversibly anonymizes sensitive data before it reaches your models.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://www.privent.ai",
"name": "Privent",
"type": "Organization",
"login": "privent-ai",
"company": null,
"location": null,
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/278383214?v=4",
"created_at": "2026-04-22T11:45:37Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 95
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2026-07-20T15:01:41Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2026-07-04T09:03:21Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2026-07-04T08:23:14Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2026-06-30T12:12:32Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2026-06-30T11:44:52Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2026-06-30T09:11:04Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-06-30T09:01:28Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-06-27T12:57:31Z"
},
{
"tag": "v1.1.4",
"kind": "patch",
"published_at": "2026-06-26T16:29:41Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2026-06-26T13:47:45Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2026-06-26T11:00:44Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-06-26T10:43:56Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-06-25T16:54:52Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-06-25T13:09:22Z"
}
],
"recent_commits": [
{
"oid": "d9cec6d3f115ae7658bc65931a5b4dca927222e6",
"body": "feat: apply org custom patterns in Tokenize (v2.4.0)",
"is_bot": false,
"headline": "Merge pull request #1 from privent-ai/feat/org-custom-patterns",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-07-20T15:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26438508fe180eccd63bf92956aa3acb54a02ee8",
"body": "API Key mode fetches the org's active custom patterns (GET /v1/custom-patterns/active, cached ~5min per credential, fail-open) and masks matches to [KIND_NNN]. Custom spans are authoritative — they win overlap resolution over built-in and backend/ML spans (node removeOverlaps pre-filter) — and carry\n[…]\nLocal modes get built-ins only (the serve endpoint needs an API key). No new runtime dependency: native RegExp + the existing authenticated HTTP helper. Rebuilt dist; loadability + lint + tests green.",
"is_bot": false,
"headline": "feat: apply org custom patterns in Tokenize (v2.4.0)",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-07-20T14:06:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "97108a14a9b77971c4c451a9c608f54889d96993",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: add PII/PHI detection benchmark charts to README",
"author_name": "Rıfat Kaşıkcı",
"author_login": "rifatKasikci",
"committed_at": "2026-07-07T20:52:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "558ab2e1896be06289b6fe87ddba8abc95afde8f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-07-07T20:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49fc0c2431b9d8f94aab56f1612d3eec13e0b56b",
"body": "…(tokenize, detokenize, risk_check) — v2.3.1",
"is_bot": false,
"headline": "fix(telemetry): populate top-level latency_ms on apiKey audit events …",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-07-04T09:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3359a9cacb2e461fc42641f6b0e1e37ae6120072",
"body": "…(node_version, vault_backend) — v2.3.0",
"is_bot": false,
"headline": "feat(telemetry): tokenless anonymous telemetry + apiKey audit enrich …",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-07-04T08:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc8a03ba2b644160c1291d60f55683fad6e23b2f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-07-01T09:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f69ce08e01e1011fd8ab1d73d2eb6695d778e4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-07-01T09:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d041227670c16aa375f3b2217e6eb670f31ee6e",
"body": "…2.1)\n\nNewly-added Privent nodes now land on Local (No Backend) — no API key, no\nbackend, zero setup. Only the node's UI default changes; getAuthMode()'s runtime\nfallback stays 'apiKey', so existing nodes (including pre-2.1.0 nodes that store\nno authentication value) keep their current mode. API Key and Tokenless remain\nselectable.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: default Authentication to Local (No Backend) for new nodes (v2.…",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-30T12:12:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "363dc2280434f9f3d585b78f662f78af7be7cf04",
"body": "… (575 detectors, in-memory, session-optional) (v2.2.0)\n\nThird Authentication option alongside API Key and Tokenless. Local mode runs\nTokenize/Detokenize entirely inside n8n with regex detection — no API key, no\nbackend, zero network. Adds 575 detectors (core PII + a catalog vendored from\nopenredact\n[…]\nnd tokenless paths are byte-identical (every change branches on\ngetAuthMode). openredaction is a devDependency only — never bundled at runtime.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Local (No Backend) mode — fully-local regex Tokenize/Detokenize…",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-30T11:44:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6e929dd9e8f695c3a72099cf1463a62088ddc919",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-30T10:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2e25d55e4a564954aa96020af0fcc8b9c87fa4e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-30T10:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc881c9fe6c413fe078226b3f6fefe8f92cce0f8",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-30T10:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbdb24d0f49e65ba27489b375e190da77f19c41",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-30T10:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a51b367aa865c1089547316142d8cdc9d161cd1",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-30T10:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ec686abb734f1670c7221e32b075ea05bac785",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-30T10:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c906be540171fb810f73fdb13abd48878cc557",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): 2.1.1 — docs (n8n Cloud verified)",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-30T09:11:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ac4384818da2cde1bce5ca94389c2563795d828d",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: mark node verified + live on n8n Cloud",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-30T09:06:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1d3a73c2c086269ff78caacfc80d7a4c8ae23d7b",
"body": "…nize (in-memory) + Risk Check (v2.1.0)\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: tokenless (visitor) mode — API-key-free Session/Tokenize/Detoke…",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-30T09:01:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "237decbd92e306fbfc27d6c8a3131e04760e7d91",
"body": "…; wrap HTTP errors in NodeApiError\n\nn8n Cloud verification allows one regular node per package. The six standalone\nnodes (Session/Tokenize/Detokenize/RiskCheck/AuditEvent/Handoff) are now resources\nof a single Privent node, selected via Resource → Operation. Per-resource logic\nlives in nodes/Priven\n[…]\nd Risk Check.\n\nBREAKING CHANGE: node identity changed — re-add the Privent node in existing\nworkflows and pick the matching Resource/Operation.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: consolidate 6 nodes into one Privent node (resource/operation)…",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-27T12:57:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9c19cd716d321f344eddc390cb440f42c78d0ce1",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T17:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94a0edb2045ef7784225a4592a4a0db912323cc4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T16:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821490a7c835c78511a1ec070db8519f87146c83",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T16:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d217f7905fccd1c78f8da50903b5365a4ccf7ef",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T16:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "082ca8b0f191487fc55e9284992c072de113c7fa",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T16:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55a58e91e5a116890d6c489775d6e921e31487d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T16:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9863eb8a1a3e14b14e4ed695b9ef0b485c4d4c6c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T16:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971958ee26092dddfff427e01f7e98dc85e03f1f",
"body": "Docs-only. New README image pulled in be6cf6f; bump + republish so the npm\npackage page picks up the new image. No code/API change.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): 1.1.4 — republish for updated README demo image",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-26T16:29:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "be6cf6f5c0ffb56480aa5d7a0785535e27cd9f8b",
"body": null,
"is_bot": false,
"headline": "Update image in README for privent project",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-26T16:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a47c6f0ac316ad9493c00d27eea791237846adf",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T16:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fa117b5769ab666610d167d8fa46a9adaba71e5",
"body": "Docs-only. README image added in 5e24dc4; bump + republish so the npm\npackage page picks up the new README. No code/API change.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): 1.1.3 — republish for updated README demo screenshot",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-26T13:47:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5e24dc4ddc713bccc9ebf747e7f13c2476902885",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T13:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dae63e00bc6077bcbd74fda8da13a0c4f9dfa83",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Asil Ozyildirim",
"author_login": "AsilOzyildirim",
"committed_at": "2026-06-26T13:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1157cb34e320d9fbc0bee8dad567b2e27b3e26e2",
"body": "Move source from src/ to repo root (credentials/, nodes/, shared/,\n__tests__/, index.ts) to match the n8n-nodes-starter layout the verified-node\nscan expects. Pure move + config path updates (tsup/tsconfig/copy-assets).\ndist/ output paths unchanged; no node/credential logic change.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): 1.1.2 — starter layout for n8n verification",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-26T11:00:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e962a00ae37d201a8340b2242cb5b2f91bd78d74",
"body": "…dential in-repo\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): 1.1.1 — commit dist so n8n verification finds the cre…",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-26T10:43:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "73f8ee0d360abb35477c62194be029147384ee2f",
"body": "…he repo",
"is_bot": false,
"headline": "chore: commit dist so n8n verification finds the credential file in t…",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-26T10:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b2deeaba1f955740fa65d958559560cdecc5f4a",
"body": "Privent Tokenize previously masked regex-only (email/phone/SSN/card/…), so\nperson names, dates of birth and street addresses — core HIPAA identifiers —\nreached the LLM/downstream in plaintext.\n\nauto/cloud modes now wire the backend ML detection into the masking path: a\nsingle POST /v1/risk/score on \n[…]\n silently degrades to\nregex-only (PHI leak) and cloud errors.\n\nREADME license corrected to MIT; CHANGELOG added; docker-compose.yml gitignored.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: mask ML-detected PII (names/DOB/address) in Tokenize (1.1.0)",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-25T16:54:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1bc6428208efcc16414681ae82f718837ec449a8",
"body": null,
"is_bot": false,
"headline": "feat: initial release — stateless, Cloud-verified n8n nodes",
"author_name": "Görkem Yağcı",
"author_login": "gorkemyagci",
"committed_at": "2026-06-25T13:09:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 38,
"latest_release_at": "2026-07-20T15:01:41Z",
"latest_release_tag": "v2.4.0",
"releases_from_tags": true,
"days_since_last_push": 6,
"active_weeks_last_year": 4,
"days_since_latest_release": 6,
"mean_days_between_releases": 2.7
},
"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": false
},
"ecosystem": {
"packages": [
{
"name": "n8n-nodes-privent",
"exists": true,
"license": "MIT",
"keywords": [
"n8n-community-node-package",
"privent",
"security",
"pii",
"dlp",
"ai",
"agent",
"tokenization",
"data-loss-prevention"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/n8n-nodes-privent",
"is_deprecated": false,
"latest_version": "2.4.0",
"repository_url": "https://github.com/privent-ai/n8n-nodes-privent",
"versions_count": 34,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2871,
"first_published_at": "2026-05-01T11:57:34.189000Z",
"latest_published_at": "2026-07-20T15:06:43.272000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": 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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 120099,
"source_files_sampled": 39,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"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": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "AsilOzyildirim",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/75716050?v=4"
},
{
"type": "User",
"login": "gorkemyagci",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/92743361?v=4"
},
{
"type": "User",
"login": "rifatKasikci",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/78976774?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.5
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/29 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": 10,
"reason": "license file 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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"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": 3,
"reason": "7 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d9cec6d3f115ae7658bc65931a5b4dca927222e6",
"ran_at": "2026-07-27T01:51:13Z",
"aggregate_score": 3.3,
"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-20T15:06:47Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T15:01:42Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/privent-ai/n8n-nodes-privent",
"host": "github.com",
"name": "n8n-nodes-privent",
"owner": "privent-ai"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 33,
"vitality": 67,
"community": 34,
"governance": 56,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 38,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "38 commits in the last year",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 38
}
}
],
"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": "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": 88,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v2.4.0",
"releases_from_tags": true,
"days_since_latest_release": 6,
"mean_days_between_releases": 2.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.7
}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 34,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"n8n-nodes-privent"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2871
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,871 downloads/month across npm",
"points": 46.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2871,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.5
},
"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 50% of commits",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"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": 1,
"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": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 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": 39,
"inputs": {
"followers": 4,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "privent-ai",
"public_repos": 2,
"account_age_days": 95
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "4 followers of privent-ai",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "privent-ai"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~0 yr old",
"points": 4,
"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": 100,
"inputs": {
"packages": [
"n8n-nodes-privent"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "34 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 34
}
}
],
"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": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"ai",
"anonymization",
"data-anonymization",
"data-masking",
"data-privacy",
"data-redaction",
"dlp",
"guardrails",
"n8n",
"n8n-community-node",
"named-entity-recognition",
"phi",
"pii",
"pii-detection",
"privacy",
"transformers"
],
"has_wiki": true,
"homepage": "https://n8n.io/integrations/privent/",
"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://n8n.io/integrations/privent/",
"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": "16 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 16
}
}
],
"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": "at_risk",
"name": "Security",
"value": 33,
"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": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/29 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 detected",
"points": 2.5,
"status": "met",
"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 3",
"points": 1.5,
"status": "partial",
"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": "7 existing vulnerabilities detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 3
},
"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": 25,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.474,
"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": "18 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 25.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.316,
"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": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "12 of the last 38 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 12,
"sampled": 38
}
}
],
"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 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 120099,
"source_files_sampled": 39,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/39 source files over 60KB",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 39,
"oversized": 1
}
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T01:51:20.295040Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/privent-ai/n8n-nodes-privent.svg",
"full_name": "privent-ai/n8n-nodes-privent",
"license_state": "standard",
"license_spdx": "MIT"
}