ValidationSystem is a lightweight JavaScript-based multi-tier validation framework for the Akshat Network Hub ecosystem. It generates Scripto identity scripts for webpages, maintains Alpha-1.1 Vault metadata, and runs a routing-based verification engine that confirms trusted ANH pages through Tier-1, Tier-2, and decision loop validation logic.
Alpha Runtime Validator + Trust Badge Engine + Vault-Based Identity Protocol
A lightweight, client-side trust verification architecture for static websites.
The ANH ValidationSystem is a multi-layer verification framework designed to ensure:
- 🔐 Page identity authenticity
- 📊 Metadata integrity
- 🧠 Vault-based trust validation
- 🏷 Runtime badge injection
- 🧩 Cross-site verification control
It works entirely on the client-side, making it ideal for static hosting platforms like GitHub Pages.
| Layer | Description |
|---|---|
| 🧭 Routing Layer | Extracts metadata & initializes validation |
| 🗄 Vault Layer | Central JSON registry of trusted entries |
| 🧾 Scripto Engine | Inline identity signature validation |
| ⚖ Trust Engine | Tier-based scoring & badge rendering |
|
Create Scripto script + Vault entry ![]() Open Generator |
Validate any ANH-enabled site ![]() Open Inspector |
Session-based scoring dashboard ![]() Open Dashboard |
// Example Scripto Block
<script class="Scripto">
window.ANH_ID="ANH-XXXXXXX"
window.ANH_META={
url:"https://example.com",
title:"Example Page",
description:"Description",
icon:"/icon.png"
}
</script>- Extract Scripto metadata
- Fetch Alpha Vault JSON
- Match
urlId - Validate metadata (strict match)
- Apply rendering policy (iframe/domain check)
- Inject trust badge
- ✔ Strict metadata comparison
- ✔ Vault identity mapping
- ✔ Iframe/domain enforcement
- ✔ CSP-compatible architecture
- ✔ Runtime tamper detection

Dynamic badge injected at runtime based on validation result
➡️ Visit Generator Create:
- Scripto Script
- Vault JSON Entry
Paste inside <head>:
<script class="Scripto">
...
</script><script src="https://akshat-145609.github.io/ValidationSystem/scripts/anh-validator.js"></script>Add Vault JSON block to https://akshat-145609.github.io/ValidationSystem/vault/alpha-vault.json
Upload new changes to server or Commit new chages by git add . --> git commit -m "Add Scripto Layer" --> git push origin main
Open page → Trust badge appears automatically ✅
<style>
.card{
background:#0f172a;
padding:20px;
border-radius:12px;
transition:.3s;
}
.card:hover{
transform:translateY(-6px);
box-shadow:0 10px 30px rgba(0,0,0,.3);
}
</style>-
🌐 Portfolio https://akshat-145609.github.io/MyPortfolioSite/
-
📘 Medium Article https://medium.com/@its.akshatnetworkhub23/building-a-lightweight-page-identity-trust-system-for-static-websites-b2c0fb9b2a90
-
💻 GitHub Repository https://github.com/Akshat-145609/ValidationSystem
- Client-side only (no server verification)
- CSP headers recommended for full protection
- Cannot fully block iframe without server headers
- 🔐 Cryptographic signatures
- 🌍 Domain whitelist from vault
- 📦 ZIP fingerprint validation
- ⚡ Real-time analytics engine
This project is part of Akshat Network Hub ecosystem.
Made with ❤️ for Secure Web Identity





