Audit Dashboard
Deterministic Analysis Engine
Enter a target URL to perform a rule-based analysis of its security, privacy, architecture, and metadata guardrails.
Executing Deterministic Analysis…
Target: ———
Evaluating headers, DOM structure, and metadata.
Overall Score
0
/ 100
Weak
Category Breakdown (Weighted)
0
Confirmed Facts
0
Inferred Risks
0
Unknowns
0
Critical Issues
Findings
Guardrails Analysis
Explicit mapping of expected security and architectural guardrails versus detected state.
Prioritized Recommendations
DOM & Semantic Structure
Semantic Health
HTML5 DoctypePresent
Lang AttributePresent
Landmark RolesMissing
Heading HierarchySkipped H2
DOM Outline (Simplified)
<html lang="en">
<head>…</head>
<body>
<div class="app-container"> /* Non‑semantic */
<nav>…</nav>
<div class="content"> /* Should be <main> */
<h1>…</h1>
<h3>…</h3> /* Skipped H2 */
<form>…</form>
</div>
<footer>…</footer>
</div>
</body>
</html>
Technical Profile
HTTP Headers (Security Relevant)
Loading…
Technologies & Metadata
- FrameworksReact 17.0.2
- AnalyticsGoogle Analytics (UA)
- CDNCloudflare
- Meta ViewportPresent
- Meta DescriptionMissing
Export Behavior
Download the complete, schema‑compliant audit report including all findings, evidences, and scoring math.
Output Schema
Strict schema defining the structure of every generated finding object.
{
"finding": {
"id": "string (UUID)",
"category": "security | privacy | trust | accessibility | structure | metadata | design | technical",
"severity": "critical | high | medium | low | informational",
"title": "string",
"evidence": "string (Explicit DOM/Header proof. N/A if unknown)",
"impact": "string",
"recommendation": "string",
"confidence": "high | medium | low",
"status": "confirmed | inferred | unknown"
}
}
Scoring Rules
Deduction Matrix
Points subtracted from a category's base score of 100.
| Severity | Deduction | Multiplier |
|---|---|---|
| Critical | −20 to −30 | Conf: 1.0, Inf: 0.5, Unk: 0.0 |
| High | −10 to −20 | Conf: 1.0, Inf: 0.5, Unk: 0.0 |
| Medium | −5 to −10 | Conf: 1.0, Inf: 0.5, Unk: 0.0 |
| Low | −1 to −5 | Conf: 1.0, Inf: 0.5, Unk: 0.0 |
| Info | 0 | N/A |
Logic & Thresholds
Category Weights
- Security: 0.30 | Privacy: 0.25
- Trust: 0.10 | Technical: 0.10 | Accessibility: 0.10
- Structure: 0.05 | Metadata: 0.05 | Design: 0.05
Hard Rule Override
If any confirmed critical issue exists, the audit is flagged "High Risk" regardless of the final calculated mathematical score.

Comments
Post a Comment