← Back to the service
ZyntronLabs

Website Security and Health Report

Confidential · for the site owner only
SAMPLE
Site assessedA fictional shop (demo site) · example-shop.test
Type of assessmentExternal surface review (not signed in) — the $129 package
Date1 August 2026
Valid until31 August 2026 (30 days — after that it is worth re-running, because sites change and new holes appear)
Toolingraidkit + raidscan (source public on GitHub) alongside manual testing
AssessorPhisit Tantiranon · ZyntronLabs
This assessment was carried out as an outside attacker would, to establish what someone with no access can reach. Nothing was damaged and normal operation was never disrupted. Anything that could have affected the live system was run against test accounts only.

01 Summary for the business owner

9 findings in total. One of them is critical and should be fixed today: the product search field lets anyone pull your whole customer list out without signing in. In priority order, three things matter.

SeverityCount
Critical1
High2
Medium3
Low2
Advisory1
Total9
CriticalHighMediumLowAdvisory

02 Findings, one at a time

Each one states the business impact in plain language, then the fix your developer can act on straight away. CVSS is the standard severity score from 0 to 10.

#1

The product search field lets commands through to the database (SQL injection)

CVSS 9.1Critical
Impact

Typing a specially crafted string into the search box pulls out your entire customer list — names, phone numbers, addresses and order history — with nobody signed in. Confirmed on a test account. No real customer data was touched.

Fix

Move every query that takes user input to parameterised statements. Never concatenate input into a query string. This is a fix in the code, not a setting.

OWASP A03:2021GDPR Art. 32CWE-89
#2

The admin area is reachable without a second identity check

CVSS 7.5High
Impact

The /admin path is guessable, and once inside the system does not limit what each user level can see. An ordinary staff account can read sales figures and customer records for every branch, when it should only see its own.

Fix

Enforce permissions on the server for every admin route rather than hiding buttons in the interface, and require two-factor authentication on any account that reaches customer data.

OWASP A01:2021GDPR Art. 32CWE-284
#3

The session cookie has no security flags set

CVSS 7.4High
Impact

The cookie proving who is signed in is missing HttpOnly and Secure. A script on the page, or anyone listening on public Wi-Fi, can take it and act as that customer or administrator.

Fix

Set HttpOnly, Secure and SameSite=Lax on every cookie tied to sign-in. This is a server configuration change and takes minutes.

OWASP A05:2021CWE-614
#4

The site announces its software and server versions to anyone

CVSS 5.3Medium
Impact

Response headers publish the exact versions in use. An attacker reads them and immediately knows which publicly known holes for that version are worth trying, which removes the slowest part of their work.

Fix

Stop version numbers appearing in HTTP headers and error pages.

OWASP A05:2021CWE-200
#5

Your pages can be framed inside someone else's site (clickjacking)

CVSS 5.4Medium
Impact

An attacker loads your page underneath an invisible layer of their own and gets your customer to click something they never intended, such as confirming an order or changing an account setting.

Fix

Add Content-Security-Policy frame-ancestors and X-Frame-Options.

OWASP A05:2021CWE-1021
#6

The checkout page loads some scripts without encryption

CVSS 4.8Medium
Impact

Three resources on the payment page load over plain http. Modern browsers warn about it, which makes customers hesitate at the exact moment they were about to pay, and it lets those files be altered in transit.

Fix

Serve every resource on the page over https.

OWASP A05:2021CWE-319
#7

No robots.txt is published

CVSS 3.1Low
Impact

Not a security hole in itself, but you have no control over which pages search engines index.

Fix

Add a robots.txt naming the paths you do not want indexed, such as the admin area.

Advisory
#8

No meta description on key pages

CVSS 2.6Low
Impact

Google picks arbitrary text from the page for the search result, and people do not click it.

Fix

Write a short, inviting description for every page that matters.

Advisory

03 Speed and site health

PageMobileDesktopResult
Home2.1 s0.8 sPass
Product list4.6 s1.9 sToo slow on mobile
Checkout3.8 s1.4 sWorth improving

The product page takes 4.6 seconds on mobile. Past three seconds people start leaving, so every extra second is customers who never reach your products. That is not a security matter, but it hits revenue directly.

04 Everything that was tested

The list below is everything checked, not only what turned up a problem. An item with no finding means your site passed it, which is worth knowing too.

OWASP Top 10 (2021)
A01 Broken access control
A02 Cryptographic failures
A03 Injection (SQL, NoSQL, command)
A04 Insecure design
A05 Security misconfiguration
A06 Vulnerable and outdated components
A07 Identification and authentication failures
A08 Software and data integrity failures
A09 Security logging and monitoring failures
A10 Server-side request forgery
Encryption and certificates
HTTPS enforced everywhere, with http redirected
SSL certificate validity and expiry
TLS versions and cipher suites offered
HSTS header
Mixed content
Security headers and cookies
Content-Security-Policy
X-Frame-Options and frame-ancestors
X-Content-Type-Options
Referrer-Policy and Permissions-Policy
Cookie flags: HttpOnly, Secure, SameSite
Software versions disclosed in headers
Personal data exposure (GDPR and PDPA)
Personal data reachable without authentication
Personal data sent over unencrypted channels
Consent capture and privacy policy pages
Data leaking through URL parameters
Site health and speed
Server response time on mobile and desktop
Page weight and resources loaded
Mobile viewport configuration
Page titles and descriptions for search results
robots.txt and sitemap.xml
What happens next:this report is written so any developer can act on it. Nothing is locked to me. If you would rather I fixed every high and critical finding myself and re-tested to confirm they are closed, that is the “Fix and Verify” package at $649 · LINE Milkboyss · madarotsa@gmail.com
SAMPLE
ZyntronLabs

Certificate of Security Assessment

Issued to
A fictional shop (demo site)

The website example-shop.test was assessed for security and site health against the OWASP Top 10 and personal data protection requirements on 1 August 2026. Every finding was reported together with a fix. This certificate confirms the assessment took place. It is not a claim that the site is free of every possible weakness, and the owner may show it to their own customers.

Issued
1 August 2026
Valid until
31 August 2026
Report ID
ZR-SAMPLE-0001

Want this for your own site?

The full report for your real site is $129, delivered within three working days, with the certificate included.