skills/ARCHIVE/archive-2026-07-16-zen/VERIFY-LIVE-CONTENT/SKILL.md
Archived live-content verification law retained for audit provenance. Do not use as the active deployment verifier; use the current runtime verification skill for HTTP body, content-type, handler, redirect, and region checks.
npx skillsauth add ariffazil/openclaw-workspace verify-live-contentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
DITEMPA BUKAN DIBERI — Forged, not given. Born from: False SEAL incident 2026-07-15 (verified bundle SHA, not URL content)
Agent verified: ✅ SHA on disk, ✅ HTTP 200, ✅ 13 slugs in bundle. Agent did NOT verify: ❌ Response body contains intended content, ❌ Correct handler served it.
200 OK ≠ correct content. SHA matched ≠ artifact served.
A deploy is NOT SEAL until ALL pass:
sha256sum /path/to/file
# Compare to expected
curl -sk -o /dev/null -w "%{http_code}" $URL
# Must be 200
curl -sk $URL | grep -q "EXPECTED_MARKER"
# Marker = unique string ONLY present in intended content
# If marker absent → verdict is VOID, not SEAL
curl -skI $URL | grep -i content-type
# HTML → text/html
# JSON → application/json
# MCP → application/json or text/event-stream
# Add to Caddy handler: header X-Caddy-Handler wealth-narrative
curl -skI $URL | grep -i x-caddy-handler
# Must match intended handler name
curl -skI $WRONG_URL | grep -i location
# Must redirect to correct plane
# Verify redirect target, not just status code
Every deploy receipt MUST include:
{
"url": "https://...",
"status": 200,
"content_type": "text/html",
"handler": "wealth-narrative",
"body_marker": "data-canon-id=\"makcik-cerita-v1\"",
"body_marker_found": true,
"bundle_sha": "sha256:...",
"verdict": "SEAL" | "VOID" | "PARTIAL"
}
If body_marker_found is false → verdict is VOID.
for region in header chart decision nav footer; do
curl -sk $URL | grep -q "data-region=\"$region\"" || echo "❌ REGION $region MISSING"
done
200 OK proves the server responded. Not that user reached intended content.SHA on disk proves artifact exists. Not that artifact is served.development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.