Manifest position 217 · CrUX rank bucket 1000

https://download.moviespage.xyz

Coverage complete

Coverage-complete audit of the response actually served. Recon found one error-like static archetype and no internal routes or flows; robots, sitemap, and a missing-route response were additionally inspected.

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 dark-emulated screenshot is pixel-equivalent to the light screenshot and the probe found no color-scheme CSS. The page remains a hard-coded white canvas.
F-002 low: The page ignores the user’s dark color-scheme preference.
respect-user-preferences
respects-reduced-motion
passhighThe emulated reduced-motion state reported zero document animations and no animation CSS; there is no non-essential motion or auto-advance to suppress.
respect-user-preferences
respects-contrast
passhighThe forced-colors/prefers-contrast screenshot retains clearly visible black text on a white canvas; Lighthouse also reports the color-contrast audit passing.
implement-natural-interactions
view-transitions
not-applicablehighThe served page has no routes, controls, or state changes to transition; the intended site interaction is unavailable.
implement-natural-interactions
scroll-driven-animations
passhighDOM, CSS, and animation probes found no scroll-linked visual treatment, scroll event code, or main-thread scroll handlers; the static response does not implement the anti-pattern this check guards against.
implement-natural-interactions
physical-gestures
passhighThe static document ships no custom pointer handlers or platform-fighting gesture code; no gesture interaction is claimed by the observed surface.
provide-guided-navigation
scroll-state-aware-chrome
not-applicablehighThe response is a single error-like text node with no navigation chrome or scrollable content journey.
provide-guided-navigation
anchored-positioning
not-applicablehighNo tooltips, popovers, menus, or overlays are present.
provide-guided-navigation
directs-attention
issueshighThe page provides no navigation, heading, primary action, recovery link, focus move, or other cue to orient attention after reaching the unexplained bad state.
F-001 critical: The public entry page exposes no product content or primary action.
maximize-content-reduce-noise
no-intrusive-interruptions
passhighLoad screenshots and DOM show no popup, interstitial, consent wall, or obscuring banner.
maximize-content-reduce-noise
semantic-dismissible-primitives
not-applicablehighNo overlays, disclosures, selects, pickers, or rich controls are present.
maximize-content-reduce-noise
reduced-chrome
issueshighThe viewport contains only the generic text “*** BAD PAGE ***”; there is no user content for the otherwise empty canvas to prioritize.
F-001 critical: The public entry page exposes no product content or primary action.
adapt-to-the-form-factor
responsive-no-horizontal-scroll
issueshighAt a 360x800 emulation the page has no viewport meta and Chrome lays it out at a 980 CSS-pixel viewport, then scales it down. Lighthouse flags viewport optimization.
F-003 high: Mobile browsers receive a desktop-width layout viewport.
adapt-to-the-form-factor
component-level-responsiveness
not-applicablehighThe response has no authored components or CSS; there is nothing reused at differing container sizes.
adapt-to-the-form-factor
input-modality-aware
not-applicablehighThe DOM exposes zero links, buttons, inputs, or focusable controls, so there is no input-modality behavior to exercise.
support-core-task-success
clear-purpose-and-primary-action
issueshighThe only visible text is “*** BAD PAGE ***”. There is no heading, explanation, movie/download identity, or primary action.
F-001 critical: The public entry page exposes no product content or primary action.
support-core-task-success
primary-flow-completion
issueshighThe DOM has no links, forms, buttons, or controls, so no download or other primary journey can begin, let alone complete.
F-004 critical: No primary download or navigation flow can be started.
support-core-task-success
clear-system-state-and-recovery
issueshighThe page communicates an unexplained bad state but offers no retry, home link, support path, or recovery action. A missing route does return HTTP 404, but the root failure returns 200.
F-005 high: Failure states are unexplained and unrecoverable.
be-fast-and-stable
good-core-web-vitals
passhighLighthouse measured LCP 0.77s, CLS 0, and TBT 0ms; trace measured LCP 0.93s and TBT 0ms. These are good lab values for the served response.
be-fast-and-stable
visual-stability
passhighThe layout observer recorded CLS 0 with no shifts, and Lighthouse also measured CLS 0.
be-fast-and-stable
efficient-main-thread
passhighTrace and layout observers found zero long tasks and 0ms total blocking time; the page ships no JavaScript.
be-fast-and-stable
efficient-resource-delivery
passhighThe HAR contains two requests, 1,572 transferred bytes, no redirects, errors, or render-blocking candidates. The document is delivered over HTTP/2 and HTTP/3 is advertised.
be-fast-and-stable
trim-unused-and-duplicate-code
passhighThe rendered response contains no CSS or JavaScript, and the HAR shows no third-party or script payload.
be-inclusive
names-roles-labels
not-applicablehighThere are no interactive elements, images, forms, canvas, or expressive media requiring names, roles, labels, alt text, or an accessibility alternative.
be-inclusive
sufficient-contrast
passhighLighthouse reports the text contrast audit passing, and the forced-colors screenshot keeps the only text legible.
be-inclusive
structure-and-focus
issueshighLighthouse reports no main landmark; the DOM contains no headings, landmarks, links, controls, or focus target, so neither semantic structure nor a keyboard path exists.
F-006 high: The document has no semantic structure or keyboard path.
be-inclusive
legible-text
passhighThe only text renders unclipped at the browser default 16px with strong black-on-white contrast at desktop and mobile conditions.
be-inclusive
zoom-reflow-targets-and-media
issueshighThe page omits meta viewport. At 360x800 Chrome uses a 980px layout viewport and scales it to 0.367, rather than providing true mobile reflow.
F-003 high: Mobile browsers receive a desktop-width layout viewport.
follow-best-practices
no-console-errors
passhighLighthouse captured no browser console errors or uncaught exceptions.
follow-best-practices
sound-document-and-assets
issueshighThe root response has no doctype and runs in BackCompat/quirks mode. Lighthouse fails the doctype audit. There are no image assets to assess.
F-007 medium: The entry document omits a doctype and renders in quirks mode.
follow-best-practices
browser-platform-hygiene
passhighLighthouse found no deprecated APIs, BFCache blocker, invalid source maps, paste prevention, startup permission prompts, or inspector issues.
be-discoverable
title-and-description
issueshighThe rendered and raw HTML have no title or meta description; Lighthouse fails both metadata audits.
F-008 high: The public endpoint provides none of the basic discovery or sharing signals.
be-discoverable
crawlable-and-mobile-friendly
issueshighThere is no viewport meta and no link of any kind. robots.txt is syntactically valid, but it contains only explanatory content signals and no navigable site structure.
F-008 high: The public endpoint provides none of the basic discovery or sharing signals.
be-discoverable
canonical-and-indexing-signals
issueshighThe broken root content is served as HTTP 200 with no canonical; sitemap.xml returns 404. This creates a soft-error indexing signal.
F-008 high: The public endpoint provides none of the basic discovery or sharing signals.
be-discoverable
structured-and-shareable-metadata
issueshighThe public entry page has no JSON-LD, Open Graph tags, canonical identity, or visible entity content to produce an accurate share preview.
F-008 high: The public endpoint provides none of the basic discovery or sharing signals.
be-private-and-secure
secure-transport-and-headers
issueshighHTTPS is used, but CSP, HSTS, X-Content-Type-Options, and clickjacking protection are missing. SITE_TOTAL_ID is set for one year without Secure and with SameSite=None.
F-009 high: Browser security headers are absent and the persistent cookie is not Secure.
be-private-and-secure
data-minimisation-and-third-parties
passhighHAR and tracker probes found zero third-party requests and zero known trackers; the load transfers only 1.6KB. The opaque first-party cookie is covered separately under cookie security.
be-private-and-secure
in-context-permissions-and-modern-auth
passhighLighthouse observed no notification or geolocation prompt on load. Authentication is not present on this response, so passkeys are not relevant to the observed surface.
be-private-and-secure
defensive-browser-policies
issueshighThe response omits HSTS, frame-ancestors/X-Frame-Options, Referrer-Policy, Permissions-Policy, and CSP; no browser-enforced defensive policy was observed.
F-009 high: Browser security headers are absent and the persistent cookie is not Secure.
be-resilient
progressive-enhancement
issueshighThe raw and rendered HTML agree, but both expose only “*** BAD PAGE ***”. No-JavaScript availability therefore preserves the failure, not the core content or primary flow.
F-010 high: The server-rendered baseline preserves only the broken state.
be-resilient
resilient-runtime-behaviour
not-applicablehighNo menus, overlays, dynamic state, background work, or asynchronous dependencies are present to exercise.
be-resilient
offline-and-installable
not-applicablehighThe observed surface is a minimal public download/content endpoint rather than an app; no product evidence establishes installability as a requirement.
be-resilient
network-and-http-failure-states
issueshighThe root itself renders an unexplained failure-like state with no retry or recovery while returning HTTP 200; a real 404 uses an unrelated generic Apache error page.
F-005 high: Failure states are unexplained and unrecoverable.
be-internationalised
lang-dir-and-logical-properties
issueshighThe html element has no lang or dir attribute, and Lighthouse fails html-has-lang. There is no authored CSS or translation-ready structure.
F-011 medium: The document language and direction are undeclared.
be-internationalised
locale-aware-data
not-applicablehighNo dates, numbers, currencies, durations, calendars, or locale-sensitive data are rendered.
be-internationalised
time-zone-correctness
not-applicablehighNo time, event, recurrence, or scheduling data is present.
be-trustworthy
no-dark-patterns
passhighThe first viewport and DOM contain no consent, upsell, advertisement, subscription, cancellation, or disguised control; no deceptive interaction is present.
be-trustworthy
humane-error-handling
not-applicablehighNo form or editable input is present to validate or submit.
be-trustworthy
trustworthy-input-assistance
not-applicablehighNo input fields are present, so autocomplete/autofill assistance is not applicable.
be-trustworthy
safe-commercial-and-account-flows
not-applicablehighNo checkout, subscription, consent, authentication, or account-management surface is exposed.
be-sustainable
optimised-assets
not-applicablehighThe page contains no images, decorative assets, font files, video, or audio to optimise.
be-sustainable
no-wasteful-work
passhighThe HAR contains only the document and favicon, the trace has zero long tasks, and the DOM ships no scripts or background work.
be-sustainable
third-party-and-media-budget
passhighNo third-party requests, media, custom fonts, animation, or autoplay were observed; total transfer was 1,572 bytes.
be-agent-ready
structured-agent-capabilities
not-applicablehighThis emerging check is contextual. The broken public response exposes no usable capability to wrap as a WebMCP or agentic tool; core availability must be restored first.
be-agent-ready
on-device-inference
not-applicablehighNo summarisation or language-model use case is visible on the served error-like response; built-in AI would not improve this state.
be-memory-efficient
no-leak-under-repeated-interaction
not-applicablehighThe page has no real interaction, route, modal, feed, or state change to repeat; fabricating an interaction would not test representative use.
be-memory-efficient
bounded-footprint
passhighThe heap summary reports 26,300 nodes and 746,452 bytes total self size for the browser page, proportionate to the minimal static response.
be-memory-efficient
no-detached-dom-or-unbounded-listeners
passhighThe response has no JavaScript, controls, or runtime interaction; the heap summary shows a bounded static state and there is no mechanism adding listeners, timers, or detached DOM.

Provenance

Canonical report: results/atomic/reports/0217-download_moviespage_xyz.json
Report SHA-256: 75d369403b01b39228117a58b00337c6c1bea9287fb412c2c56a780de686983e
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/download_moviespage_xyz/2026-07-19T05-25-02-208Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/download_moviespage_xyz/2026-07-19T05-25-02-208Z
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.