Manifest position 192 · CrUX rank bucket 1000

https://www.screener.in

Coverage complete

Coverage-complete agentic audit of five representative public paths. Authenticated dashboards, paid features, account management and destructive actions were excluded because they require credentials or purchase.

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
issueshighDark emulation produced the same light page; body is class="light".
F-001 medium: The default theme ignores the system dark-color preference.
respect-user-preferences
respects-reduced-motion
passhighUnder prefers-reduced-motion: reduce, getAnimations() returned none; only short 150ms input transitions remained.
respect-user-preferences
respects-contrast
passmediumThe increased-contrast screenshot retained visible text and controls without clipping; separate WCAG contrast failures are recorded under be-inclusive.
implement-natural-interactions
view-transitions
issuesmediumDOM/CSS inspection found no view-transition declarations across full-document route changes.
F-002 low: Route and substantial state changes use abrupt swaps rather than View Transitions.
implement-natural-interactions
scroll-driven-animations
not-applicablehighNo parallax, scrollytelling, entry reveal, or other scroll-linked animation exists on the sampled routes.
implement-natural-interactions
physical-gestures
not-applicablehighNo swipe, pull, carousel, or custom gesture-driven interaction exists on the sampled public routes.
provide-guided-navigation
scroll-state-aware-chrome
passmediumThe long company page provides sticky in-page section navigation and target scroll margins; mobile bottom navigation remains persistently available.
provide-guided-navigation
anchored-positioning
passmediumThe sampled mobile Tools overlay is a top-layer dialog and remained contained; no tooltip/menu drift was observed in sampled states.
provide-guided-navigation
directs-attention
passhighActive mobile destinations are visibly highlighted and company hash links map to named sections with target scroll margins.
maximize-content-reduce-noise
no-intrusive-interruptions
passhighLoad screenshots across four templates show no consent wall, popup, or content-obscuring interstitial.
maximize-content-reduce-noise
semantic-dismissible-primitives
passhighOpening Tools on mobile created an open <dialog> with a labelled close button; no ad-hoc full-screen div modal was used.
maximize-content-reduce-noise
reduced-chrome
passhighHome foregrounds search, explore foregrounds screens, and company foregrounds data; navigation occupies a compact top/bottom region.
adapt-to-the-form-factor
responsive-no-horizontal-scroll
passhighAt 360x800 both home and company report scrollWidth 360, innerWidth 360, horizontalOverflowPx 0 and a viewport meta tag.
adapt-to-the-form-factor
component-level-responsiveness
issueshighCSS/probe evidence found viewport breakpoints but zero container-query rules.
F-003 low: Responsive behavior is driven only by viewport media queries, not component containers.
adapt-to-the-form-factor
input-modality-aware
passhighFocus walk found visible browser auto outlines on links/buttons; mobile controls are visibly sized for touch and no sampled action is hover-only.
support-core-task-success
clear-purpose-and-primary-action
passhighThe first viewport says this is a stock analysis/screening tool and makes company search the dominant action.
support-core-task-success
primary-flow-completion
passhighHomepage suggestions, explore listing, and company-detail route all loaded without an account wall; registration exposes a direct Google or email path.
support-core-task-success
clear-system-state-and-recovery
passmediumThe tested 404 clearly names the failure and offers report/back recovery; empty required registration fields invoke native constraint validation.
be-fast-and-stable
good-core-web-vitals
issueshighCompany Lighthouse LCP was 3.3s; homepage LCP was 2.5s. CLS and TBT were good.
F-004 medium: The core company-detail template misses the good LCP threshold in Lighthouse.
be-fast-and-stable
visual-stability
passhighLayout captures reported CLS 0 on home and company; Lighthouse CLS was 0.018 and 0 respectively.
be-fast-and-stable
efficient-main-thread
passhighTrace TBT was 58ms with two long tasks; Lighthouse TBT was 20ms on company and 0ms on home.
be-fast-and-stable
efficient-resource-delivery
issueshighHAR recorded 349KB fonts and five parser-inserted VeryHigh-priority stylesheets.
F-005 medium: Fonts and five parser-blocking stylesheets dominate the initial network budget.
be-fast-and-stable
trim-unused-and-duplicate-code
issueshighLighthouse found 28.5KB unused in the 68.5KB chart bundle.
F-006 low: The company template ships avoidable chart-library JavaScript.
be-inclusive
names-roles-labels
passhighLighthouse passed label and button-name audits; images probe found no missing alt text and form DOM uses explicit labels.
be-inclusive
sufficient-contrast
issueshighLighthouse found many company-page text/control ratios below 4.5:1, including 3.44:1 navigation.
F-008 high: Important company navigation and financial values fail WCAG text contrast.
be-inclusive
structure-and-focus
passhighLighthouse passed heading order and main-landmark checks; focus walk found visible outlines in reading order.
be-inclusive
legible-text
passmediumMobile screenshots show readable line lengths, unclipped body copy and structured data cards; contrast exceptions are separately recorded.
be-inclusive
zoom-reflow-targets-and-media
passmedium360px screenshots reflow without overflow, viewport permits scaling, and no audio/video needing captions exists on sampled routes.
follow-best-practices
no-console-errors
passhighLighthouse reported no browser console errors on home and company pages.
follow-best-practices
sound-document-and-assets
passhighHTML doctype, UTF-8 charset, correct image aspect ratios and modern SVG assets were observed; Lighthouse image audits passed.
follow-best-practices
browser-platform-hygiene
passhighLighthouse found no deprecations/inspector issues, BFCache passed, paste was not blocked, and no permission prompt fired on load.
be-discoverable
title-and-description
issueshighHomepage has a descriptive title but no meta description; Lighthouse confirms the failure.
F-009 medium: The public homepage has no meta description.
be-discoverable
crawlable-and-mobile-friendly
passhighLinks use real href values and descriptive labels, viewport meta is present, robots permits public pages, and Lighthouse crawlability passed.
be-discoverable
canonical-and-indexing-signals
issueshighSuccessful public pages are in sitemap/allowed by robots, but sampled public templates expose no canonical URL.
F-010 low: Public templates do not expose canonical URLs.
be-discoverable
structured-and-shareable-metadata
issueshighNo JSON-LD, Open Graph or social-preview metadata was found on sampled home/company entity pages.
F-011 medium: Entity pages lack structured data and social-preview metadata.
be-private-and-secure
secure-transport-and-headers
issueshighHTTPS/HSTS are present, but CSP permits unsafe-inline and all HTTPS script origins.
F-012 medium: The CSP permits unsafe inline script and broad HTTPS script sources; Permissions-Policy is absent.
be-private-and-secure
data-minimisation-and-third-parties
passmediumNo cookies or known tracker domains were found; analytics is served from Screener subdomains and no sensitive secret was exposed.
be-private-and-secure
in-context-permissions-and-modern-auth
issueshighNo permission prompt fired on load, but registration offers passwords/Google and no passkey flow.
F-013 medium: Account creation offers password and federated login but no passkey path.
be-private-and-secure
defensive-browser-policies
issueshighHSTS, nosniff, clickjacking and referrer protections are present; Permissions-Policy is absent and CSP remains broad.
F-012 medium: The CSP permits unsafe inline script and broad HTTPS script sources; Permissions-Policy is absent.
be-resilient
progressive-enhancement
passhighDiscoverability comparison reports 100% rendered content coverage in raw server HTML and no empty JS shell.
be-resilient
resilient-runtime-behaviour
passmediumSampled routes and the dynamically opened Tools dialog remained usable at mobile size; no cut-off or async blank state was observed.
be-resilient
offline-and-installable
issueshighManifest and active service worker exist, but service worker has no fetch/cache/offline fallback.
F-016 medium: The app is installable but provides no offline fallback.
be-resilient
network-and-http-failure-states
passhighA representative nonexistent route renders a clear 404 with report and Go Back recovery actions.
be-internationalised
lang-dir-and-logical-properties
passmediumPages declare html lang="en" and use a coherent LTR reading order; no translation overflow was observed.
be-internationalised
locale-aware-data
passmediumThe product is explicitly India-focused and renders rupee values, crore/lakh terminology and localized financial dates consistently.
be-internationalised
time-zone-correctness
not-applicablehighSampled public pages contain no scheduled events, recurring intervals, or user-facing cross-time-zone times.
be-trustworthy
no-dark-patterns
passhighNo consent nag, disguised ad, forced continuity or hidden pricing appeared; free registration terms/privacy are stated before submission.
be-trustworthy
humane-error-handling
passmediumRequired fields use native constraint validation after submit rather than premature errors, with explicit visible labels.
be-trustworthy
trustworthy-input-assistance
issueshighEmail and password registration fields have empty autocomplete attributes.
F-014 medium: Registration fields omit autocomplete tokens.
be-trustworthy
safe-commercial-and-account-flows
passmediumSampled registration clearly separates Google/email options, states terms/privacy, and links existing users to login; paid/account management was excluded.
be-sustainable
optimised-assets
passhighAll sampled images are SVG/modern assets, no missing alt was found, and transferred image weight was only 14.8KB.
be-sustainable
no-wasteful-work
passmediumTrace shows low blocking work and HAR shows only four small XHR/fetch requests; no autoplay/background media exists.
be-sustainable
third-party-and-media-budget
issueshighFonts consume 349KB and two analytics systems add roughly 31.6KB on a mostly textual page.
F-015 low: Font and analytics resources are disproportionate for a mostly text-and-table page.
be-agent-ready
structured-agent-capabilities
not-applicablehighNo declared agent-facing transaction surface or WebMCP contract is exposed; raw public content is already fully server-rendered for crawlers.
be-agent-ready
on-device-inference
not-applicablehighThe sampled public research and registration flows have no clear on-device inference requirement; absence is not penalized for this emerging check.
be-memory-efficient
no-leak-under-repeated-interaction
passmediumAfter ten Tools open/close cycles, heap self-size changed from 3,069,189 to 3,089,613 bytes (+0.7%) and node count from 56,900 to 57,218; no unbounded growth signal.
be-memory-efficient
bounded-footprint
passhighThe sampled homepage heap is about 3.1MB self-size with ~57k nodes, proportionate to this server-rendered interface.
be-memory-efficient
no-detached-dom-or-unbounded-listeners
passmediumReadable before/post heap summaries show only small bounded growth after repeated dialog interaction and no Detached* constructor growth signal.

Provenance

Canonical report: results/atomic/reports/0192-www_screener_in.json
Report SHA-256: c06b82963285490e19d75928cc8564eae02ae0a399be33fb336452fc530d3a92
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/www_screener_in/2026-07-19T01-40-04-913Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/www_screener_in/2026-07-19T01-40-04-913Z
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.