Sample report

What you actually get

A real, fully-anonymized example of the security assessment report a customer receives — findings proven, not guessed, each with evidence, a fix, and the compliance controls it affects.

Security Assessment Report
Acme (sample)
acme-sample.com
June 18, 2026
tsengine 0.4.2
Risk: High
1
Critical
2
High
2
Medium
1
Low
1
Exploit-proven
6
Verified
Scope
Web applicationREST APISource repositoryAWS cloud accountIdentity (Google Workspace)

Findings

criticalSQL injection in the product search APIExploitation-proven
api · /v1/search?q= · CWE-89 · CVSS 9.1

The q parameter is concatenated into a SQL query without parameterization. An attacker can read or modify any data in the application database.

Evidence

A benign boolean-differential probe (q=1' AND '1'='1 vs q=1' AND '1'='2) produced a true/false response split, confirming injection without extracting data.

Remediation

Use parameterized queries / an ORM binding for the q parameter. A patch is attached as a pull request.

SOC 2 CC6.1SOC 2 CC7.1PCI-DSS 6.2.4NIST SI-10
highPublic S3 bucket exposing customer data exportsVerified
cloud · s3://acme-sample-exports · CWE-284 · CVSS 7.5

A bucket holding nightly customer CSV exports has a public-read ACL. Anyone with the URL can download the files.

Evidence

Bucket ACL grants READ to AllUsers; an unauthenticated HEAD returned 200 on a sampled object key.

Remediation

Enable S3 Block Public Access (all four flags) on the bucket. This change is staged for one-click approval.

SOC 2 CC6.1GDPR Art. 32CCPA §1798.150
highReachable RCE in an outdated dependencyVerified
repository · requirements.txt (PyYAML 5.1) · CWE-1104 · CVSS 8.1

A bundled dependency has a known remote-code-execution CVE, and the vulnerable function is reachable from your code (not just present).

Evidence

Reachability analysis traced a call path from an HTTP handler to the vulnerable yaml.load() sink.

Remediation

Upgrade to the patched version and switch to yaml.safe_load(). PR attached.

SOC 2 CC7.1SOC 2 CC8.1
mediumNo MFA on two administrator accountsVerified
identity · 2 Google Workspace admins · · CVSS 5

Two accounts with admin privileges do not have multi-factor authentication enrolled.

Evidence

Directory API reports mfaEnrolled=false for two users holding admin roles.

Remediation

Enforce MFA org-wide and require it for admin roles. A runbook ticket names the two accounts.

SOC 2 CC6.1CIS v8 6.5
mediumDomain has no DMARC enforcementVerified
domain · acme-sample.com · · CVSS 4.3

No DMARC record is published, so attackers can spoof email from your domain for phishing.

Evidence

No TXT record at _dmarc.acme-sample.com.

Remediation

Publish v=DMARC1; p=reject after a short p=none monitoring period. Exact record provided.

SOC 2 CC6.6
lowMissing security headers on the web appConfirmed
web · acme-sample.com · CWE-693 · CVSS 3.1

Content-Security-Policy and HSTS are not set, weakening defenses against XSS and protocol downgrade.

Evidence

Response headers lack Content-Security-Policy and Strict-Transport-Security.

Remediation

Add the headers at your edge/proxy. Copy-paste config provided.

SOC 2 CC6.1

Compliance posture

SOC 2
41/48 · 85%
PCI-DSS v4.0
28/34 · 82%
GDPR
19/22 · 86%

Get this report for your own company — free.

Connect one system and TensorShield produces this, proves which findings are real, and writes the fixes — you approve anything that matters.