Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 6383,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 9543,
"JavaScript": 7363,
"TypeScript": 162357
},
"pushed_at": "2026-07-22T07:21:07Z",
"created_at": "2025-03-17T14:58:45Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T07:21:17Z",
"description": "PortOne MCP Server for Developers",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://portone.io",
"name": "PortOne",
"type": "Organization",
"login": "portone-io",
"company": null,
"location": "Korea, South",
"followers": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/124236763?v=4",
"created_at": "2023-02-02T06:11:10Z",
"is_verified": null,
"public_repos": 58,
"account_age_days": 1274
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2026-07-22T09:30:35Z"
},
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2026-07-15T06:37:52Z"
},
{
"tag": "v0.17.1",
"kind": "patch",
"published_at": "2026-07-02T01:50:23Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2026-07-01T09:38:38Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2026-03-26T05:50:06Z"
},
{
"tag": "v0.15.0-alpha.5",
"kind": "prerelease",
"published_at": "2026-01-15T03:33:32Z"
},
{
"tag": "v0.15.0-alpha.4",
"kind": "prerelease",
"published_at": "2025-12-16T07:06:23Z"
},
{
"tag": "v0.15.0-alpha.3",
"kind": "prerelease",
"published_at": "2025-12-16T05:03:09Z"
},
{
"tag": "v0.15.0-alpha.2",
"kind": "prerelease",
"published_at": "2025-11-26T09:04:54Z"
},
{
"tag": "v0.15.0-alpha.1",
"kind": "prerelease",
"published_at": "2025-11-25T10:02:18Z"
},
{
"tag": "v0.15.0-alpha.0",
"kind": "prerelease",
"published_at": "2025-11-12T09:12:49Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2025-08-07T10:12:04Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2025-07-15T05:00:55Z"
}
],
"recent_commits": [
{
"oid": "4c313a6e875e12f764452e4d82ed280c849a33d5",
"body": null,
"is_bot": false,
"headline": "feat: 서비스 엔드포인트를 지정할 수 있는 환경변수 추가",
"author_name": "CirnoV",
"author_login": "CirnoV",
"committed_at": "2026-07-22T07:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64eaca43c81cd891def8c78b2172c03780cb755e",
"body": "Version Packages",
"is_bot": false,
"headline": "Merge pull request #65 from portone-io/changeset-release/main",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-15T06:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f17454b51837606c3eff646e0776916bf4bccbc",
"body": null,
"is_bot": true,
"headline": "Version Packages",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-13T10:17:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74a450be764d311c2a3cc82c923fe612f6f39295",
"body": "feat: PORTONE_ACCESS_TOKEN 환경 변수를 통한 액세스 토큰 주입 지원",
"is_bot": false,
"headline": "Merge pull request #64 from portone-io/feat/access-token-env-injection",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-13T10:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36044173a87109b285d1b2e82c0a5debe47bac3e",
"body": "브라우저 로그인이 불가능한 서버 환경을 위해 정적 토큰 모드를 추가한다.\n`PORTONE_ACCESS_TOKEN` 환경 변수가 설정되면 대화형 OAuth 로그인 플로우\n(로컬 콜백 서버, PKCE, 브라우저 open)를 건너뛰고 주입된 토큰을 그대로\nAuthorization 헤더로 사용한다. `PORTONE_TOKEN_TYPE`(기본값 Bearer)로 토큰\n타입을 지정할 수 있다. 정적 모드에서는 리프레시 타이머를 만들지 않으며,\nenv 미설정 시 기존 브라우저 로그인 동작을 그대로 유지한다.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support access token injection via PORTONE_ACCESS_TOKEN env",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-13T09:48:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "525176f5b03c53084ce4b28316ebc4170d20b6e9",
"body": null,
"is_bot": false,
"headline": "ci: GitHub Actions 보안 취약점 수정 (zizmor) (#56)",
"author_name": "rajin",
"author_login": "Rajin9601",
"committed_at": "2026-07-09T02:28:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7a02f045fb5f8a7d3bb6316b2da8545502f7282",
"body": "Version Packages",
"is_bot": false,
"headline": "Merge pull request #63 from portone-io/changeset-release/main",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-02T01:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c282817fc6d0415da4f16f01cf3b85a77b4ae294",
"body": null,
"is_bot": true,
"headline": "Version Packages",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-02T01:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00383a60116eccd0959470ae490b9fdc07f37261",
"body": "feat: 거래대사/정산 조회 기간 제약 축소 (1개월 / 2주)",
"is_bot": false,
"headline": "Merge pull request #61 from portone-io/feat/adjust-recon-date-range",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-02T01:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc532a952c3ba1a32520dcefcb42cf8ade1e0ab0",
"body": "fix: 거래대사 조회 에러 메시지 비어 나가는 문제 개선",
"is_bot": false,
"headline": "Merge pull request #62 from portone-io/fix/recon-error-message",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-02T01:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d7285491fed226d4b177e57e96b8b0b8c21d1b3",
"body": "When the gateway returns a GraphQL execution error (e.g. a serialization\nfailure), graphql-request throws a ClientError whose message can be empty,\nand the tools previously forwarded the raw Error, yielding an empty error\nmessage. Add a shared toRequestError() that extracts each GraphQL error's\nmessage, extensions.code and path, and guarantees a non-empty message\n(falling back to the code) so recurrences are diagnosable.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: surface GraphQL error message/code/path in reconciliation errors",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-02T01:41:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d2160e9a8de852f3d4430ad1c3a99e44754cbec0",
"body": "Reduce the per-query window: settlement summaries/statistics from 3 months\nto 1 month, and per-transaction reconciliation (getReconciliationsByFilter)\nto 2 weeks. The 6-month lookback on the start date is unchanged.\n\nvalidateReconciliationDateRange now takes a per-tool maxRange ({months} or\n{days}) instead of a fixed 3-month constant.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: tighten reconciliation/settlement query date ranges",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-02T01:24:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "70b8dfa9e60cdebbf654f5f9ff6112e634e4876c",
"body": "Version Packages",
"is_bot": false,
"headline": "Merge pull request #60 from portone-io/changeset-release/main",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-01T09:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6a8adf832e5a194696bcbd435c627516eea0d40",
"body": null,
"is_bot": true,
"headline": "Version Packages",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-01T09:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dc1b533597255d13828face5e16681c1ae8713a",
"body": "chore: recon/정산 도구 changeset 추가 (minor, 0.17.0)",
"is_bot": false,
"headline": "Merge pull request #59 from portone-io/chore/recon-changeset",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-01T09:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fecca33ca1444f64b9e1836fac450518d682535a",
"body": "Bumps @portone/mcp-server to 0.17.0 to publish the store-scoped\nreconciliation/settlement tools merged in #57.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add minor changeset for reconciliation/settlement tools",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-01T09:29:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d8dec3e5d942fbe82fb05ec0cd8d4a90b89a6893",
"body": "feat: 정산/거래대사 조회 도구 추가 (store 단위)",
"is_bot": false,
"headline": "Merge pull request #57 from portone-io/feat/reconciliation-tools",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-01T08:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fb38c64a191301990b56e60530499798736cfc9",
"body": "Expose reconciliation-service-v2 data (정산/거래대사) through the existing\napi.portone.io/graphql gateway, mirroring getPaymentsByFilter. The gateway\nfronts the gRPC service and builds the Principal from the OAuth token, so no\ndirect gRPC/protobuf integration is needed. All tools are OAuth-authenticated\na\n[…]\ny.\n\nVerified end-to-end against the live gateway (real settlement data,\nreconciliation records with incomparableReason populated).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add reconciliation/settlement tools scoped by store",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2026-07-01T08:43:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e711c3a7e68804fb3a3be151dc65ede67639a099",
"body": "Version Packages",
"is_bot": false,
"headline": "Merge pull request #48 from portone-io/changeset-release/main",
"author_name": "Sonny",
"author_login": "SonnySon17",
"committed_at": "2026-04-27T09:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3e08e073000e9963ef436d16a16eb2359a3e7f",
"body": null,
"is_bot": true,
"headline": "Version Packages",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-27T09:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2400ee5c8e3e889abdb8f6bfb1cd6fac3dd0616",
"body": "chore: update documentation",
"is_bot": false,
"headline": "Merge pull request #47 from portone-io/chore/update-docs",
"author_name": "Sonny",
"author_login": "SonnySon17",
"committed_at": "2026-04-27T09:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f6d7c55673a899ba5e3eb6fe052fd9a04d016f",
"body": null,
"is_bot": true,
"headline": "chore: update documentation",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-27T09:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "958463f533f3ba58bfda8c94782a23bb2b3deb84",
"body": null,
"is_bot": false,
"headline": "ci: update node setup",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2026-03-26T06:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04f32677925260d0ea943dd8d2c809bef9f23659",
"body": null,
"is_bot": false,
"headline": "ci: prevent creating github releases from changeset cli",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2026-03-26T06:06:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2be9e765f67efc0c6c9291736107be092f318c4",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#42)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-26T05:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781ed5874d5d53082f089210d682b3c0f05ff103",
"body": null,
"is_bot": false,
"headline": "chore: update dependencies",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2026-03-26T05:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff5496324b4f9cb7b881426e2f13f5240ccfa0d6",
"body": null,
"is_bot": false,
"headline": "chore: exit prerelease",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2026-03-26T05:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d34816737b6c5d7ab761587e6d20453265ca46df",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: update documentation (#41)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-26T05:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7504a5d8fd21bbd58dfd388c8102ff1937852858",
"body": null,
"is_bot": false,
"headline": "ci: update documents",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2026-03-26T05:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda724825f0238834f19cfe42944a4d9e803965c",
"body": null,
"is_bot": false,
"headline": "ci: audit with zizmor",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2026-03-26T04:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552de7dcc5a8b1df8d71a9ad64711f2fed1c41aa",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (alpha) (#38)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-15T03:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a7794ffb87a93a2a5f78ff9dbf7e38ef798f24",
"body": null,
"is_bot": false,
"headline": "fix: sdk url 수정",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2026-01-15T03:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ef00b34eafcbaa9b2ad218733b4790a8c1a7c6d",
"body": "KCP 본인인증 결과 URL : channel-service 에서 checkout-service 로 수정",
"is_bot": false,
"headline": "Merge pull request #35 from portone-io/fix/kcp-channel-docs",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2025-12-29T06:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb6f54d5bfd842b39d3a732750b813b0a5b1454",
"body": null,
"is_bot": false,
"headline": "KCP 본인인증 결과 URL : channel-service 에서 checkout-service 로 수정",
"author_name": "Brody-Kim",
"author_login": "Brody-Kim",
"committed_at": "2025-12-29T06:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e04315ff872ee3483fb3701c777aa226688ff2",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (alpha) (#34)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-16T07:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db94d0d62de836fc56f900be20bac8f85c611fb2",
"body": null,
"is_bot": false,
"headline": "fix: remove some schema",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-12-16T07:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3a27b62735db2ac2660554489faee606a7ca75b",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (alpha) (#33)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-16T05:02:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1edf2a5eabf39010fef38d880a8f8e8c0f446aa9",
"body": null,
"is_bot": false,
"headline": "chore: update docs",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-12-16T04:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19da9a685a53e53dde1c433c67a4aab0b92c7fa1",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (alpha) (#30)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-26T09:04:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ef6983ee9bf5d1c2c4a9a026372ed9978e50119",
"body": null,
"is_bot": false,
"headline": "fix: help center url",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-11-26T08:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4217644241bd7cd25274b1b519c4b9744151f59a",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (alpha) (#28)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-25T10:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "150bf9e70ad5c69315975ea318fa3359e56a67d8",
"body": null,
"is_bot": false,
"headline": "feat: update docs",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-11-25T09:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f8a3675651bd9321132a46f1b165e81ea791c60",
"body": null,
"is_bot": false,
"headline": "fix: package.json repository to upstream",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-11-12T09:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a879e31004b9397ad7d884d1f2a1873940b5fa43",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (alpha) (#22)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-12T09:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a445e347414a03858e9c9c69b6f35c3a1a04130",
"body": "* feat: add path field to listDocs\n\n* feat: add slicing to read doc\n\n* feat: return yaml without structure in openapi schema summary\n\n* feat: markdown util\n\n* feat: reduce regex search default policy\n\n* chore: update instructions\n\n* chore: add changesets",
"is_bot": false,
"headline": "검색 도구 토큰 사용량 최적화 (#24)",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-11-12T09:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34fb52b38be451ca45ea6d5fcad020c2b16472cf",
"body": null,
"is_bot": false,
"headline": "ci: use trusted publisher for npm (#25)",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-11-12T09:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1d4e6df30b9efa48d2ab9e9dfae3602ad764a7a",
"body": null,
"is_bot": false,
"headline": "pull-requests 권한 부여",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-10-30T09:53:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3554ef982c549d7a4a37958301f48b2a73427c01",
"body": null,
"is_bot": false,
"headline": "타입 오류 수정",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-10-30T09:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b53aef8f99780d15b9d86b1072554ff0a4d11c8",
"body": null,
"is_bot": false,
"headline": "NPM OIDC 적용",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-10-30T09:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd98a911cefbbe06439ab23f200bf8a1b2c35477",
"body": null,
"is_bot": false,
"headline": "Run update-docs",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-10-30T09:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c16b2d8f8e251db4c58034cb6f7122cba76a8102",
"body": null,
"is_bot": false,
"headline": "node 22 업데이트",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-10-30T09:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db21aecabb890e419e7c0270c6eb9bd577530333",
"body": null,
"is_bot": false,
"headline": "fix(docs): readme invalid quote",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-08-07T10:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cbfbd703268ce7cd8f0968b7f454c41d73b4ef6",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#13)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-08-07T10:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d51a2e95bd55d9f3e1abd4fd6e100fcd2cf518",
"body": "* fix: add link info to read docs\n\n* fix: non structured listDoc\n\n* chore: changeset\n\n* refactor: move url to src\n\n* feat: add get urls for multiple docs\n\n* chore: update changeset",
"is_bot": false,
"headline": "메타데이터에 포트원 문서 링크 추가 (#17)",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-08-07T10:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aea689fe96793544ecfbd117eb29d71d19bdfc27",
"body": "* feat: authorization code\n\n* feat: login with console\n\n* feat: get payments by filter\n\n* fix: refresh not resetting\n\n* docs: remove api secret and add feature overview\n\n* feat: add user agent\n\n* feat: run server only on demand and fix add channel\n\n* chore: changeset\n\n* chore: remove api secret config",
"is_bot": false,
"headline": "OAuth 로그인 구현 (#16)",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-08-07T06:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ce9fb363824f14374415133f5145d3728ffa9d",
"body": "* DXT 관련 내용 추가\n\n* Python -> TypeScript 마이그레이션 내용 추가",
"is_bot": false,
"headline": "Update README.md (#12)",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-07-18T02:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9295a75e98846b3b8a3a19a1a5b150bfc4c46f2e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "finalchild",
"author_login": "finalchild",
"committed_at": "2025-07-15T09:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3031abe873158581118296dd751951965e75b6ed",
"body": null,
"is_bot": false,
"headline": "누락된 프롬프트 추가 (#11)",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-07-15T06:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd93b379cea137a1b965a9f031ca9adb403e8be",
"body": null,
"is_bot": false,
"headline": "Update .gitignore",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-07-15T05:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "537866ba7b826335eed7bf9376664da0de945983",
"body": null,
"is_bot": false,
"headline": "CI & DXT 빌드 스크립트 오류 수정",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-07-15T05:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f5f4275338e64db80eca48ffe2790ba34f0a86",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#10)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-07-15T05:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01388f2184b03d552bb4d091424364e16a05b084",
"body": null,
"is_bot": false,
"headline": "DXT 배포 로직 추가",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-07-15T04:40:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9951865187bff0202534d614548d7aba9b62f33",
"body": null,
"is_bot": false,
"headline": "CI 오류 수정",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-07-15T04:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b2a56629c33229e7f3f3b716a940742aec8ceb",
"body": null,
"is_bot": false,
"headline": "changeset 스크립트 수정",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-07-15T04:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc7b002471656aeb8794953e36f3a68ff11a3da1",
"body": null,
"is_bot": false,
"headline": "lint 수정",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-07-15T03:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47b7df76066326e963a394b7ed30c2c6d3f39d1d",
"body": "* WIP\n\n* WIP\n\n* WIP\n\n* WIP\n\n* WIP\n\n* WIP\n\n* WIP\n\n* WIP\n\n* WIP\n\n* WIP\n\n* WIP\n\n* WIP\n\n* assets import 오류 해결\n\n* 기존 파이썬 환경 세팅제거\n\n* DXT manifest 파일도 npm에 업로드\n\n* 버전을 package.json 에서 가져오도록 함\n\n* README.md 타입스크립트 전환\n\n* Apache-2.0 OR MIT License 적용\n\n* CLAUDE.md 수정\n\n* tsx 제거\n\n* V2 샘플코드 툴 필수 파라미터 설정\n\n* regex 툴 오류 수정\n\n* DXT 빌드 스크립트 추가\n\n* CI 타입스크립트 환경으로 변경\n\n* feat: page, fields (#9)\n\n* changeset workflow 구현\n\n* package.json files 수정\n\n---------\n\nCo-authored-by: kiwiyou <kiwiyou@portone.io>",
"is_bot": false,
"headline": "Python -> TypeScript 전환 (#8)",
"author_name": "CirnoV (Sickle)",
"author_login": "CirnoV",
"committed_at": "2025-07-15T02:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa001b2d2b727134171c88a619c7b8f0257caae6",
"body": null,
"is_bot": false,
"headline": "release: 0.12.1",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-04T09:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "657bb63f506ded114ec82be512dbf96f95e2a1d9",
"body": null,
"is_bot": false,
"headline": "fix: remove null in text search value",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-04T09:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84576d3cd333c6c5108f6c8dcb467c2572867f56",
"body": null,
"is_bot": false,
"headline": "release: 0.12.0",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-04T08:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e698f2ab55f2a000b5fe0ba26fd57bece2976763",
"body": null,
"is_bot": false,
"headline": "fix: caution tag in readme",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-04T08:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2ba009c3245e81d92b2c270e26542ebcf24b02",
"body": "포트원 REST API 연동",
"is_bot": false,
"headline": "Merge pull request #6 from portone-io/feat/rest-api",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-04T08:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30cba9f693b8548130d0bd5c0f99be39952083cc",
"body": "헬프센터 링크를 올바르게 가져오도록 프롬프트 수정",
"is_bot": false,
"headline": "Merge pull request #7 from portone-io/docs/help-center",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-04T08:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b67061e62a73b69036edc07c5012d2da5b242ba4",
"body": null,
"is_bot": false,
"headline": "fix: update wording & tools",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-04T07:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8546599e65849a070008c5a44db76f2f5ced6a22",
"body": null,
"is_bot": false,
"headline": "fix: remove sensitive tool & fields",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-04T07:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86b0dd512d577ace9b3a26e4afc844b76aa01c15",
"body": null,
"is_bot": false,
"headline": "fix: move ai docs to readme",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-03T09:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dcbc24e6a862f9b3fe3bd15a826177628fe85ed",
"body": null,
"is_bot": false,
"headline": "docs: refine API readme",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-03T08:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f27526dbfb521207d9d8b45df0c05e75a21ba9",
"body": null,
"is_bot": false,
"headline": "feat: get billing, payment, iv tools",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-03T08:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce0c51ef22bf6392851a7a81b42353ce4846d4ef",
"body": null,
"is_bot": false,
"headline": "feat: add help center transformation",
"author_name": "kiwiyou",
"author_login": "kiwiyou",
"committed_at": "2025-07-03T07:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ff2f5caa82f13cae551a45fd98ad841dd3eeb17",
"body": null,
"is_bot": false,
"headline": "docs: update README.md",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-06-02T07:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9fb38f86dbed5ed257a86cb6683fcb38e9b8cc",
"body": null,
"is_bot": false,
"headline": "release: 0.11.1",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-26T04:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "115a24687bb2a260f2a6a93426b356f4681b00ca",
"body": null,
"is_bot": false,
"headline": "feat: update docs",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-26T04:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5559697d601d1d02df4e8550e4d7a1e31e34565d",
"body": null,
"is_bot": false,
"headline": "release: 0.11.0",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-26T04:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac9a55b4743b9c075b09d23b070d3b6f9ce26044",
"body": "The list_all_docs tool is no longer needed as list_docs provides\nthe same functionality with more flexibility through category filtering.\nSetting all parameters to True in list_docs achieves the same result.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: remove redundant list_all_docs tool",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-26T04:28:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "893badd169cb8bcc5cf8e6f0537050a4ec598a35",
"body": "Add new list_portone_docs tool that allows filtering documents by category:\n- dev_docs: developer documentation (default: true)\n- help_docs: help center documentation (default: true)\n- tech_blog: technical blog posts (default: false)\n- release_notes: release notes (default: false)\n\nAlso improved type hints in format_document_metadata function.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add list_docs tool with category-based filtering",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-26T04:28:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "76ae38b0ee45df4a5398a506a8c1b7a31c95efa6",
"body": null,
"is_bot": false,
"headline": "fix: make regex_search truncation not to consider additional msg",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-25T16:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08dbda50695091dbde1708d3d3de2aeab579e40",
"body": "…ameter\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add pagination support to regex_search tool via start_index par…",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-25T16:29:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "410bf49d4c7c5f732e04e9d9c7737e09a837d9bc",
"body": null,
"is_bot": false,
"headline": "Apply BM25 to regex_search tool",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-25T16:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b5948320316451837e5cda2b2ffafd1ef6dbc59",
"body": "Add BM25 (Best Matching 25) scoring algorithm to rank documents by relevance.\nThe implementation includes:\n- calculate_bm25_scores() to compute relevance scores for documents\n- get_top_documents() to retrieve top-k ranked documents\n- Support for regex patterns with case-insensitive matching\n- Compre\n[…]\nes better search result ranking by considering term frequency\nand document length normalization.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: implement BM25 scoring function for document ranking",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-25T16:29:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a7d12d5d6519136f06832db50771708abdc15fe6",
"body": null,
"is_bot": false,
"headline": "style: add newline at end of ci.yml",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-23T09:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33009037555df1f54da143da31535512204ed3e6",
"body": null,
"is_bot": false,
"headline": "style: add newline at end of cd.yml",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-23T09:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ded1821cbc001d063ecb2ef8db8b48c37abc6b7",
"body": "Add continuous deployment workflow that:\n- Triggers on version tags (v*.*.*)\n- Builds the package with uv\n- Publishes to PyPI using PYPI_TOKEN secret\n\nThe workflow ensures releases are automated when tagging\nversions on the main branch.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add CD workflow for PyPI publishing",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-23T09:04:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d6bb9133a4dacef8d5c237b1beea1887b01f1e2a",
"body": "Add basic CI workflow that runs on main branch and all PRs:\n- Lint with ruff check\n- Check formatting with ruff format --check\n- Run tests with pytest\n\nUses uv for fast dependency management and caching.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add GitHub Actions CI workflow",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-23T08:52:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "57fd9c39dc0e5d760d7eb27b923a77f270c32781",
"body": "Replace [project.optional-dependencies] with [dependency-groups] to use\nthe native dev dependencies feature. This simplifies the development\nsetup by removing the need for --extra dev flag.\n\n- Update pyproject.toml to use [dependency-groups]\n- Remove --dev flag from documentation (uv sync now installs dev deps by default)\n- Update README.md and CLAUDE.md accordingly\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: migrate from optional-dependencies to dependency-groups",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-23T08:42:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4201cf9c715e68ac64c299984b453510187496e1",
"body": "…idelines\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: enhance CLAUDE.md with architecture overview and development gu…",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-23T08:29:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "73176eb00d9a2ca8c2ccd8bb30eee11ecd16a1d9",
"body": null,
"is_bot": false,
"headline": "release: 0.10.2",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-19T07:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12df5ceb786692b433b7bdc42d2cd377ce9e1ec8",
"body": null,
"is_bot": false,
"headline": "fix: update instructions",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-19T07:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e36d7d548362afd581f8b3f69397d103f2b458",
"body": null,
"is_bot": false,
"headline": "release: 0.10.1",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-19T05:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169346e046fba1e963f3e230524ade4d3ae4db7e",
"body": null,
"is_bot": false,
"headline": "fix: shorten tool names regarding code samples",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-19T05:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "677524ec22ed2c959759eaf9f987587e1132acd3",
"body": null,
"is_bot": false,
"headline": "release: 0.10.0",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-07T08:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc75785db2f432001ca7d317950919f708ee594d",
"body": null,
"is_bot": false,
"headline": "feat: update docs",
"author_name": "Dooho Chang",
"author_login": "doohochang",
"committed_at": "2025-05-07T08:09:36Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 55,
"latest_release_at": "2026-07-22T09:30:35Z",
"latest_release_tag": "v0.19.0",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 13,
"days_since_latest_release": 8,
"mean_days_between_releases": 26.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@portone/mcp-server",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"mcp",
"portone",
"model-context-protocol"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@portone/mcp-server",
"is_deprecated": false,
"latest_version": "0.19.0",
"repository_url": "https://github.com/portone-io/mcp-server",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 4,
"monthly_downloads": 2634,
"first_published_at": "2025-07-15T05:00:53.050000Z",
"latest_published_at": "2026-07-22T06:59:31.587000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 2,
"stars": 26,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [
"assets/docs/schema/v2.graphql"
],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 12752,
"source_files_sampled": 52,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4659
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "h3",
"direct": true,
"version": "2.0.1-rc.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-22cc-p3c6-wpvm",
"GHSA-26f5-8h2x-34xh",
"GHSA-2j6q-whv2-gh6w",
"GHSA-3vj8-jmxq-cgj5",
"GHSA-4hxc-9384-m385",
"GHSA-q5pr-72pq-83v3",
"GHSA-wr4h-v87w-p3r7"
],
"fixed_version": "2.0.1-rc.18",
"advisory_count": 7,
"oldest_advisory_days": 134
},
{
"name": "srvx",
"direct": false,
"version": "0.8.16",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.8,
"advisory_ids": [
"GHSA-p36q-q72m-gchr"
],
"fixed_version": "0.11.13",
"advisory_count": 1,
"oldest_advisory_days": 126
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"moderate": 1
},
"advisory_count": 8,
"affected_count": 2,
"assessed_count": 140,
"malicious_count": 0,
"assessed_package": "npm:@portone/mcp-server@0.19.0",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.28.0"
},
{
"name": "@portone/server-sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.17.0"
},
{
"name": "axios",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.13.6"
},
{
"name": "graphql",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^16.13.2"
},
{
"name": "graphql-request",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.4.0"
},
{
"name": "gray-matter",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.3"
},
{
"name": "h3",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "2.0.1-rc.2"
},
{
"name": "js-yaml",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.1"
},
{
"name": "open",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.2.0"
},
{
"name": "ts-pattern",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.9.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.25.76"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@modelcontextprotocol/sdk",
"direct": true,
"version": "1.28.0",
"ecosystem": "npm"
},
{
"name": "@portone/server-sdk",
"direct": true,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "axios",
"direct": true,
"version": "1.13.6",
"ecosystem": "npm"
},
{
"name": "graphql",
"direct": true,
"version": "16.13.2",
"ecosystem": "npm"
},
{
"name": "graphql-request",
"direct": true,
"version": "7.4.0",
"ecosystem": "npm"
},
{
"name": "gray-matter",
"direct": true,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "h3",
"direct": true,
"version": "2.0.1-rc.2",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": true,
"version": "3.14.2",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": true,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "open",
"direct": true,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "ts-pattern",
"direct": true,
"version": "5.9.0",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "3.25.76",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@biomejs/biome",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-arm64",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-x64",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64-musl",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64-musl",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-arm64",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-x64",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@changesets/apply-release-plan",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "@changesets/assemble-release-plan",
"direct": false,
"version": "6.0.9",
"ecosystem": "npm"
},
{
"name": "@changesets/changelog-git",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "@changesets/cli",
"direct": false,
"version": "2.30.0",
"ecosystem": "npm"
},
{
"name": "@changesets/config",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "@changesets/errors",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "@changesets/get-dependents-graph",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "@changesets/get-release-plan",
"direct": false,
"version": "4.0.15",
"ecosystem": "npm"
},
{
"name": "@changesets/get-version-range-type",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@changesets/git",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@changesets/logger",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "@changesets/parse",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@changesets/pre",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "@changesets/read",
"direct": false,
"version": "0.6.7",
"ecosystem": "npm"
},
{
"name": "@changesets/should-skip-package",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "@changesets/types",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "@changesets/types",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@changesets/write",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@graphql-typed-document-node/core",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.11",
"ecosystem": "npm"
},
{
"name": "@inquirer/external-editor",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@manypkg/find-root",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@manypkg/get-packages",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/js-yaml",
"direct": false,
"version": "4.0.9",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "12.20.55",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.19.15",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.18.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "any-promise",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "asynckit",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "better-path-resolve",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.2.2",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "bundle-name",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bundle-require",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "6.7.14",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "5.3.3",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "combined-stream",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "consola",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie-es",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.6",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "default-browser",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "default-browser-id",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "define-lazy-prop",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "delayed-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "detect-indent",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "enquirer",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "es-set-tostringtag",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "eventsource",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "eventsource-parser",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "express",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": false,
"version": "8.3.1",
"ecosystem": "npm"
},
{
"name": "extend-shallow",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "extendable-error",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fetchdts",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "fix-dts-default-cjs-exports",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.15.11",
"ecosystem": "npm"
},
{
"name": "form-data",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.13.7",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": false,
"version": "4.12.9",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "human-id",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-extendable",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-inside-container",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-subdir",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "is-windows",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-wsl",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "joycon",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-typed",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "kind-of",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "lilconfig",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "load-tsconfig",
"direct": false,
"version": "0.2.5",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.startcase",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mlly",
"direct": false,
"version": "1.8.2",
"ecosystem": "npm"
},
{
"name": "mri",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mz",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "outdent",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "p-filter",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-manager-detector",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "pirates",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "pkce-challenge",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.8",
"ecosystem": "npm"
},
{
"name": "postcss-load-config",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "2.8.8",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "proxy-from-env",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "read-yaml-file",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.60.0",
"ecosystem": "npm"
},
{
"name": "rou3",
"direct": false,
"version": "0.7.12",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "run-applescript",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "section-matter",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.7.6",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "spawndamnit",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "srvx",
"direct": false,
"version": "0.8.16",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "3.10.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-bom-string",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "strip-literal",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "sucrase",
"direct": false,
"version": "3.35.1",
"ecosystem": "npm"
},
{
"name": "tagged-tag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "term-size",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "thenify",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "thenify-all",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "tinyspy",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tree-kill",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "ts-interface-checker",
"direct": false,
"version": "0.1.13",
"ecosystem": "npm"
},
{
"name": "tsup",
"direct": false,
"version": "8.5.1",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.20.3",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "ufo",
"direct": false,
"version": "1.6.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "7.3.1",
"ecosystem": "npm"
},
{
"name": "vite-node",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "wsl-utils",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "zod-to-json-schema",
"direct": false,
"version": "3.25.1",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 391,
"direct_count": 12,
"indirect_count": 379
}
},
"maintainership": {
"issues": {
"open_prs": 8,
"merged_prs": 41,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 20
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "doohochang",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/34333315?v=4"
},
{
"type": "User",
"login": "kiwiyou",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/12986388?v=4"
},
{
"type": "User",
"login": "CirnoV",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/17797795?v=4"
},
{
"type": "User",
"login": "Brody-Kim",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/99194042?v=4"
},
{
"type": "User",
"login": "SonnySon17",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/77477467?v=4"
},
{
"type": "User",
"login": "finalchild",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8557044?v=4"
},
{
"type": "User",
"login": "Rajin9601",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7630229?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.553
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cd.yml",
"ci.yml",
"update-docs.yml"
],
"has_docs_dir": false,
"linter_configs": [
"biome.json"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": 4,
"reason": "6 out of 13 merged PRs checked by a CI test -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 8,
"reason": "dependency not pinned by hash detected -- score normalized to 8",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "84 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4c313a6e875e12f764452e4d82ed280c849a33d5",
"ran_at": "2026-07-31T05:25:26Z",
"aggregate_score": 4.2,
"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-22T07:21:02Z",
"oldest_open_prs": [
{
"number": 18,
"created_at": "2025-08-18T03:11:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 43,
"created_at": "2026-03-26T05:52:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2026-04-15T19:46:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2026-04-27T09:42:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2026-05-08T13:51:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2026-05-09T01:37:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2026-06-05T17:40:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2026-06-09T00:07:43Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T06:59:02Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/portone-io/mcp-server",
"host": "github.com",
"name": "mcp-server",
"owner": "portone-io"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 59 is calibrated to 63 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 59,
"calibrated": 63,
"calibration": "2026-08-02"
}
}
],
"value": 63,
"inputs": {
"security": 46,
"vitality": 74,
"community": 41,
"governance": 58,
"calibration": "2026-08-02",
"engineering": 67,
"ai_readiness": 78,
"weighted_overall_raw": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 55,
"human_commit_share": 0.85,
"days_since_last_push": 8,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "55 commits in the last year",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 55
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v0.19.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 26.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~26.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 26.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"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": 13,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 13 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 13
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 41,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 2,
"stars": 26,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "26 stars",
"points": 22.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 26
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 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": 57,
"inputs": {
"packages": [
"@portone/mcp-server"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2634
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,634 downloads/month across npm",
"points": 45.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2634,
"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": 58,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.553
},
"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 55% of commits",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 55
}
}
],
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"merged_prs": 41,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 20,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"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": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "41/61 decided PRs merged",
"points": 20.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 41,
"decided": 61
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 47,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "portone-io",
"public_repos": 58,
"account_age_days": 1274
},
"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": "47 followers of portone-io",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 47,
"login": "portone-io"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "58 public repos, account ~3 yr old",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 58
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@portone/mcp-server"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": 67,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "biome.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 13 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.2
},
"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": "6 out of 13 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "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": "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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 8",
"points": 4,
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "84 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Matched the npm:@portone/mcp-server@0.19.0 runtime dependency closure — what installing the published package pulls in — 140 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@portone/mcp-server@0.19.0",
"assessed": 140
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 60,
"inputs": {
"source": "osv",
"advisories": 8,
"affected_packages": 2,
"assessed_packages": 140,
"unassessed_packages": 0,
"affected_by_severity": "high 1, moderate 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: h3 2.0.1-rc.2 (high 7.5)",
"points": 14,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "h3 2.0.1-rc.2 (high 7.5)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: srvx 0.8.16 (moderate 4.8)",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "srvx 0.8.16 (moderate 4.8)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 134 days ago",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 134
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 140,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 78,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.835,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4659
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "71 of 85 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 71,
"sampled": 85
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.13,
"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": "biome.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"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": "13 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 13,
"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 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 12752,
"source_files_sampled": 52,
"oversized_source_files": 0
},
"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": "0/52 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 52,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": [
"assets/docs/schema/v2.graphql"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "assets/docs/schema/v2.graphql",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "assets/docs/schema/v2.graphql"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library",
"application"
],
"labels": [
"mcp-server",
"library"
],
"scores": {
"library": 6,
"mcp-server": 9,
"network-service": 3
},
"primary": "mcp-server",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "dependencies",
"label": "mcp-server",
"source": "dep:@modelcontextprotocol/sdk",
"weight": 4
},
{
"tier": "structure",
"label": "mcp-server",
"source": "mcp_signal",
"weight": 3
},
{
"tier": "structure",
"label": "network-service",
"source": "api_schema",
"weight": 3
},
{
"tier": "description",
"label": "mcp-server",
"source": "description:mcp-server",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-31T05:25:42.781078Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/portone-io/mcp-server.svg",
"full_name": "portone-io/mcp-server",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}