Source for a small GitHub Pages content hub: technical notes on the two problems entitlement-guard and baton solve, written to answer the searches developers already run for these problems (mass assignment / CWE-915, IDOR, broken access control; CLAUDE.md/AGENTS.md drift, agent instruction drift) rather than to promote the tools first.
Built with Jekyll's jekyll-theme-minimal (GitHub Pages' supported-theme
list, no Gemfile/bundler step required). Posts live in _posts/.
Live at: https://ayinla10.github.io/toolnotes/ (once Pages is enabled on the repo — see below).
gh api repos/Ayinla10/toolnotes/pages -X POST -f 'source[branch]=main' -f 'source[path]=/'Requires only the repo OAuth scope (no workflow scope needed — this
is the legacy branch-based Pages build, not an Actions-based one).