SCAN

Configure Local Origin.

Observe an application directly without weakening the perimeter.

Example

python scanner.py scan --url https://app.example.com/ \
 --perspective local_origin --transport-url http://127.0.0.1:8001/ \
 --profile standard --format all

Validation

Transport is mandatory and must resolve only to private/loopback space. Redirects are recorded but not followed to a public transport.

Expected result

Findings retain canonical target; provenance records transport. Edge-only controls are not observed.