Add AI trust score functionality and document similarity checker#2
Add AI trust score functionality and document similarity checker#2ojasptl wants to merge 1 commit intotejaspokale22:mainfrom
Conversation
…h AI trust score functionality - Implement EnhancedVerification component for calculating AI-powered trust scores. - Create ErrorDisplay, LoadingDisplay, and ResultDisplay components for better UI feedback. - Develop SimilarityChecker component to compare two documents for similarity. - Introduce TrustScoreDisplay component to visually represent trust scores and detailed analysis. - Add VerificationTrustScore component for document verification against original certificates. - Implement useAIOperation hook for managing AI operation states (loading, error, result). - Create aiEnhancedApi.js for handling API requests related to AI enhancements. - Update authApi.js to improve error handling during user verification.
|
@ojasptl is attempting to deploy a commit to the Tejas Pokale's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| - | - | Generic High Entropy Secret | 2419a0a | backend/src/services/aiServiceClient.js | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
AI Functionality