yttcom.net
Backend / Tools / DB Viewer
yttcom.net
Domains / DB Viewer
v2.0 · 07.11.26
◇ 20-sys.db
systems/20-builder/data/
records.db inbox.db transfers.db knowledge.db jurisdiction.db
20-sys decisions Row #59
Tables
decisions
77
domain
0
events
0
gov_archive
0
gov_archive_fts
0
gov_archive_fts_config
1
gov_archive_fts_data
2
gov_archive_fts_docsize
0
gov_archive_fts_idx
0
items
5
sessions
47
sqlite_sequence
4
transfers_log
2
decisions — Row #59
20-sys.db · systems/20-builder/data/
id
59
system
date
08/21/26
subject
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
59
detail
fix-log.html had the platform admin token hardcoded in plain text directly in its client-side <script> block -- visible to anyone who viewed the page's source, regardless of auth. This existed before my v3 rebuild (I noticed but didn't flag or fix it at the time -- should have) and I made it worse by writing the NEW rotated token into the same exposed spot when fixing the earlier break. USR369 called this out directly: the entire purpose of the rotation is to stop tokens sitting in plaintext 'everywhere'. Fixed properly this time: removed the hardcoded token from the file entirely, replaced with sessionStorage.getItem('cai_platform_token') with a window.prompt() fallback on first use per browser tab -- token now lives only in that browser's session storage, never in the file's static content on the server, cleared when the tab closes. This is very likely NOT an isolated issue -- any other browser-facing tool page built the same way (db-admin.html, panel.html, dashboard.html, cmd-popup.js/ml-popup.js, and any system-built app like Gym Logger/DoughCalc/Tech's inventory viewer that fetches file-reader.php/file_write_web.php directly from client JS) plausibly has the identical hardcoded-token pattern. Not audited this session -- flagging as a real, likely-widespread follow-up rather than claiming this one fix covers the actual exposure surface.
▼ Show timestamps
created_at
2026-08-21 17:11:51
Backend Domains Panel DB Viewer Transfers
Backend Tools DB Viewer DB Admin Server Map File Editor Backend Tools DB Viewer DB Admin Server Map File Editor