Skip to content

fix(security): strip EXIF metadata from images#28

Merged
robotlearning123 merged 2 commits intomainfrom
fix/strip-image-exif
Mar 25, 2026
Merged

fix(security): strip EXIF metadata from images#28
robotlearning123 merged 2 commits intomainfrom
fix/strip-image-exif

Conversation

@robotlearning123
Copy link
Copy Markdown
Member

Summary

  • Strip EXIF metadata (GPS, device info, timestamps) from all 26 lab instrument JPEGs
  • Originals preserved in labclaw-private/device-use-backup/

Test plan

  • Verify no EXIF remains: python3 -c "from PIL import Image; [print(f, len(Image.open(f).getexif())) for f in glob('lab-instruments/jpg/*.jpg')]"
  • Visual check: images render correctly after stripping

🤖 Generated with Claude Code

sandia777 and others added 2 commits March 25, 2026 19:27
Remove GPS coordinates, device info, and timestamps from 26 images
that could identify the lab location. Originals backed up to
labclaw-private/device-use-backup/.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… vars

- Replace 192.168.64.x IPs with placeholder 10.0.0.1 defaults
- Replace admin/admin credentials with 'changeme' defaults
- All values now read from environment variables (VM_IP, VNC_USER, VNC_PASS, SSH_USER, SSH_PASS)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@robotlearning123 robotlearning123 merged commit fabb752 into main Mar 25, 2026
6 of 7 checks passed
@robotlearning123 robotlearning123 deleted the fix/strip-image-exif branch March 25, 2026 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants