Manifest position 919 · CrUX rank bucket 1000
https://xxxvideosind.com
Coverage complete
Coverage-complete agentic audit of six representative paths/templates. Account, checkout, authenticated, upload, and ad-network landing flows were not covered because they were not exposed as first-party core paths in recon.
All 58 atomic check outcomes
| Principle / check | Status | Confidence | Evidence or reason |
|---|---|---|---|
respect-user-preferencesrespects-color-scheme | issues | high | The preference probe reports computed color-scheme: normal and the DOM stylesheet contains fixed #111/#222/#333 colors with no prefers-color-scheme rule; the only media rules are viewport-width queries. F001 low: The site hard-codes a dark palette instead of adapting to the user’s color-scheme preference. |
respect-user-preferencesrespects-reduced-motion | pass | high | Preference-emulated probe confirmed prefers-reduced-motion: reduce and found zero active animations; no auto-advance or autoplay was present. |
respect-user-preferencesrespects-contrast | pass | high | Lighthouse accessibility scored 100 and visual/computed evidence shows light text and bright links on #111 surfaces under prefers-contrast: more. |
implement-natural-interactionsview-transitions | issues | high | DOM/CSS inspection across homepage, category, detail, search, and info templates found no @view-transition rule or view-transition-name; the pages navigate as separate documents. F002 low: Full-page route changes are abrupt despite a navigation-heavy MPA. |
implement-natural-interactionsscroll-driven-animations | not-applicable | high | The audited templates have no parallax, scrollytelling, carousel, or entry/exit reveal to implement. |
implement-natural-interactionsphysical-gestures | not-applicable | high | No swipe, pull, carousel, drag, or other gesture-driven control exists on the audited paths. |
provide-guided-navigationscroll-state-aware-chrome | issues | high | The mobile layout reports a 7,156px document. CSS/DOM inspection found no sticky header, scroll progress, scroll-state container query, or other positional feedback; all navigation scrolls away. F003 low: The 7,156px listing provides no scroll-state-aware navigation or progress affordance. |
provide-guided-navigationanchored-positioning | not-applicable | high | No tooltip, popover, or viewport-edge menu is present on the representative rendered paths. |
provide-guided-navigationdirects-attention | pass | high | Descriptive primary navigation, page headings, card labels, and numbered pagination consistently expose location and next destinations. |
maximize-content-reduce-noiseno-intrusive-interruptions | pass | high | Desktop/mobile load screenshots and the fixed/absolute overlay probe found no content-obscuring element on initial load. |
maximize-content-reduce-noisesemantic-dismissible-primitives | not-applicable | high | No visible modal, disclosure, transient popover, or custom rich select is used on the audited states. |
maximize-content-reduce-noisereduced-chrome | pass | high | Screenshots show most of the viewport allocated to catalog cards or the detail player; header and footer chrome are compact. |
adapt-to-the-form-factorresponsive-no-horizontal-scroll | pass | high | At 360x800 the layout reported scrollWidth=clientWidth=360, horizontalOverflowPx=0, and a viewport meta tag. |
adapt-to-the-form-factorcomponent-level-responsiveness | pass | high | The sole card component adapts from one to three columns at the widths where it is used; no conflicting nested container reuse was found. |
adapt-to-the-form-factorinput-modality-aware | issues | high | The focus probe measured the search button and primary navigation at 26px high and reported the browser focus outline as a 1px rgb(16,16,16) outline against the #111 background. F004 medium: Header controls are small and keyboard focus is difficult to see. |
support-core-task-successclear-purpose-and-primary-action | pass | high | First-viewport screenshots expose a clear catalog heading, search, categories, and directly selectable media cards. |
support-core-task-successprimary-flow-completion | pass | high | The representative detail URL loaded a native video with controls, poster, and media source; category and search URLs retained normal navigation. |
support-core-task-successclear-system-state-and-recovery | issues | high | The exercised failure URL returned a page titled “404 Not Found” containing only the nginx heading, with no viewport meta, site navigation, search, retry, or link back to the catalog. F006 medium: Unknown URLs end at the server’s bare nginx 404 with no recovery action. |
be-fast-and-stablegood-core-web-vitals | pass | high | Lighthouse measured LCP 1.96s, CLS 0 and TBT 0ms; the trace measured LCP 348ms and no long tasks in the capture environment. |
be-fast-and-stablevisual-stability | pass | high | Mobile layout observer and Lighthouse both measured CLS 0; all 24 thumbnails had explicit width/height and 16:9 reserved space. |
be-fast-and-stableefficient-main-thread | pass | high | Trace found zero long tasks and 0ms total blocking time; Lighthouse TBT was 0ms. |
be-fast-and-stableefficient-resource-delivery | issues | high | The images primitive found 3 below-fold images marked loading=eager and Lighthouse estimated 49 KiB image-delivery savings; the HAR transferred 267,134 image bytes of 290,974 total. F007 low: The listing eagerly fetches some below-fold thumbnails and leaves measurable image savings. |
be-fast-and-stabletrim-unused-and-duplicate-code | pass | high | HAR recorded no external JavaScript bundle or third-party bytes, and Lighthouse performance was 99 with no unused-code failure. |
be-inclusivenames-roles-labels | pass | high | Lighthouse accessibility scored 100; all 24 images had alt text and interactive media used native controls. |
be-inclusivesufficient-contrast | pass | high | Lighthouse accessibility scored 100 and the inspected palette maintains strong foreground/background separation. |
be-inclusivestructure-and-focus | issues | high | A scripted focus walk across the first 20 controls found every control using only a 1px near-black auto outline on the near-black page; this makes focus location visually ambiguous despite logical source order. F005 medium: Keyboard focus styling does not provide a clear visible focus path. |
be-inclusivelegible-text | issues | high | The stylesheet sets body and several metadata regions to 9pt, and the mobile/desktop screenshots show dense small labels and legal text; the information page uses the same 9pt base. F013 medium: Body and metadata text is unusually small for sustained reading. |
be-inclusivezoom-reflow-targets-and-media | issues | high | The detail DOM/probe found a native video element with controls but no <track> caption child or adjacent transcript/caption control. F012 medium: The representative media detail provides no caption track or equivalent. |
follow-best-practicesno-console-errors | pass | high | Lighthouse best-practices scored 100 and reported no console-error failure. |
follow-best-practicessound-document-and-assets | pass | high | DOM reports HTML doctype, UTF-8, viewport meta, and images with explicit dimensions/aspect ratios; images primitive found no missing dimensions or legacy formats. |
follow-best-practicesbrowser-platform-hygiene | pass | high | Lighthouse best-practices scored 100 with no deprecated API, vulnerable library, paste prevention, or prompt-on-load signal. |
be-discoverabletitle-and-description | pass | high | Homepage, category, search, detail and info DOM captures each expose descriptive titles and meta descriptions. |
be-discoverablecrawlable-and-mobile-friendly | pass | high | Raw server HTML contains real href anchors and viewport meta; robots.txt permits ordinary crawlers except explicitly named bots and /out/. |
be-discoverablecanonical-and-indexing-signals | issues | high | DOM inspection found no rel=canonical on the homepage, category, search, or detail templates; the direct /sitemap.xml request returned HTTP 404 while robots.txt otherwise permits general crawling. F008 medium: Public templates omit canonical URLs and the sitemap endpoint returns 404. |
be-discoverablestructured-and-shareable-metadata | issues | high | The detail probe found no JSON-LD and no Open Graph metadata despite a visible title, poster, duration, and media URL that could populate VideoObject and share previews. F009 medium: Video detail pages lack structured and social share metadata. |
be-private-and-securesecure-transport-and-headers | issues | high | The cookie audit observed three cookies (t, bookmark, id), all without Secure and all SameSite=None; id was not HttpOnly. Strong CSP/HSTS headers do not compensate for weak cookie attributes. F010 high: All observed first-party cookies lack Secure and use SameSite=None; the id cookie is also script-readable. |
be-private-and-securedata-minimisation-and-third-parties | pass | high | HAR recorded zero third-party requests/bytes, tracker audit found no known trackers, and secrets scan found no credentials. |
be-private-and-securein-context-permissions-and-modern-auth | pass | high | No camera/microphone/geolocation/notification request occurred on load and the site exposes no authentication flow requiring passkey review. |
be-private-and-securedefensive-browser-policies | pass | high | Headers include nonce-based CSP, HSTS preload, nosniff, SAMEORIGIN/frame-ancestors, same-origin referrer policy, and camera/microphone restrictions. |
be-resilientprogressive-enhancement | pass | high | Discoverability capture found 100% raw/rendered word coverage, no JS shell, and visible crawler rendering. |
be-resilientresilient-runtime-behaviour | pass | high | Audited templates are server-rendered, use native links/forms/media, and loaded without cut-off active overlays or async shell failure. |
be-resilientoffline-and-installable | not-applicable | high | This public server-rendered media catalog is not presented as an installable application; offline playback is not a reasonable core expectation. |
be-resilientnetwork-and-http-failure-states | issues | high | The exercised failure URL returned a page titled “404 Not Found” containing only the nginx heading, with no viewport meta, site navigation, search, retry, or link back to the catalog. F006 medium: Unknown URLs end at the server’s bare nginx 404 with no recovery action. |
be-internationalisedlang-dir-and-logical-properties | pass | high | All normal templates declare html lang=en and preserve a coherent left-to-right reading order for their deliberately English content. |
be-internationalisedlocale-aware-data | not-applicable | high | The site is deliberately English-only and exposes no currency, exact calendar dates, locale-selectable number formatting, or user locale setting. |
be-internationalisedtime-zone-correctness | not-applicable | high | No scheduled events, exact timestamps, recurrence, or cross-zone coordination exists on the audited templates. |
be-trustworthyno-dark-patterns | issues | high | The rendered homepage source registers a capture-phase click listener that calls window.open(a.href, _blank) for card/category/info links and then changes a.href to /out/pop when cookie/referrer conditions pass. This is an unexpected pop-under/redirect pattern. F011 high: Navigation code conditionally opens the intended destination in a new tab and rewrites the clicked link to an advertising redirect. |
be-trustworthyhumane-error-handling | not-applicable | high | The site has no required-data form or validation flow; search accepts unrestricted text and navigates directly. |
be-trustworthytrustworthy-input-assistance | pass | high | The only input is a simple search field; it accepts normal browser text input and has no address, payment, sign-in, or signup autofill workflow. |
be-trustworthysafe-commercial-and-account-flows | not-applicable | high | No checkout, subscription, consent transaction, authentication, or account-management flow exists in scope. |
be-sustainableoptimised-assets | issues | high | The images primitive found 3 below-fold images marked loading=eager and Lighthouse estimated 49 KiB image-delivery savings; the HAR transferred 267,134 image bytes of 290,974 total. F007 low: The listing eagerly fetches some below-fold thumbnails and leaves measurable image savings. |
be-sustainableno-wasteful-work | issues | high | The images primitive found 3 below-fold images marked loading=eager and Lighthouse estimated 49 KiB image-delivery savings; the HAR transferred 267,134 image bytes of 290,974 total. F007 low: The listing eagerly fetches some below-fold thumbnails and leaves measurable image savings. |
be-sustainablethird-party-and-media-budget | pass | high | HAR recorded zero third-party bytes and the detail media does not autoplay; homepage transfer was 291KB, proportionate to a thumbnail catalog. |
be-agent-readystructured-agent-capabilities | not-applicable | high | robots.txt explicitly disallows major AI/agent crawlers, signalling no developer intent for agent-facing capabilities; absence of WebMCP is therefore not penalised. |
be-agent-readyon-device-inference | not-applicable | high | The catalog exposes no summarisation, generation, or other inference task for which on-device AI is an intended feature. |
be-memory-efficientno-leak-under-repeated-interaction | pass | high | After 10 real play/pause cycles, heap self-size changed only 714 bytes (2,762,507 to 2,763,221) and node count changed by 89 across fresh equivalent captures. |
be-memory-efficientbounded-footprint | pass | high | Detail page heap was about 2.76MB self-size with 46.9k snapshot nodes; runtime probe reported 0.68MB used JS heap and 288 DOM elements. |
be-memory-efficientno-detached-dom-or-unbounded-listeners | pass | high | Before/after heap summaries show only tiny bounded growth and no Detached* constructor among top retained constructors; closure count changed by 2. |
Provenance
Canonical report: results/atomic/reports/0919-xxxvideosind_com.json
Report SHA-256: 1b580349ce07713eb1425c6a3791a022a997911676a4c274c8f8d8dfa07b3512
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/xxxvideosind_com/2026-07-23T20-48-34-194Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/xxxvideosind_com/2026-07-23T20-48-34-194Z
Catalog SHA-256: sha256:78ccfdb2d483f4c57d9dafed80fd86c6265585a56457c8dcfddc254b80fb44d7
Raw screenshots, HARs, traces, heaps, and other browser artifacts are retained at the local evidence root and intentionally are not committed. Artifact paths in the canonical report are relative to that root.