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.

Attempts
1 / 3
Judged checks
58 / 58
Blocked
0
Not run
0
This report has no published overall score. Blocked and not-run checks are not passes. A coverage-complete report means every check has a judged outcome; it does not mean every check passed.

All 58 atomic check outcomes

Principle / checkStatusConfidenceEvidence or reason
respect-user-preferences
respects-color-scheme
issueshighThe 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-preferences
respects-reduced-motion
passhighPreference-emulated probe confirmed prefers-reduced-motion: reduce and found zero active animations; no auto-advance or autoplay was present.
respect-user-preferences
respects-contrast
passhighLighthouse accessibility scored 100 and visual/computed evidence shows light text and bright links on #111 surfaces under prefers-contrast: more.
implement-natural-interactions
view-transitions
issueshighDOM/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-interactions
scroll-driven-animations
not-applicablehighThe audited templates have no parallax, scrollytelling, carousel, or entry/exit reveal to implement.
implement-natural-interactions
physical-gestures
not-applicablehighNo swipe, pull, carousel, drag, or other gesture-driven control exists on the audited paths.
provide-guided-navigation
scroll-state-aware-chrome
issueshighThe 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-navigation
anchored-positioning
not-applicablehighNo tooltip, popover, or viewport-edge menu is present on the representative rendered paths.
provide-guided-navigation
directs-attention
passhighDescriptive primary navigation, page headings, card labels, and numbered pagination consistently expose location and next destinations.
maximize-content-reduce-noise
no-intrusive-interruptions
passhighDesktop/mobile load screenshots and the fixed/absolute overlay probe found no content-obscuring element on initial load.
maximize-content-reduce-noise
semantic-dismissible-primitives
not-applicablehighNo visible modal, disclosure, transient popover, or custom rich select is used on the audited states.
maximize-content-reduce-noise
reduced-chrome
passhighScreenshots show most of the viewport allocated to catalog cards or the detail player; header and footer chrome are compact.
adapt-to-the-form-factor
responsive-no-horizontal-scroll
passhighAt 360x800 the layout reported scrollWidth=clientWidth=360, horizontalOverflowPx=0, and a viewport meta tag.
adapt-to-the-form-factor
component-level-responsiveness
passhighThe 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-factor
input-modality-aware
issueshighThe 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-success
clear-purpose-and-primary-action
passhighFirst-viewport screenshots expose a clear catalog heading, search, categories, and directly selectable media cards.
support-core-task-success
primary-flow-completion
passhighThe representative detail URL loaded a native video with controls, poster, and media source; category and search URLs retained normal navigation.
support-core-task-success
clear-system-state-and-recovery
issueshighThe 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-stable
good-core-web-vitals
passhighLighthouse 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-stable
visual-stability
passhighMobile layout observer and Lighthouse both measured CLS 0; all 24 thumbnails had explicit width/height and 16:9 reserved space.
be-fast-and-stable
efficient-main-thread
passhighTrace found zero long tasks and 0ms total blocking time; Lighthouse TBT was 0ms.
be-fast-and-stable
efficient-resource-delivery
issueshighThe 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-stable
trim-unused-and-duplicate-code
passhighHAR recorded no external JavaScript bundle or third-party bytes, and Lighthouse performance was 99 with no unused-code failure.
be-inclusive
names-roles-labels
passhighLighthouse accessibility scored 100; all 24 images had alt text and interactive media used native controls.
be-inclusive
sufficient-contrast
passhighLighthouse accessibility scored 100 and the inspected palette maintains strong foreground/background separation.
be-inclusive
structure-and-focus
issueshighA 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-inclusive
legible-text
issueshighThe 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-inclusive
zoom-reflow-targets-and-media
issueshighThe 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-practices
no-console-errors
passhighLighthouse best-practices scored 100 and reported no console-error failure.
follow-best-practices
sound-document-and-assets
passhighDOM 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-practices
browser-platform-hygiene
passhighLighthouse best-practices scored 100 with no deprecated API, vulnerable library, paste prevention, or prompt-on-load signal.
be-discoverable
title-and-description
passhighHomepage, category, search, detail and info DOM captures each expose descriptive titles and meta descriptions.
be-discoverable
crawlable-and-mobile-friendly
passhighRaw server HTML contains real href anchors and viewport meta; robots.txt permits ordinary crawlers except explicitly named bots and /out/.
be-discoverable
canonical-and-indexing-signals
issueshighDOM 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-discoverable
structured-and-shareable-metadata
issueshighThe 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-secure
secure-transport-and-headers
issueshighThe 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-secure
data-minimisation-and-third-parties
passhighHAR recorded zero third-party requests/bytes, tracker audit found no known trackers, and secrets scan found no credentials.
be-private-and-secure
in-context-permissions-and-modern-auth
passhighNo camera/microphone/geolocation/notification request occurred on load and the site exposes no authentication flow requiring passkey review.
be-private-and-secure
defensive-browser-policies
passhighHeaders include nonce-based CSP, HSTS preload, nosniff, SAMEORIGIN/frame-ancestors, same-origin referrer policy, and camera/microphone restrictions.
be-resilient
progressive-enhancement
passhighDiscoverability capture found 100% raw/rendered word coverage, no JS shell, and visible crawler rendering.
be-resilient
resilient-runtime-behaviour
passhighAudited templates are server-rendered, use native links/forms/media, and loaded without cut-off active overlays or async shell failure.
be-resilient
offline-and-installable
not-applicablehighThis public server-rendered media catalog is not presented as an installable application; offline playback is not a reasonable core expectation.
be-resilient
network-and-http-failure-states
issueshighThe 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-internationalised
lang-dir-and-logical-properties
passhighAll normal templates declare html lang=en and preserve a coherent left-to-right reading order for their deliberately English content.
be-internationalised
locale-aware-data
not-applicablehighThe site is deliberately English-only and exposes no currency, exact calendar dates, locale-selectable number formatting, or user locale setting.
be-internationalised
time-zone-correctness
not-applicablehighNo scheduled events, exact timestamps, recurrence, or cross-zone coordination exists on the audited templates.
be-trustworthy
no-dark-patterns
issueshighThe 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-trustworthy
humane-error-handling
not-applicablehighThe site has no required-data form or validation flow; search accepts unrestricted text and navigates directly.
be-trustworthy
trustworthy-input-assistance
passhighThe 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-trustworthy
safe-commercial-and-account-flows
not-applicablehighNo checkout, subscription, consent transaction, authentication, or account-management flow exists in scope.
be-sustainable
optimised-assets
issueshighThe 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-sustainable
no-wasteful-work
issueshighThe 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-sustainable
third-party-and-media-budget
passhighHAR recorded zero third-party bytes and the detail media does not autoplay; homepage transfer was 291KB, proportionate to a thumbnail catalog.
be-agent-ready
structured-agent-capabilities
not-applicablehighrobots.txt explicitly disallows major AI/agent crawlers, signalling no developer intent for agent-facing capabilities; absence of WebMCP is therefore not penalised.
be-agent-ready
on-device-inference
not-applicablehighThe catalog exposes no summarisation, generation, or other inference task for which on-device AI is an intended feature.
be-memory-efficient
no-leak-under-repeated-interaction
passhighAfter 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-efficient
bounded-footprint
passhighDetail 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-efficient
no-detached-dom-or-unbounded-listeners
passhighBefore/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.