The minimalistic document archiving platform.
This report presents the forensic synthetic code analysis of papra-hq/papra, a TypeScript project with 5,092 GitHub stars. SynthScan v2.0 examined 160,901 lines of code across 1328 source files, recording 600 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 3.9 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 600 distinct pattern matches across 7 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/lecture/src/utils/archive.ts | 3 | export async function getFileContentFromArchive({ | CODE |
| LOW | packages/lecture/src/tesseract/tesseract.usecases.ts | 30 | export function createTesseractCliExtractor({ | CODE |
| LOW | packages/lecture/src/tesseract/tesseract.usecases.ts | 53 | export function createTesseractJsExtractor({ | CODE |
| LOW | …/cli/src/commands/import/paperless/paperless.wizard.ts | 422 | function isDocumentAlreadyExistsError(error: unknown): boolean { | CODE |
| LOW⚡ | packages/webhooks/src/handler/handler.errors.ts | 1 | export function createInvalidSignatureError() { | CODE |
| LOW⚡ | packages/webhooks/src/handler/handler.errors.ts | 7 | export function createUnsupportedSignatureVersionError() { | CODE |
| LOW⚡ | packages/webhooks/src/handler/handler.errors.ts | 16 | export function createInvalidSignatureFormatError() { | CODE |
| LOW | apps/papra-server/src/scripts/create-migration.ts | 20 | async function getLastMigrationFilePrefixNumber() { | CODE |
| LOW | …rver/src/modules/organizations/organizations.models.ts | 6 | export function canUserRemoveMemberFromOrganization({ | CODE |
| LOW | …rver/src/modules/organizations/organizations.models.ts | 28 | export function getUserMaxOrganizationCount({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 27 | export function createOrganizationsRepository({ db }: { db: Database }) { | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 175 | async function clearUserDeletedByReferences({ userId, db }: { userId: string; db: Database }) { | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 199 | async function getUserOwnedOrganizationCount({ userId, db }: { userId: string; db: Database }) { | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 252 | async function getOrganizationMembersCount({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 306 | async function removeUserFromOrganization({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 325 | async function updateOrganizationMemberRole({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 343 | async function getOrganizationMemberByUserId({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 365 | async function getOrganizationMemberByMemberId({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 387 | async function saveOrganizationInvitation({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 419 | async function getTodayUserInvitationCount({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 451 | async function getPendingOrganizationInvitationsForEmail({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 486 | async function getOrganizationInvitationById({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 505 | async function updateOrganizationInvitation({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 527 | async function getPendingInvitationsCount({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 561 | async function getInvitationForEmailAndOrganization({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 587 | async function getOrganizationMemberByEmail({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 609 | async function getOrganizationInvitations({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 628 | async function updateExpiredPendingInvitationsStatus({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 646 | async function getOrganizationPendingInvitationsCount({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 676 | async function deleteAllMembersFromOrganization({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 688 | async function deleteAllOrganizationInvitations({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 740 | async function getUserDeletedOrganizations({ | CODE |
| LOW | …/src/modules/organizations/organizations.repository.ts | 765 | async function getExpiredSoftDeletedOrganizations({ | CODE |
| LOW | …dules/organizations/organizations.repository.models.ts | 30 | export function createSearchOrganizationWhereClause({ search }: { search?: string }) { | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 64 | export async function ensureUserIsInOrganization({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 83 | export async function checkIfUserCanCreateNewOrganization({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 106 | export async function getOrCreateOrganizationCustomerId({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 106 | export async function getOrCreateOrganizationCustomerId({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 143 | export async function ensureUserIsOwnerOfOrganization({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 161 | export async function removeMemberFromOrganization({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 210 | export async function checkIfUserHasReachedOrganizationInvitationLimit({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 231 | export async function inviteMemberToOrganization({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 369 | export async function sendOrganizationInvitationEmail({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 408 | export async function updateOrganizationMemberRole({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 455 | export async function resendOrganizationInvitation({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 533 | export async function getOrganizationStorageLimits({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 645 | export async function purgeExpiredSoftDeletedOrganization({ | CODE |
| LOW | …er/src/modules/organizations/organizations.usecases.ts | 700 | export async function purgeExpiredSoftDeletedOrganizations({ | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 30 | export function registerOrganizationsRoutes(context: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 46 | function setupGetOrganizationsRoute({ app, db }: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 64 | function setupGetDeletedOrganizationsRoute({ app, db }: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 84 | function setupCreateOrganizationRoute({ app, db, config }: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 116 | function setupGetOrganizationRoute({ app, db }: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 142 | function setupUpdateOrganizationRoute({ app, db }: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 177 | function setupSoftDeleteOrganizationRoute({ app, db, config }: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 208 | function setupGetOrganizationMembersRoute({ app, db }: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 232 | function setupRemoveOrganizationMemberRoute({ app, db }: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 262 | function setupUpdateOrganizationMemberRoute({ app, db }: RouteDefinitionContext) { | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 328 | function setupInviteOrganizationMemberRoute({ | CODE |
| LOW | …rver/src/modules/organizations/organizations.routes.ts | 382 | function setupGetOrganizationInvitationsRoute({ app, db }: RouteDefinitionContext) { | CODE |
| 348 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …kages/lecture/src/tesseract/tesseract.usecases.test.ts | 6 | // Lorem ipsum image in base64 | COMMENT |
| LOW | …kages/lecture/src/tesseract/tesseract.usecases.test.ts | 20 | expect(result).to.eql('Lorem ipsum dolor sit amet'); | CODE |
| LOW | …kages/lecture/src/tesseract/tesseract.usecases.test.ts | 20 | expect(result).to.eql('Lorem ipsum dolor sit amet'); | CODE |
| LOW | …c/modules/organizations/organizations.usecases.test.ts | 462 | { id: 'user-2', email: 'admin@example.com' }, | CODE |
| LOW | …c/modules/organizations/organizations.usecases.test.ts | 1088 | { id: 'admin-user', email: 'admin@example.com' }, | CODE |
| LOW | …/papra-server/src/modules/app/auth/auth.models.test.ts | 253 | email: 'user@example.com', | CODE |
| LOW | …/papra-server/src/modules/app/auth/auth.models.test.ts | 260 | email: 'user@example.com', | CODE |
| LOW | …/papra-server/src/modules/app/auth/auth.models.test.ts | 289 | email: 'user@example.com', | CODE |
| LOW | …ra-server/src/modules/app/auth/auth.middleware.test.ts | 30 | users: [{ id: 'user-1', email: 'user@example.com' }], | CODE |
| LOW | …ra-server/src/modules/app/auth/auth.middleware.test.ts | 54 | users: [{ id: 'user-1', email: 'user@example.com' }], | CODE |
| LOW | …ra-server/src/modules/app/auth/auth.middleware.test.ts | 112 | users: [{ id: 'user-1', email: 'user@example.com' }], | CODE |
| LOW | …ra-server/src/modules/app/auth/auth.middleware.test.ts | 143 | users: [{ id: 'user-1', email: 'user@example.com' }], | CODE |
| LOW | …ra-server/src/modules/app/auth/auth.middleware.test.ts | 174 | users: [{ id: 'user-1', email: 'user@example.com' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 11 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 37 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 66 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 95 | users: [{ id: 'usr_regular', email: 'user@example.com' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 139 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 162 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 181 | users: [{ id: 'usr_regular', email: 'user@example.com' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 231 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 260 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 279 | users: [{ id: 'usr_regular', email: 'user@example.com' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 317 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 349 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 368 | users: [{ id: 'usr_regular', email: 'user@example.com' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 406 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 439 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 458 | users: [{ id: 'usr_regular', email: 'user@example.com' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 496 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 521 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …ules/admin/organizations/e2e/organizations.e2e.test.ts | 540 | users: [{ id: 'usr_regular', email: 'user@example.com' }], | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 19 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 62 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 105 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 143 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 189 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 214 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 239 | { id: 'usr_regular', email: 'user@example.com' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 289 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 326 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 368 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 392 | { id: 'usr_regular', email: 'user@example.com' }, | CODE |
| LOW | …/modules/admin/users/e2e/plan-entitlements.e2e.test.ts | 429 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 15 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 16 | { id: 'usr_regular', email: 'user@example.com', name: 'Regular User' }, | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 40 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 41 | { id: 'usr_regular', email: 'user@example.com', name: 'Regular User' }, | CODE |
| LOW⚡ | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 59 | expect(body.users[0]?.email).to.eql('admin@example.com'); | CODE |
| LOW⚡ | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 65 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW⚡ | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 66 | { id: 'usr_abcdefghijklmnopqrstuvwx', email: 'user@example.com', name: 'Regular User' }, | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 89 | users: [{ id: 'usr_regular', email: 'user@example.com' }], | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 135 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 168 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 189 | { id: 'usr_regular', email: 'user@example.com' }, | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 239 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 265 | { id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }, | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 300 | users: [{ id: adminUserId, email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 328 | users: [{ id: 'usr_admin', email: 'admin@example.com', name: 'Admin User' }], | CODE |
| LOW | …a-server/src/modules/admin/users/e2e/users.e2e.test.ts | 349 | { id: 'usr_regular', email: 'user@example.com' }, | CODE |
| 114 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …rver/src/modules/subscriptions/subscriptions.routes.ts | 161 | // Step 1: Expire any active checkout sessions before creating a new one | COMMENT |
| LOW⚡ | …rver/src/modules/subscriptions/subscriptions.routes.ts | 165 | // Step 2: Cancel any incomplete subscriptions from previous failed attempts | COMMENT |
| LOW | …erver/src/modules/documents/documents.usecases.test.ts | 330 | // Step 1: Upload a file | COMMENT |
| LOW | …erver/src/modules/documents/documents.usecases.test.ts | 344 | // Step 2: Delete the document (soft delete) | COMMENT |
| LOW | …erver/src/modules/documents/documents.usecases.test.ts | 359 | // Step 3: Upload the same file again - this should restore the original document | COMMENT |
| LOW | …erver/src/modules/documents/documents.usecases.test.ts | 372 | // Step 5: Verify no orphan files remain in storage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …rver/src/modules/subscriptions/subscriptions.routes.ts | 161 | // Step 1: Expire any active checkout sessions before creating a new one | COMMENT |
| LOW⚡ | …rver/src/modules/subscriptions/subscriptions.routes.ts | 165 | // Step 2: Cancel any incomplete subscriptions from previous failed attempts | COMMENT |
| LOW | …erver/src/modules/documents/documents.usecases.test.ts | 330 | // Step 1: Upload a file | COMMENT |
| LOW | …erver/src/modules/documents/documents.usecases.test.ts | 344 | // Step 2: Delete the document (soft delete) | COMMENT |
| LOW | …erver/src/modules/documents/documents.usecases.test.ts | 359 | // Step 3: Upload the same file again - this should restore the original document | COMMENT |
| LOW | …erver/src/modules/documents/documents.usecases.test.ts | 372 | // Step 5: Verify no orphan files remain in storage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/cli/src/commands/config/config.command.ts | 154 | valueHint: 'your-api-key', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/search-parser/README.md | 41 | // expression: { | COMMENT |
| LOW | packages/search-parser/README.md | 101 | // operands: [ | COMMENT |
| LOW | packages/search-parser/README.md | 121 | // }, | COMMENT |
| LOW | …erver/src/modules/ai-credits/rates/ai-credits.rates.ts | 21 | }; | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …pra-server/src/modules/documents/documents.usecases.ts | 140 | // We optimistically save the file to leverage streaming, if the file already exists, we will delete it | COMMENT |