# Express Framework Pack

Use this pack when the repository exposes HTTP routes through Express.

## Primary signals

- `package.json` depends on `express`
- route or server entrypoints exist under `src/`

## Companion surfaces

- `lang:typescript`
- `skill:security-scan`

## Validation cues

- confirm request validation, auth boundaries, and error handling remain intact
- verify route wiring and middleware ordering after changes
