Skip to content

fix(security): address 5 open alerts from external adversarial review #393

fix(security): address 5 open alerts from external adversarial review

fix(security): address 5 open alerts from external adversarial review #393

Workflow file for this run

name: Link Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Read-only — link checker only fetches HTTP, never writes.
permissions:
contents: read
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run Link Checker
run: python3 scripts/check_links.py .