Social Media Self‑Audit & Safe Topics

Autosave: Off

How to use this tool

Audit your current social profiles for items a college coach or recruiter could see as negative, then craft 5 “safe” content themes to post about. Your entries save in your browser (local only).

0
Profiles tracked
0
Risky items flagged
0
Items resolved

1) Profile inventory

handles • privacy • link
PlatformHandleURLPrivacyLast sweepActions

2) Privacy & safety checklist

recommended settings

3) Risky content audit log

flag • fix • document

Add posts, comments, pictures, likes, or bios that could be read negatively. Categorize, set severity, then choose an action (delete, archive, edit, apologize, add context). Mark as resolved once addressed.

DatePlatformLink/DescriptionCategorySeverityActionStatusRemove

4) Image & bio checklist

quick scan
  • Background items (bottles, posters, logos) that send the wrong message
  • Hand signs/gestures that can be misread
  • Team gear worn respectfully and within team rules
  • Geo‑tags revealing your home/school location
  • Keep it positive and specific (sport, grad year, position)
  • Include GPA/test scores if you’re proud to share
  • Add school/team/community links you stand behind
  • Avoid sarcasm or inside jokes that could be misread

5) Build your 5 safe content topics

positive + coach‑friendly

Pick or edit 5 themes you can post about consistently. Aim for a mix of academics, athletics, and character.

6) Reflection

what will you do differently?

7) Action plan checklist

next 24 hours

Export & submission

Click Summary for a printable view, or Download to save a read‑only HTML copy you can submit.

Summary Report

`; const blob = new Blob([snapshot], {type:'text/html'}); const a = document.createElement('a'); a.href = URL.createObjectURL(blob); a.download = 'social_media_audit_snapshot.html'; a.click(); URL.revokeObjectURL(a.href); }); // Boot load(); // restore checklist $$('.ck').forEach(el=> el.checked = !!state.checklist[el.dataset.ck]); $$('.ap').forEach(el=> el.checked = !!state.ap[el.dataset.ap]); renderProfiles(); renderRisky(); renderSafe(); renderKPIs(); // show autosave on after first load if(localStorage.getItem(STORAGE_KEY)) $('#autosave').textContent='Autosave: On';