Project page for the CCS 2026 paper When Grammar Guides the Attack: Uncovering Control-Plane Vulnerabilities in LLMs with Structured Output.
Live page: https://ict-cda.github.io/ (once deployed under the
ICT-CDA GitHub organisation as ICT-CDA.github.io).
.
├── index.html # main landing page (Bulma + custom CSS)
├── static/
│ ├── css/index.css # page-specific overrides
│ ├── figures/teaser_figure1.png # rendered from paper Figure 1
│ └── pdfs/cda_ccs2026.pdf # camera-ready paper
└── README.md
python3 -m http.server 8000 # then open http://localhost:8000- Create a GitHub organisation named
ICT-CDA(or use the personalgithub.ioform). - Create a public repository
ICT-CDA.github.iounder that organisation. - Push the contents of this directory to the default branch (
main). - GitHub Pages serves it automatically at
https://ict-cda.github.io/.
- (Optional) Update the footer page-source link if the org/repo name changes.