:tv: Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more.
This report presents the forensic synthetic code analysis of 4gray/iptvnator, a TypeScript project with 6,565 GitHub stars. SynthScan v2.0 examined 297,010 lines of code across 1479 source files, recording 490 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 2.6 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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
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 490 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 |
|---|---|---|---|---|
| MEDIUM | libs/ui/styles/_index.scss | 1 | // ─── IPTVnator UI styles library ───────────────────────────────────────────── | COMMENT |
| MEDIUM | libs/ui/styles/_portal-sidebar.scss | 1 | // ─── Shared sidebar + sidebar-header styles ─────────────────────────────────── | COMMENT |
| MEDIUM | libs/ui/styles/_portal-layout.scss | 1 | // ─── Shared mixin for live-stream portal layouts ────────────────────────────── | COMMENT |
| MEDIUM | libs/ui/styles/_portal-layout.scss | 20 | // ─── Sidebar ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | libs/ui/styles/_portal-layout.scss | 58 | // ─── Main content column ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | libs/ui/styles/_portal-layout.scss | 68 | // ─── Floating restore handle (visible when sidebar is collapsed) ───────── | COMMENT |
| MEDIUM | libs/ui/styles/_portal-layout.scss | 169 | // ─── Fix artplayer sizing when nested inside .video-player ─────────────── | COMMENT |
| MEDIUM | …l-list-container/channel-list-container.component.scss | 71 | // ─── Header ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-list-container/channel-list-container.component.scss | 92 | // ─── Divider ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 6 | // ─── Hero header ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 82 | // ─── Status pills ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 125 | // ─── Hero stat cards ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 191 | // ─── Content area ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 204 | // ─── URL block ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 235 | // ─── Detail panels ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 271 | // ─── Detail rows ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 320 | // ─── Chip sections (sub-group headers) ────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 338 | // ─── Footer actions ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …l-details-dialog/channel-details-dialog.component.scss | 353 | // ─── Responsive breakpoints ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 1 | // ─── Radio Player — cinematic hero layout ──────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 12 | // ─── Hero container ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 21 | // ─── Blurred backdrop (station logo, blown up) ────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 34 | // ─── Vignette overlay (matches content-hero pattern) ───────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 60 | // ─── Floating content stage ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 75 | // ─── Artwork card ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 124 | // ─── Station name ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 141 | // ─── Live / Paused badge ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 181 | // ─── Transport controls ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 229 | // ─── Volume row ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 255 | // ─── Entrance ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …yback/src/lib/audio-player/audio-player.component.scss | 276 | // ─── Responsive ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i/epg/src/lib/epg-timeline/epg-timeline-render.util.ts | 3 | // ───────────────────────── short-programme strategy ───────────────────────── | COMMENT |
| MEDIUM | …feature/src/lib/file-upload/file-upload.component.scss | 6 | // ─── Dashed drop zone ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …feature/src/lib/file-upload/file-upload.component.scss | 108 | // ─── Selected-file card ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …add-playlist-dialog/add-playlist-dialog.component.scss | 20 | // ─── Dialog head (title + helper subtitle) ────────────────────────────────── | COMMENT |
| MEDIUM | …add-playlist-dialog/add-playlist-dialog.component.scss | 53 | // ─── Method grid (5 flat cards instead of 2-level segmented control) ──────── | COMMENT |
| MEDIUM | …add-playlist-dialog/add-playlist-dialog.component.scss | 181 | // ─── Form area ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …add-playlist-dialog/add-playlist-dialog.component.scss | 262 | // ─── Light-theme segmented control tweak ──────────────────────────────────── | COMMENT |
| MEDIUM | …e/src/lib/recently-added/recently-added.component.scss | 35 | // ── Skeleton rails ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …b/live-stream-layout/live-stream-layout.component.scss | 8 | // ─── Sidebar-header overrides ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …b/live-stream-layout/live-stream-layout.component.scss | 14 | // ─── Side-panel channel list ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 6 | // ─── Hero header ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 73 | // ─── Status pills ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 109 | // ─── Messages ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 126 | // ─── Hero stat cards ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 193 | // ─── Content area ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 206 | // ─── Detail panels ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 241 | // ─── Detail rows ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 296 | // ─── Chip sections ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 342 | // ─── Error state ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 377 | // ─── Skeleton loading ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 422 | // ─── Footer actions ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ature/src/lib/account-info/account-info.component.scss | 443 | // ─── Responsive breakpoints ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …gory-content-view/category-content-view.component.scss | 20 | // ─── Sticky header bar — styled like a widget header ───────────────────────── | COMMENT |
| MEDIUM | …gory-content-view/category-content-view.component.scss | 31 | // ─── Category meta (title + subtitle) ──────────────────────────────────────── | COMMENT |
| MEDIUM | …gory-content-view/category-content-view.component.scss | 52 | // ─── Refine controls — show current sort/filter state compactly ────────────── | COMMENT |
| MEDIUM | …gory-content-view/category-content-view.component.scss | 168 | // ─── Paginator — flush right, no ghost background ──────────────────────────── | COMMENT |
| MEDIUM | …gory-content-view/category-content-view.component.scss | 240 | // ─── Grid scroll area ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | libs/portal/shared/ui/src/lib/styles/_skeleton.scss | 1 | // ─── Shared skeleton / shimmer primitives ──────────────────────────────────── | COMMENT |
| MEDIUM | libs/portal/shared/ui/src/lib/styles/_skeleton.scss | 4 | // ─── Grid skeleton (poster cards) ──────────────────────────────────────────── | COMMENT |
| 59 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/release/capture-v020-screenshots.ts | 497 | async function waitForTransientUiToSettle(page: Page): Promise<void> { | CODE |
| LOW | tools/release/capture-v020-screenshots.ts | 637 | function requireCapturedPlaylistId( | CODE |
| LOW | …/lib/season-container/episode-info-dialog.component.ts | 23 | export function buildEpisodeInfoDialogData( | CODE |
| LOW | …ents/src/lib/season-container/episode-progress.util.ts | 30 | export function formatEpisodePositionText( | CODE |
| LOW | …ents/src/lib/season-container/episode-download.util.ts | 70 | export function buildXtreamEpisodeDownloadRequest(options: { | CODE |
| LOW⚡ | …c/lib/channel-list-container/channel-list-sort.util.ts | 8 | export function isPlaylistChannelSortMode( | CODE |
| LOW⚡ | …c/lib/channel-list-container/channel-list-sort.util.ts | 14 | export function restorePlaylistChannelSortMode( | CODE |
| LOW⚡ | …c/lib/channel-list-container/channel-list-sort.util.ts | 22 | export function persistPlaylistChannelSortMode( | CODE |
| LOW⚡ | …c/lib/channel-list-container/channel-list-sort.util.ts | 29 | export function getPlaylistChannelSortModeLabel( | CODE |
| LOW | …/src/lib/channel-list-container/epg-enrichment.util.ts | 61 | export function buildChannelEpgMetadataMap( | CODE |
| LOW | …lib/playback-diagnostics/playback-media-source.util.ts | 81 | export function createPlaybackSourceMetadata( | CODE |
| LOW | …lib/playback-diagnostics/playback-media-source.util.ts | 98 | export function getPlaybackMediaExtensionFromUrl(url: string): string { | CODE |
| LOW | …lib/playback-diagnostics/playback-media-source.util.ts | 127 | export function getLikelyBrowserUnsupportedCodecLabels( | CODE |
| LOW | …lib/playback-diagnostics/playback-media-source.util.ts | 169 | function inferContainerFromMimeType(mimeType: string | undefined): string { | CODE |
| LOW | …lib/playback-diagnostics/playback-media-source.util.ts | 196 | function getMediaExtensionFromQuery( | CODE |
| LOW | …lib/playback-diagnostics/playback-media-source.util.ts | 217 | function normalizeDeclaredMediaExtension(value: string | undefined): string { | CODE |
| LOW | …/lib/playback-diagnostics/playback-diagnostics.util.ts | 36 | export function classifyNativePlaybackIssue( | CODE |
| LOW | …/lib/playback-diagnostics/playback-diagnostics.util.ts | 148 | export function classifyMpegTsPlaybackIssue( | CODE |
| LOW | …/lib/playback-diagnostics/playback-diagnostics.util.ts | 211 | export function classifyUnsupportedHlsManifestCodecs( | CODE |
| LOW | …/lib/playback-diagnostics/playback-diagnostics.util.ts | 266 | function isExternalFallbackRecommended(code: PlaybackDiagnosticCode): boolean { | CODE |
| LOW | …lib/portal-inline-player/series-playback-navigation.ts | 114 | export function getSeriesPlaybackNavigation( | CODE |
| LOW | …/lib/web-player-view/web-player-view.component.spec.ts | 659 | function createUnsupportedContainerDiagnostic(): PlaybackDiagnostic { | CODE |
| LOW | …/lib/web-player-view/web-player-view.component.spec.ts | 673 | function createBrowserAccessDiagnostic(): PlaybackDiagnostic { | CODE |
| LOW | …/lib/web-player-view/web-player-view.component.spec.ts | 688 | function createUnsupportedCodecDiagnostic(): PlaybackDiagnostic { | CODE |
| LOW | libs/ui/epg/src/lib/epg-program.utils.ts | 29 | export function deduplicateProgramsByTimeSlot( | CODE |
| LOW | libs/ui/epg/src/lib/epg-program.utils.ts | 69 | function selectMoreInformativeProgram( | CODE |
| LOW | libs/ui/epg/src/lib/epg-timeline/epg-timeline.utils.ts | 203 | export function nearestDateKeyWithPrograms( | CODE |
| LOW | …/ui/epg/src/lib/epg-list-view/epg-list-view.effects.ts | 22 | export function registerEpgListViewEffects( | CODE |
| LOW | …red/ui/src/lib/playlist-refresh-action.service.spec.ts | 46 | async function waitForRefreshPreparationPaint(): Promise<void> { | CODE |
| LOW | …lker/feature/src/lib/stalker-catalog-facade.service.ts | 319 | export function provideStalkerCatalogFacade(): Provider[] { | CODE |
| LOW | …ure/src/lib/stalker-workspace-route-session.service.ts | 135 | export function provideStalkerWorkspaceRouteSession(): Provider[] { | CODE |
| LOW | …/lib/stalker-series-view/stalker-series-quick-start.ts | 37 | export function getStalkerSeriesQuickStartButton( | CODE |
| LOW | …/lib/stalker-series-view/stalker-series-quick-start.ts | 83 | function getOrderedVodSeriesSeasons( | CODE |
| LOW | …/lib/stalker-series-view/stalker-series-quick-start.ts | 94 | function getQuickStartLazyVodSeriesSeason( | CODE |
| LOW | …/lib/stalker-series-view/stalker-series-quick-start.ts | 131 | function getFirstUnloadedVodSeriesSeason( | CODE |
| LOW | …/lib/stalker-series-view/stalker-series-quick-start.ts | 137 | function findVodSeriesSeasonIndexForEpisode( | CODE |
| LOW | …/lib/stalker-series-view/stalker-series-quick-start.ts | 157 | function getLazyVodSeriesEpisodeLabel( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 54 | export function normalizeStalkerSeriesFlag( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 73 | export function buildStalkerFavoritePayload( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 110 | export function normalizeStalkerEntityIdAsNumber( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 169 | export function buildStalkerSelectedVodItem( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 195 | export function normalizeStalkerFavoriteItem( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 234 | export function normalizeStalkerVodDetailsItem( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 246 | export function createStalkerInlineDetailState( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 284 | export function createStalkerDetailViewState( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 304 | export function clearStalkerDetailViewState(): StalkerDetailViewState { | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 322 | export function createPortalFavoritesResource( | CODE |
| LOW | …ortal/stalker/data-access/src/lib/stalker-vod.utils.ts | 358 | export function isSelectedStalkerVodFavorite( | CODE |
| LOW | …ker/data-access/src/lib/stalker-live-playback.utils.ts | 26 | export function isCrossOriginStalkerStream( | CODE |
| LOW | …ker/data-access/src/lib/stalker-live-playback.utils.ts | 42 | export function buildStalkerExternalPlaybackHeaders( | CODE |
| LOW | …/stalker/data-access/src/lib/stalker-identity.utils.ts | 16 | export function getStalkerPortalIdentityFromPlaylist( | CODE |
| LOW | …/data-access/src/lib/stores/stalker-tmdb-enrichment.ts | 29 | export function stalkerSelectionMediaType( | CODE |
| LOW | …/data-access/src/lib/stores/stalker-tmdb-enrichment.ts | 38 | export async function enrichStalkerSelectionWithTmdb( | CODE |
| LOW | …ss/src/lib/stores/features/with-stalker-epg.feature.ts | 326 | function extractEntriesFromBulkValue(value: unknown): StalkerEpgEntry[] { | CODE |
| LOW | …ss/src/lib/stores/features/with-stalker-epg.feature.ts | 443 | function getProgramTimestampSeconds( | CODE |
| LOW | …ss/src/lib/stores/features/with-stalker-epg.feature.ts | 485 | function normalizeOptionalEntityId( | CODE |
| LOW | …s/src/lib/stores/utils/stalker-player-request.utils.ts | 33 | export function normalizeStalkerPlaybackCommand(value: string): string { | CODE |
| LOW | …s/src/lib/stores/utils/stalker-player-request.utils.ts | 55 | export function resolveStalkerPlaybackUrl( | CODE |
| LOW | …b/stores/utils/stalker-collection-persistence.utils.ts | 26 | export function getStalkerSeriesRecentMetadata( | CODE |
| LOW | …b/stores/utils/stalker-collection-persistence.utils.ts | 40 | export function buildStalkerRecentlyViewedPayload( | CODE |
| 294 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …end/src/app/events/epg-worker.service.progress.spec.ts | 187 | const statuses = win.webContents.send.mock.calls.map( | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ponents/src/lib/content-hero/content-hero.component.ts | 91 | const hue = this.calculateHue(this.title() || 'placeholder'); | CODE |
| LOW | …ponents/src/lib/content-hero/content-hero.component.ts | 97 | const hue = this.calculateHue(this.title() || 'placeholder'); | CODE |
| LOW | …/lib/components/search-form/search-form.component.html | 9 | [placeholder]="placeholder" | CODE |
| LOW | …ashboard/feature/src/lib/rails/dashboard-hero.utils.ts | 99 | const hue = calculateHue(title || 'placeholder'); | CODE |
| LOW | …src/app/database/operations/operations.test-helpers.ts | 38 | kind: 'placeholder', | CODE |
| LOW | …c/app/database/operations/favorites.operations.spec.ts | 8 | kind: 'placeholder', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | apps/electron-backend/native/src/embedded_mpv.mm | 1 | #include <napi.h> | COMMENT |
| LOW | apps/electron-backend/native/src/embedded_mpv.mm | 21 | #include <cstdint> | COMMENT |
| LOW | …/electron-backend/native/src/embedded_mpv_wid_common.h | 1 | #pragma once | COMMENT |
| LOW | …/electron-backend/native/src/embedded_mpv_wid_common.h | 41 | #define mpv_create pfn_mpv_create | COMMENT |
| LOW | …/electron-backend/native/src/embedded_mpv_wid_common.h | 61 | #include <cstdint> | COMMENT |
| LOW | apps/web/src/_settings-theme.scss | 1 | .settings-container { | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …stalker/data-access/src/lib/stalker-session.service.ts | 426 | // Step 1: Handshake to get token and random | COMMENT |
| LOW⚡ | …stalker/data-access/src/lib/stalker-session.service.ts | 433 | // Step 2: Get profile to activate token and get account info | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …stalker/data-access/src/lib/stalker-session.service.ts | 426 | // Step 1: Handshake to get token and random | COMMENT |
| LOW⚡ | …stalker/data-access/src/lib/stalker-session.service.ts | 433 | // Step 2: Get profile to activate token and get account info | COMMENT |