Sample report

What you actually get

A worked example in the exact format the product emits — the same sections, evidence and control mapping a customer receives. Findings proven, not guessed, each with evidence, a fix, and the compliance controls it affects.

No email required. Generated on request by the same engine that writes a customer’s report.

Security Assessment Report
Example Corp (sample)
example.com
Generated on request
tsengine (TensorShield)
Risk: Critical
2
Critical
1
High
2
Medium
1
Low
Evidence — each of the 6 findings is labelled with how strongly it is backed
1
Exploit-proven
3
Verified
1
Confirmed
1
Unconfirmed
Scope
Web applicationREST APISource repositoryAWS cloud accountEmail domainIdentity

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://example-corp-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
criticalReachable remote-code-execution in a bundled dependency (Log4Shell)Confirmed
repository · pom.xml (log4j-core) · CWE-502 · CVSS 10

A bundled dependency has a known remote-code-execution CVE, and the vulnerable sink is reachable from your code — not merely present. CISA lists it as actively exploited and ransomware-linked.

Evidence

Reachability analysis traced a call path from an HTTP handler to the vulnerable sink; the CVE is on CISA KEV with an EPSS of 0.944.

Remediation

Upgrade to the patched version. A pull request is prepared.

SOC 2 CC7.1SOC 2 CC8.1PCI-DSS 6.3.3
mediumNo MFA on two administrator accountsVerified
identity · 2 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 · example.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.example.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 appUnconfirmed
web · app.example.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.