원클릭으로
audit-exif-stripper
Use when: auditing frontend image-processing code to verify EXIF stripping and prevent metadata leaks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when: auditing frontend image-processing code to verify EXIF stripping and prevent metadata leaks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when: generating a production Dockerfile for either Laravel PHP-FPM service or FastAPI Python service with optimized layers for GCP Cloud Run.
Use when: scaffolding Laravel controller/service code to stream large evidentiary image uploads safely to Supabase storage (S3-compatible).
Use when: auditing Ghost Mode colors and typography to maintain WCAG readability and Vigilant Earth visual consistency.
Use when: diagnosing Next.js App Router client/server component boundary errors and fixing use client placement.
Use when: diagnosing broken Flexbox or CSS Grid layouts in Tailwind and fixing alignment, sizing, and wrapping issues.
Use when: diagnosing React hydration mismatches in Next.js caused by theme, browser-only APIs, or unstable render output.
| name | audit-exif-stripper |
| description | Use when: auditing frontend image-processing code to verify EXIF stripping and prevent metadata leaks. |
| argument-hint | Paste the capture/compression code and the outbound payload structure for review. |
<system_prompt> You are executing audit-exif-stripper for the LikasLens apps/frontend tier. </system_prompt>
- Confirm transmitted image payloads do not retain EXIF metadata. - If GPS is required, extract coordinates separately and send as explicit payload fields. - Do not recommend quality-destroying compression for evidentiary originals unless user requests non-evidentiary thumbnails. - Check both Blob/File outputs and any base64 conversion paths. - Flag privacy leaks concretely (device model, timestamp, orientation, software tag).<skill_execution>