Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| limit audience for OID4CI access tokens | graziang | M | No | 119.9h | 0.1h | Jul 06, 2026 |
SummaryFeatureAdd audience restriction for OID4CI access tokens Restricts OID4CI access tokens to a specific audience, tightening security and preventing misuse of tokens. This change reduces risk of token replay attacks and ensures compliance with protocol specifications. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Clarify experimental support for ID-JAG in documentation | VinodAnandan | XS | No | 5.1h | 0.0h | Jul 06, 2026 |
SummaryDocsClarify experimental support for ID-JAG in documentation Updated the documentation to clarify the experimental support for the Identity Assertion JWT Authorization Grant, specifying the current limitations and future plans. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| Fix spelling error in recovery code warning message | eschultz | XS | No | 8.7h | 0.0h | Jul 06, 2026 |
SummaryBug FixFix spelling error in recovery code warning message Corrects a typo in the login theme’s recovery code warning message, improving user-facing wording consistency. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| fix faulty LOA DEFAULT_MAX_TIME comment | Wallman | XS | No | 260.0h | 0.0h | Jul 06, 2026 |
SummaryBug FixFix inaccurate LoA max age comment Aligns the inline comment with the actual units (seconds) for the default LoA max age, preventing misinterpretation. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Simple cacheless integration test | pruivo | M | No | 30.2h | 2.0h | Jul 03, 2026 |
SummaryTestAdd cacheless integration test Improve test coverage for realm invalidation behavior in clustered Keycloak nodes. Health Assessment
Medium
Low
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
Frameworks:
Quarkus, Junit5
|
||||||
| Translations update from Hosted Weblate | weblate | L | No | 263.9h | 0.1h | Jul 03, 2026 |
SummaryChoreUpdate translations from Hosted Weblate Translations for Keycloak Admin UI have been updated from Hosted Weblate to reflect the latest strings. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Weblate, Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Move step-up authentication for saml feature to supported | rmartinc | S | No | 170.6h | 145.5h | Jul 03, 2026 |
SummaryFeaturePromote SAML step-up authentication to supported SAML step-up authentication is now a supported feature, replacing its preview status. This change enhances security for SAML integrations by providing reliable step-up authentication out of the box. Health Assessment
Small
Medium
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| removed dead code | edewit | S | No | 29.0h | 0.0h | Jul 03, 2026 |
SummaryBug FixRemove unused SortOrder helper Eliminates dead code from the Admin v2 API, improving maintainability and reducing potential bugs. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| fix: don't use our interceptors when the classloaders don't match | shawkins | S | No | 42.0h | 17.5h | Jul 03, 2026 |
SummaryBug FixFix interceptor usage on classloader mismatch Prevents runtime errors caused by misapplied interceptors when configuration is built under a mismatched classloader, improving stability for deployments. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Filter empty/blank redirectUris and webOrigins before persistence | sguilhen | M | No | 0.8h | 0.0h | Jul 03, 2026 |
SummaryBug FixFilter empty/blank redirectUris and webOrigins before persistence Ensures client configurations are validated before being stored, preventing invalid redirect URIs and origins that could lead to security issues or misconfigurations. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Java
|
||||||
| Return null from PathMatcher.buildUriFromTemplate on a template missing its closing brace | vasiliy-mikhailov | L | No | 227.5h | 0.0h | Jul 03, 2026 |
SummaryBug FixFix PathMatcher for malformed URI templates Prevents crashes by treating malformed URI templates as non-matches, improving stability and error handling. Health Assessment
Large
Medium
Medium
AI Details
Usage:
AI Assisted
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Adding lb-check endpoint for cachless in multi-cluster v2 | ahus1 | S | No | 26.2h | 2.8h | Jul 03, 2026 |
SummaryFeatureAdd lb-check endpoint for cacheless multi‑cluster Enables load balancer health checks for cacheless deployments, improving high‑availability support. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
Frameworks:
Quarkus
|
||||||
| Configuration and defaults should honor long values | mabartos | M | No | 95.9h | 1.6h | Jul 03, 2026 |
SummaryBug FixSupport long values in configuration defaults Ensures client secret rotation handles large expiration periods without overflow, restoring compatibility and preventing breaking changes. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Update SECURITY.md to align with keycloak.org security policy | abstractj | M | AI | 6.2h | 0.0h | Jul 02, 2026 |
SummaryDocsUpdate SECURITY.md to align with keycloak.org security policy Adds a comprehensive security policy document to the repository, aligning with keycloak.org and GitHub's security guidelines, improving discoverability and compliance. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| Fix: Root authentication session lookup uses assert-only realm check | pruivo | M | No | 24.9h | 2.2h | Jul 02, 2026 |
SummaryBug FixFix root authentication session lookup validation Corrects a production safety gap by replacing an assert‑only realm check with a runtime guard, ensuring proper authentication session handling. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Avoid timeouts for Base2 testsuite in CI | mposolda | S | No | 51.1h | 1.0h | Jul 02, 2026 |
SummaryBug FixSplit Base2 test suite to prevent CI timeouts Reduces CI run time by splitting a large test suite, improving reliability and reducing flaky failures. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java, Yaml
|
||||||
| Documentation addition after the quickstart repo imp of isolating the master realm from public internet. | ruchikajha95 | M | No | 1.9h | 0.6h | Jul 02, 2026 |
SummaryDocsAdd reverse-proxy guide for master realm isolation Adds documentation to guide users on isolating the master realm from public internet, reducing attack surface. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| Fix device version displaying wrong one on Safari | gaoyikeshuer | S | No | 25.3h | 0.2h | Jul 02, 2026 |
SummaryBug FixFix device version displaying wrong one on Safari Corrects iOS version reporting in Keycloak Device Activity for Safari browsers, ensuring accurate device version display. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| update kiota to latest version | edewit | M | No | 1.3h | 0.0h | Jul 02, 2026 |
SummaryChoreUpdate Kiota to latest version Bumps Kiota toolchain to the latest version in the Keycloak Admin Client, ensuring compatibility with the newest Kiota CLI and TypeScript packages. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| Username/Delegation types should resolve users by email when configured | mabartos | M | No | 5.4h | 1.0h | Jul 02, 2026 |
SummaryBug FixResolve username scope by email when configured Enables OIDC username and delegation scopes to resolve users by email, improving authentication flexibility and user lookup accuracy. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Little improvements in the step-up authentication for SAML | rmartinc | S | No | 7.0h | 0.1h | Jul 02, 2026 |
SummaryBug FixImprove SAML step-up authentication robustness Enhances SAML authentication by refining ACR↔LoA mapping, handling minimum ACR, and selecting AuthnContextClassRef, reducing errors and improving security. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Incorrect exact comparison when higher loa should be allowed | rmartinc | M | No | 7.0h | 0.0h | Jul 02, 2026 |
SummaryBug FixFix SAML LoA comparison logic Ensures SAML step‑up authentication correctly handles higher Level of Assurance, preventing false rejections when a user’s LoA exceeds the SP’s requested LoA. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Capturing the current state of work for the 26.7 release | ahus1 | L | No | 41.4h | 38.5h | Jul 02, 2026 |
SummaryDocsUpdate 26.7 release notes and upgrade docs Provides updated release notes and upgrade guidance for Keycloak 26.7, ensuring users have accurate documentation. Health Assessment
Large
Low
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| 26.6 Backport: Add kotlin exclusion to quarkus-server's quarkus-smallrye-openapi dependency | ASzc | XS | No | 21.8h | 17.3h | Jul 02, 2026 |
SummaryRefactorAdd Kotlin exclusion to Quarkus OpenAPI dependency Removes Kotlin from Quarkus server's OpenAPI dependency, reducing build size and avoiding compatibility issues. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Java
Frameworks:
Quarkus
|
||||||
| Pin Aesh versions for WildFly CLI compatibility | Pepo48 | S | No | 40.8h | 40.7h | Jul 02, 2026 |
SummaryBug FixPin Aesh versions for WildFly CLI compatibility Ensures integration tests run reliably with WildFly CLI by pinning Aesh library versions, reducing test failures and improving CI stability. Health Assessment
Small
Low
High
AI DetailsTech Stack |
||||||
| Add kotlin exclusion to quarkus-server's quarkus-smallrye-openapi dependency | ASzc | XS | No | 17.8h | 0.1h | Jul 02, 2026 |
SummaryBug FixExclude Kotlin from Quarkus SmallRye OpenAPI Prevents Kotlin transitive dependencies from being pulled into the Quarkus server, resolving build issues and improving stability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| Fix: LoginFailureExpirationAction compares milliseconds vs seconds | pruivo | L | No | 14.6h | 1.6h | Jul 02, 2026 |
SummaryBug FixFix login failure expiration unit mismatch Corrects expiration threshold unit to milliseconds, ensuring accurate cleanup of stale login failures and improving system reliability. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Migrate RPInitiatedFrontChannelLogoutTest to new test suite | vaceksimon | L | No | 137.3h | 90.2h | Jul 02, 2026 |
SummaryTestMigrate RPInitiatedFrontChannelLogoutTest to new test suite Migrates legacy RPInitiatedFrontChannelLogoutTest to the newer @KeycloakIntegrationTest framework. This change reduces test flakiness and improves reliability of authentication tests. Health Assessment
Large
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
Frameworks:
Arquillian
|
||||||
| Fix: JpaSingleUseObjectProvider.putIfAbsent() missing lifespan valida… | pruivo | M | No | 13.6h | 1.0h | Jul 02, 2026 |
SummaryBug FixFix missing lifespan validation in putIfAbsent Ensures consistent input validation across SingleUseObjectProvider implementations, preventing invalid entries and improving reliability. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Fixed the missing reference bug in haproxy reencrypt doc in keycloak repo | ruchikajha95 | XS | No | 19.5h | 19.4h | Jul 02, 2026 |
SummaryDocsFix missing reference in HAProxy reencrypt docs Corrects documentation to prevent client certificate header spoofing in HAProxy re-encrypt setups, improving security guidance for Keycloak users. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| fix: removing the initial workaround of preferring http for operator admin connections | shawkins | XS | No | 9.5h | 0.0h | Jul 02, 2026 |
SummaryBug FixRemove HTTP preference workaround for operator admin Ensures operator admin connections use HTTPS, improving security and compliance. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Bump uuid from 13.0.2 to 14.0.1 in /js | dependabot | S | No | 3.8h | - | Jul 02, 2026 |
SummaryChoreBump uuid from 13.0.2 to 14.0.1 in /js Updates the uuid library to the latest stable release, addressing security fixes and compatibility changes for the JavaScript components. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Bump properties-file from 3.6.3 to 5.0.5 in /js | dependabot | S | No | 3.7h | - | Jul 02, 2026 |
SummaryChoreBump properties-file dependency to 5.0.5 Updates the properties-file library to the latest version, improving performance and compatibility. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack |
||||||
| Bump @types/node from 25.0.3 to 26.1.0 in /js | dependabot | M | No | 3.8h | - | Jul 02, 2026 |
SummaryChoreUpdate @types/node to 26.1.0 Updates Node type definitions to the latest version, improving type safety and compatibility for the JavaScript codebase. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Control repeatability of parameterized client scopes | mabartos | L | No | 47.4h | 2.2h | Jul 02, 2026 |
SummaryFeatureControl repeatability of parameterized client scopes Adds a repeatable flag to parameterized client scopes, enabling Keycloak to reject non‑repeatable authorization requests and improving security and admin control. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java, Typescript
|
||||||
| Prevent DoS via complex filter conditions in SCIM and Workflows | sguilhen | L | No | 11.5h | 0.1h | Jul 02, 2026 |
SummaryBug FixAdd guardrails against DoS in SCIM and Workflows This PR reduces DoS risk by limiting filter complexity and adds admin event emission for workflow endpoints, improving security and auditability. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Deprecate the ClientModel.getDynamicClientScope() method | mabartos | S | No | 8.9h | 0.1h | Jul 01, 2026 |
SummaryRefactorDeprecate ClientModel.getDynamicClientScope method This PR removes the legacy getDynamicClientScope method and introduces getParameterizedClientScope, streamlining client scope handling and improving API clarity for developers. It ensures backward compatibility while guiding developers toward the new, more expressive API. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Add missing requireMapClientScope in ScopeMappedResource and ScopeMap… | sguilhen | M | No | 25.0h | 0.1h | Jul 01, 2026 |
SummaryBug FixAdd missing requireMapClientScope enforcement Fixes CVE-2026-9795 by tightening FGAPv2 enforcement, preventing limited admins from mapping client scopes. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| GroupResource.addChild missing requireManage(child) | vramik | S | No | 15.7h | 0.0h | Jul 01, 2026 |
SummaryBug FixAdd MANAGE permission check to GroupResource.addChild Prevents authorization bypass in the admin API by enforcing MANAGE permission on child groups, enhancing security. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Skip owner managed resources when enforcement mode is set to permissive | pedroigor | M | No | 20.9h | 0.1h | Jul 01, 2026 |
SummaryBug FixPrevent owner-managed resource leaks in permissive mode Ensures that resources managed by owners are not automatically granted when enforcement mode is permissive, reducing authorization leaks and improving security. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| User Attribute mapper clears the value when custom attribute is selected | mabartos | XS | No | 0.6h | 0.1h | Jul 01, 2026 |
SummaryBug FixFix Admin UI bug: clear custom attribute value Corrects a regression where selecting a custom attribute clears the previously entered key, improving admin UI reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Consider case-sensitivity when validating prohibited schemes of clien… | mposolda | L | No | 17.0h | 0.1h | Jul 01, 2026 |
SummaryBug FixFix URI validation case-sensitivity for security Addresses CVE-2026-9086 by hardening client URI validation against case‑insensitive javascript: and data: scheme bypasses across client URL fields, reducing security risk. Health Assessment
Medium
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Minor fixes in bug-traige doc. | ruchikajha95 | S | No | 17.5h | 17.5h | Jul 01, 2026 |
SummaryDocsUpdate bug triage documentation for clarity Improves correctness and clarity of bug triage actions and labeling workflow, reducing confusion for contributors. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| Retarget quarkus-next to Quarkus 3.x branch after main switched to 4.0 | Pepo48 | S | No | 1.6h | 0.1h | Jun 30, 2026 |
SummaryChoreRetarget quarkus-next to Quarkus 3.x Update quarkus-next automation to track Quarkus 3.x development branch after main switched to 4.0. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.90
Tech Stack
Languages:
Bash, Yaml
Frameworks:
Quarkus
|
||||||
| Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4 | dependabot | XS | No | 269.1h | - | Jun 30, 2026 |
SummaryChoreBump log4j-core dependency Updates log4j-core to the latest patch to address security or bug fixes, ensuring compatibility and stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Java
|
||||||
| SSF: Confine authority-attached wildcards in SSF push URL allow-list (#50460) | thomasdarimont | M | No | 3.2h | 0.1h | Jun 30, 2026 |
SummaryBug FixConfine authority-attached wildcards in SSF push URL allow-list Fixes a security bypass by enforcing host boundary in SSF push URL validation, preventing malicious URLs from being accepted. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| Use kiota 1.0.0-preview.102 to fix GHSA-396q-4vc8-28x9 | michalvavrik | M | No | 0.5h | 0.0h | Jun 30, 2026 |
SummaryChoreUpdate Kiota to address security advisory Bumps Keycloak Admin Client to Kiota 1.0.0-preview.102, resolving the GHSA-396q-4vc8-28x9 vulnerability and ensuring secure dependencies. This update mitigates the identified security risk and maintains compatibility with the existing client. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| SCIM API as a technology preview feature | pedroigor | S | No | 29.0h | 0.0h | Jun 30, 2026 |
SummaryFeatureSCIM API as a technology preview feature Promotes the SCIM API from experimental to technology preview, enabling broader adoption and clearer feature visibility for customers. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Java
|
||||||
| [26.6] Documentation: clarify that running different operator versions on the same cluster is not supported | michalvavrik | S | No | 5.8h | 5.5h | Jun 30, 2026 |
SummaryDocsClarify unsupported operator version coexistence Clarifies that running different operator versions on the same cluster is not supported, preventing configuration errors and ensuring stability. Health Assessment
Small
Low
Medium
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Tuning the description of what is supported | ahus1 | XS | No | 0.8h | 0.4h | Jun 30, 2026 |
SummaryDocsAdjust HA multi-cluster v2 documentation wording Clarifies that the multi-cluster v2 setup is a requirement, not a guaranteed supported configuration, improving accuracy of documentation. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||