Review the linked discussion (#4239) for design considerations. Study PEP 441 to understand the zipapp format. Examine Trivy's existing Python scanning code (e.g., in pkg/fanal/analyzer/analyzer python.go) to determine where to add zipapp support. Implement parsing of zipapp files to extract metadata and dependencies.