Product Showcase

See Datashielder in action

A live-style preview of the target view — vulnerabilities, scan history, and severity in one command-center panel.

DemoA live-style preview of the Datashielder target view — populated with sample data.Back to site →

Scan History

TargetSpecific Page
https://api.acme-shop.com/v2/checkout
14
Total Scans
11
Completed
2
Pending
1
Failed
Scan In Progress
Threat Severity
Data Exposure2 open
78/100
High
Plaintext PasswordNational IDExposed Secrets
Data Manipulation1 open
45/100
Moderate
EmailIDOR

Security Reports

Findings that require your attention

Search reports by title, content, domain, data types…
All4
Pending2
Resolved1
Dismissed1

Plaintext credentials exposed via /debug endpoint

Data Exposure
Plaintext PasswordEmailNational ID
1 week ago
Pending

IDOR on /orders/:id allows cross-tenant access

Unauthorized Data Manipulation
AddressPhoneEmail
1 week ago
Pending

Reflected XSS in search parameter

Data Exposure
NameEmail
2 weeks ago
Resolved

Misconfigured CORS on analytics subdomain

Data Exposure
Name
5 weeks ago
Dismissed

Report Detail

What a team sees after opening a finding

Security report #301Data ExposurePending

Plaintext credentials exposed via /debug endpoint

Found on https://api.acme-shop.com/debug/config

Detected
Apr 10, 2026 · Scan #13

What's happening

A publicly reachable debugging endpoint is returning application configuration that should stay server-side. In this sample, it includes credentials and customer-identifying fields, so anyone who discovers the URL could copy information intended only for the service.

Why it matters

Exposed credentials can let an attacker access connected services; exposed email and national ID data can create privacy, fraud, and breach-notification risk. The report connects the technical issue to its business impact so it can be triaged quickly.

Plaintext PasswordEmailNational ID

Evidence observed

The scanner received a successful response without an authentication challenge. Sensitive values are redacted in the evidence view, while the report preserves enough context for the owner to verify and fix it.

HTTP/1.1 200 OK
content-type: application/json

{ "databaseUrl": "[REDACTED]",
  "supportEmail": "[REDACTED]" }

How to verify

  1. 1Open the affected endpoint in a private browser session, with no application login.
  2. 2Confirm that the response is available publicly and contains configuration or diagnostic data.
  3. 3After fixing, re-run the scan and verify the endpoint returns 404 or requires appropriate access controls.

Recommended remediation

  • Remove the debug route from production builds, or put it behind administrator authentication.
  • Rotate any credentials that may have been exposed, even if the endpoint is now closed.
  • Review deployment settings to prevent debug configuration from being published again.
Associated URL: https://api.acme-shop.com/debug/configSample data for demonstration only

Scan Timeline

Historical record of all security scans

StatusStartedCompletedReports
In ProgressApr 17, 2026 09:140
CompletedApr 10, 2026 02:00Apr 10, 2026 02:073
CompletedApr 03, 2026 02:00Apr 03, 2026 02:051
FailedMar 27, 2026 02:00Mar 27, 2026 02:010
CompletedMar 20, 2026 02:00Mar 20, 2026 02:062
CompletedMar 13, 2026 02:00Mar 13, 2026 02:040
Datashielder