Manual_Checks

~ $Initiating human-in-the-loop verification protocols...
Audit::Render

Cross-browser rendering

visibilityTarget

Confirm the site renders correctly in Chrome, Safari, Firefox, Edge, and Brave.

infoContext

Each engine (Blink / WebKit / Gecko) has its own quirks; HTML alone can't predict layout breakage.

Recommended Tool
BrowserStack, LambdaTest, or run each browser locally on real hardware.arrow_forward
Audit::Devices

Real-device responsive screenshots

devicesTarget

Verify layout, fonts, and touch targets on real phones and tablets.

infoContext

DevTools emulation misses real GPU, font rendering, notches, and gesture behavior.

Recommended Tool
BrowserStack App Live, Sauce Labs Real Device Cloud, or your own device lab.arrow_forward
Audit::Perf

Lighthouse FPS / Memory / CPU / runtime performance

speedTarget

Measure scroll FPS, JS heap, CPU pressure, and Core Web Vitals on a real run.

infoContext

Runtime metrics need an actual browser executing the page over time.

Recommended Tool
Chrome DevTools Performance tab, Lighthouse CI, WebPageTest.arrow_forward
Audit::Load

Load testing (100 / 10k / peak users)

trending_upTarget

Simulate concurrent users hitting your site or API to find the breaking point.

infoContext

Requires sustained traffic from many machines — a single fetch tells you nothing about scale.

Recommended Tool
k6, Apache JMeter, Artillery, Locust.arrow_forward
Audit::Chaos

Stress / Crash / Recovery testing

boltTarget

Push CPU, memory, and connections beyond limits and observe how the system recovers.

infoContext

Static analysis can't predict OOM kills, restart loops, or graceful-shutdown bugs.

Recommended Tool
k6 stress profile, chaos-mesh, Gremlin, or scripted spike tests.arrow_forward
Audit::Sec

Live SQLi / XSS / CSRF probing

securityTarget

Actively probe forms, query strings, and cookies for injection and CSRF flaws.

infoContext

Real attacks require interacting with auth state and form submissions — not just reading HTML.

Recommended Tool
OWASP ZAP, Burp Suite, sqlmap, Nuclei.arrow_forward
Audit::Data

Database CRUD / consistency / backup

databaseTarget

Verify create / read / update / delete flows, transactional integrity, and backup restore.

infoContext

We can't reach your database from a static check; only real queries prove correctness.

Recommended Tool
Your DB CLI, integration tests (Vitest/Jest + testcontainers), backup-restore drills.arrow_forward
Audit::A11y

Real screen-reader audits

hearingTarget

Navigate the site with a screen reader to confirm announcements and focus order.

infoContext

Static markup checks miss semantics, live regions, focus traps, and dynamic announcements.

Recommended Tool
NVDA (Windows), VoiceOver (macOS/iOS), TalkBack (Android), axe DevTools.arrow_forward
Audit::Net

Throttled-network testing (2G / 3G / offline)

wifi_tetheringTarget

Verify the app degrades gracefully on slow or offline connections.

infoContext

Server-side fetches always run on fast broadband — they can't replicate a 400 ms-RTT 2G link.

Recommended Tool
Chrome DevTools Network throttling, Lighthouse Slow 4G preset, real SIM testing.arrow_forward
terminalsyslog // manual_audit_runner.sh

[14:02:45] WARN: Browser Rendering audit marked as REQUIRES_ACTION.

[14:02:46] INFO: Load Experience audit awaiting manual sign-off.

[14:02:46] INFO: A11y Screen Reader session initialized by user deployer.

Waiting for auditor input_