WP Manifestindependent plugin directory
manifest / media / solarscaler

VGT Solar Explorer [DIAMANT EDITION]

An autonomous proxy node that locally caches NASA Solar Dynamics Observatory (SDO) imagery

by VisionGaiaTechnology · github.com/visiongaiatechnology/solarscaler · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/visiongaiatechnology/solarscaler/archive/refs/heads/main.zip

Readme

🌞 VGT SolarScaler — Sovereign Intelligence Node

"Privacy is not a feature — it is a fundamental right."

SolarScaler is the asymmetric answer to US-based data leaks in modern WordPress media centers. An autonomous proxy node that locally caches NASA Solar Dynamics Observatory (SDO) imagery, validates MIME types, and delivers content in full GDPR compliance — without your users' IP addresses ever reaching US servers.


⚠️ DISCLAIMER: EXPERIMENTAL R&D PROJECT

This project is a Proof of Concept (PoC) and part of ongoing research and development at VisionGaia Technology. It is not a certified or production-ready product.

Use at your own risk. The software may contain security vulnerabilities, bugs, or unexpected behavior. It may break your environment if misconfigured or used improperly.

Do not deploy in critical production environments unless you have thoroughly audited the code and understand the implications. For enterprise-grade, verified protection, we recommend established and officially certified solutions.

Found a vulnerability or have an improvement? Open an issue or contact us.

🚨 The Problem with Standard Integrations

Every WordPress plugin that embeds NASA images directly sends your visitors' IP addresses and browser data to US servers on every page load — a silent GDPR violation that most implementations simply ignore.

Standard Integration VGT SolarScaler Node
❌ Direct link to nasa.gov ✅ Local proxy endpoint
❌ User IP leaked to the US ✅ 100% GDPR-compliant data sovereignty
❌ No MIME validation (RCE risk) ✅ Inbound MIME scrubbing & security
❌ Dependent on foreign-state firewalls ✅ Independent through local caching

🛰️ Features

Ghost-Node Architecture (Evasion)

The scraper uses browser emulation and cognitive referer spoofing, disguising itself as a legitimate human recipient to ensure a constant data rate without interruptions from IDS systems.

Kinetic cURL Failsafe (Resilience)

If WordPress-internal filters block the wp_remote_get API, SolarScaler initiates a kinetic cURL bypass — availability is guaranteed regardless of how restrictive the host environment is.

Polite Throttling (Ethics)

500ms throttling between downloads simulates human browsing behavior and reduces load on NASA infrastructure. Open source means responsibility.

MIME-Scrubbing Security Layer

Every inbound data frame is validated against its MIME type before local storage. No manipulated content ever reaches your server.


📡 Telemetry Spectrum — SDO Multi-Channel Support

Channel Name Description
171 Corona / Loop Magnetic field lines in the corona. Wavelength: 171 Ångström (Extreme Ultraviolet)
193 Outer Corona Coronal holes and outer atmosphere. Wavelength: 193 Ångström
304 Chromosphere Filaments and eruptions. Wavelength: 304 Ångström
HMI Magnetogram Helioseismic and Magnetic Imager — captures magnetic polarity on the solar surface

⚙️ System Specs

CORE_ENGINE       PHP 8.2+ DETERMINISTIC
MEMORY_ALLOCATION 64MB PEAK_STREAM
CACHE_STRATEGY    ATOMIC FLATFILE JSON
SECURITY_LAYER    MIME_SCALING_GUARD
GDPR_STATUS       100% COMPLIANT
LICENSE           GNU AGPLv3

🚀 Installation

Requirements

  • WordPress 6.0+
  • PHP 8.0+
  • cURL enabled
  • Write permissions on wp-content/uploads/

Setup

  1. Download the plugin and extract it to /wp-content/plugins/vgt-solarscaler/
  2. Activate via Plugins → Installed Plugins in your WordPress Dashboard
  3. Configure desired SDO channels under Settings → SolarScaler
  4. Trigger the first sync manually or wait for the cron job

Shortcode Usage

// Embed current SDO imagery:
[solarscaler channel="171"]
[solarscaler channel="193"]
[solarscaler channel="304"]
[solarscaler channel="HMI"]

🔒 Security & GDPR

SolarScaler was built to the VGT DIAMANT SUPREME standard:

  • All NASA requests run server-side — no client IP ever leaves your hosting environment
  • MIME type validation prevents malicious code injection via manipulated image files
  • Atomic Flatfile JSON cache — zero database load, zero SQL injection surface
  • Fully GDPR / Schrems II compliant — no third-country data transfers

📊 Live Kernel Trace

>>> INITIALIZING HARD RESET PROTOCOL...
>>> ACCESSING SDO ARCHIVE GMT(2026/03/13)...
[AUTH] GHOST_UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64)...
[SCAN] CHANNEL 171: 18 Slots found in manifest.
[SYNC] DOWNLOADING: 20260313_141022_2048_0171.jpg
[SAFE] MIME-TYPE: image/jpeg -> VERIFIED
[COOL] THROTTLE: 500ms cooldown engaged.
[DONE] 72 SDO sectors synchronized. Uplink terminated.

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

This project is licensed under GNU AGPLv3 — open source, transparent, sovereign.


☕ Support the Project

SolarScaler is and will remain free. If it creates value for you:


🏢 Built by VisionGaia Technology

VisionGaia Technology builds enterprise-grade security and AI tooling — engineered to the DIAMANT VGT SUPREME standard.

"In a world of centralized tracking madness, SolarScaler is an autonomous node of digital freedom."


Version 4.8.1 (Ghost Node) — Uplink Schematic VGT_04

Read the full README on GitHub →