@robbiesrobotics/alice-agents 1.5.7 → 1.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/bin/alice-cloud.cjs +71 -55
- package/package.json +1 -1
- package/templates/skills/acculynx/SKILL.md +183 -0
- package/templates/skills/acculynx/references/analysis_template.py +116 -0
- package/templates/skills/acculynx/references/dashboard_page.tsx +641 -0
- package/templates/skills/claude-code/SKILL.md +2 -2
- package/templates/skills/coding-agent/SKILL.md +68 -0
- package/templates/skills/crawl4ai/SKILL.md +119 -0
- package/templates/skills/crawl4ai/scripts/crwl +3 -0
- package/templates/workspaces/accuscope/AGENTS.md +38 -0
- package/templates/workspaces/accuscope/FEEDBACK.md +27 -0
- package/templates/workspaces/accuscope/HEARTBEAT.md +26 -0
- package/templates/workspaces/accuscope/IDENTITY.md +48 -0
- package/templates/workspaces/accuscope/LEARNINGS.md +46 -0
- package/templates/workspaces/accuscope/MEMORY.md +47 -0
- package/templates/workspaces/accuscope/PLAYBOOK.md +65 -0
- package/templates/workspaces/accuscope/SOUL.md +40 -0
- package/templates/workspaces/accuscope/TOOLS.md +63 -0
- package/templates/workspaces/accuscope/USER.md +39 -0
- package/templates/workspaces/aiden/AGENTS.md +52 -0
- package/templates/workspaces/aiden/FEEDBACK.md +12 -0
- package/templates/workspaces/aiden/HEARTBEAT.md +9 -0
- package/templates/workspaces/aiden/IDENTITY.md +6 -0
- package/templates/workspaces/aiden/LEARNINGS.md +6 -0
- package/templates/workspaces/aiden/MEMORY.md +22 -0
- package/templates/workspaces/aiden/PLAYBOOK.md +16 -0
- package/templates/workspaces/aiden/SOUL.md +1 -1
- package/templates/workspaces/aiden/USER.md +17 -0
- package/templates/workspaces/alex/AGENTS.md +52 -0
- package/templates/workspaces/alex/FEEDBACK.md +11 -0
- package/templates/workspaces/alex/HEARTBEAT.md +9 -0
- package/templates/workspaces/alex/IDENTITY.md +6 -0
- package/templates/workspaces/alex/LEARNINGS.md +5 -0
- package/templates/workspaces/alex/MEMORY.md +22 -0
- package/templates/workspaces/alex/PLAYBOOK.md +16 -0
- package/templates/workspaces/alex/SOUL.md +1 -1
- package/templates/workspaces/alex/USER.md +13 -0
- package/templates/workspaces/aria/AGENTS.md +18 -0
- package/templates/workspaces/aria/FEEDBACK.md +12 -0
- package/templates/workspaces/aria/HEARTBEAT.md +32 -0
- package/templates/workspaces/aria/IDENTITY.md +12 -0
- package/templates/workspaces/aria/LEARNINGS.md +31 -0
- package/templates/workspaces/aria/MEMORY.md +29 -0
- package/templates/workspaces/aria/PLAYBOOK.md +71 -0
- package/templates/workspaces/aria/SOUL.md +57 -0
- package/templates/workspaces/aria/TOOLS.md +47 -0
- package/templates/workspaces/aria/USER.md +18 -0
- package/templates/workspaces/audrey/AGENTS.md +59 -0
- package/templates/workspaces/audrey/FEEDBACK.md +11 -0
- package/templates/workspaces/audrey/HEARTBEAT.md +9 -0
- package/templates/workspaces/audrey/IDENTITY.md +6 -0
- package/templates/workspaces/audrey/LEARNINGS.md +5 -0
- package/templates/workspaces/audrey/MEMORY.md +22 -0
- package/templates/workspaces/audrey/PLAYBOOK.md +16 -0
- package/templates/workspaces/audrey/SOUL.md +1 -1
- package/templates/workspaces/audrey/TOOLS.md +15 -0
- package/templates/workspaces/audrey/USER.md +13 -0
- package/templates/workspaces/avery/AGENTS.md +52 -0
- package/templates/workspaces/avery/FEEDBACK.md +12 -0
- package/templates/workspaces/avery/HEARTBEAT.md +5 -0
- package/templates/workspaces/avery/IDENTITY.md +6 -0
- package/templates/workspaces/avery/LEARNINGS.md +6 -0
- package/templates/workspaces/avery/MEMORY.md +22 -0
- package/templates/workspaces/avery/PLAYBOOK.md +16 -0
- package/templates/workspaces/avery/SOUL.md +1 -1
- package/templates/workspaces/avery/USER.md +17 -0
- package/templates/workspaces/avery/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/avery/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/caleb/AGENTS.md +52 -0
- package/templates/workspaces/caleb/FEEDBACK.md +11 -0
- package/templates/workspaces/caleb/HEARTBEAT.md +9 -0
- package/templates/workspaces/caleb/IDENTITY.md +6 -0
- package/templates/workspaces/caleb/LEARNINGS.md +5 -0
- package/templates/workspaces/caleb/MEMORY.md +22 -0
- package/templates/workspaces/caleb/PLAYBOOK.md +16 -0
- package/templates/workspaces/caleb/SOUL.md +1 -1
- package/templates/workspaces/caleb/TOOLS.md +30 -0
- package/templates/workspaces/caleb/USER.md +13 -0
- package/templates/workspaces/clara/AGENTS.md +59 -0
- package/templates/workspaces/clara/FEEDBACK.md +12 -0
- package/templates/workspaces/clara/HEARTBEAT.md +5 -0
- package/templates/workspaces/clara/IDENTITY.md +6 -0
- package/templates/workspaces/clara/LEARNINGS.md +6 -0
- package/templates/workspaces/clara/MEMORY.md +22 -0
- package/templates/workspaces/clara/PLAYBOOK.md +16 -0
- package/templates/workspaces/clara/SOUL.md +1 -1
- package/templates/workspaces/clara/TOOLS.md +15 -0
- package/templates/workspaces/clara/USER.md +17 -0
- package/templates/workspaces/daphne/AGENTS.md +59 -0
- package/templates/workspaces/daphne/FEEDBACK.md +18 -0
- package/templates/workspaces/daphne/HEARTBEAT.md +5 -0
- package/templates/workspaces/daphne/IDENTITY.md +6 -0
- package/templates/workspaces/daphne/LEARNINGS.md +6 -0
- package/templates/workspaces/daphne/MEMORY.md +22 -0
- package/templates/workspaces/daphne/PLAYBOOK.md +48 -0
- package/templates/workspaces/daphne/SOUL.md +1 -1
- package/templates/workspaces/daphne/TOOLS.md +15 -0
- package/templates/workspaces/daphne/USER.md +17 -0
- package/templates/workspaces/darius/AGENTS.md +52 -0
- package/templates/workspaces/darius/FEEDBACK.md +12 -0
- package/templates/workspaces/darius/HEARTBEAT.md +5 -0
- package/templates/workspaces/darius/IDENTITY.md +6 -0
- package/templates/workspaces/darius/LEARNINGS.md +6 -0
- package/templates/workspaces/darius/MEMORY.md +22 -0
- package/templates/workspaces/darius/PLAYBOOK.md +16 -0
- package/templates/workspaces/darius/SOUL.md +1 -1
- package/templates/workspaces/darius/USER.md +17 -0
- package/templates/workspaces/darius/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/darius/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/devon/AGENTS.md +52 -0
- package/templates/workspaces/devon/FEEDBACK.md +11 -0
- package/templates/workspaces/devon/HEARTBEAT.md +5 -0
- package/templates/workspaces/devon/IDENTITY.md +6 -0
- package/templates/workspaces/devon/LEARNINGS.md +11 -0
- package/templates/workspaces/devon/MEMORY.md +22 -0
- package/templates/workspaces/devon/PLAYBOOK.md +16 -0
- package/templates/workspaces/devon/SOUL.md +1 -1
- package/templates/workspaces/devon/USER.md +13 -0
- package/templates/workspaces/devon/check_github.py +12 -0
- package/templates/workspaces/devon/check_mc_env.py +30 -0
- package/templates/workspaces/devon/check_sb.py +34 -0
- package/templates/workspaces/devon/check_vercel.py +12 -0
- package/templates/workspaces/devon/get_mc_files.py +17 -0
- package/templates/workspaces/devon/write_heartbeat.py +67 -0
- package/templates/workspaces/dylan/.env.example +33 -0
- package/templates/workspaces/dylan/00007_verify_licenses_table.sql +100 -0
- package/templates/workspaces/dylan/AGENTS.md +52 -0
- package/templates/workspaces/dylan/FEEDBACK.md +28 -0
- package/templates/workspaces/dylan/HEARTBEAT.md +5 -0
- package/templates/workspaces/dylan/IDENTITY.md +6 -0
- package/templates/workspaces/dylan/LEARNINGS.md +70 -0
- package/templates/workspaces/dylan/MEMORY.md +22 -0
- package/templates/workspaces/dylan/PLAYBOOK.md +16 -0
- package/templates/workspaces/dylan/SOUL.md +1 -1
- package/templates/workspaces/dylan/STRIPE_PIPELINE.md +185 -0
- package/templates/workspaces/dylan/USER.md +17 -0
- package/templates/workspaces/dylan/n8n-stripe-welcome-workflow.json +123 -0
- package/templates/workspaces/dylan/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/dylan/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/dylan/stripe-webhook-handler.py +433 -0
- package/templates/workspaces/dylan/test_mock_webhook.py +103 -0
- package/templates/workspaces/elena/AGENTS.md +59 -0
- package/templates/workspaces/elena/FEEDBACK.md +11 -0
- package/templates/workspaces/elena/HEARTBEAT.md +9 -0
- package/templates/workspaces/elena/IDENTITY.md +6 -0
- package/templates/workspaces/elena/LEARNINGS.md +5 -0
- package/templates/workspaces/elena/MEMORY.md +22 -0
- package/templates/workspaces/elena/PLAYBOOK.md +16 -0
- package/templates/workspaces/elena/SOUL.md +1 -1
- package/templates/workspaces/elena/TOOLS.md +15 -0
- package/templates/workspaces/elena/USER.md +13 -0
- package/templates/workspaces/eva/AGENTS.md +59 -0
- package/templates/workspaces/eva/FEEDBACK.md +11 -0
- package/templates/workspaces/eva/HEARTBEAT.md +9 -0
- package/templates/workspaces/eva/IDENTITY.md +6 -0
- package/templates/workspaces/eva/LEARNINGS.md +5 -0
- package/templates/workspaces/eva/MEMORY.md +22 -0
- package/templates/workspaces/eva/PLAYBOOK.md +16 -0
- package/templates/workspaces/eva/SOUL.md +1 -1
- package/templates/workspaces/eva/TOOLS.md +15 -0
- package/templates/workspaces/eva/USER.md +13 -0
- package/templates/workspaces/felix/AGENTS.md +52 -0
- package/templates/workspaces/felix/FEEDBACK.md +11 -0
- package/templates/workspaces/felix/HEARTBEAT.md +5 -0
- package/templates/workspaces/felix/IDENTITY.md +6 -0
- package/templates/workspaces/felix/LEARNINGS.md +17 -0
- package/templates/workspaces/felix/MEMORY.md +22 -0
- package/templates/workspaces/felix/PLAYBOOK.md +16 -0
- package/templates/workspaces/felix/SOUL.md +1 -1
- package/templates/workspaces/felix/USER.md +13 -0
- package/templates/workspaces/felix/fidelia-psychology.html +1594 -0
- package/templates/workspaces/felix/task.txt +164 -0
- package/templates/workspaces/hannah/AGENTS.md +59 -0
- package/templates/workspaces/hannah/FEEDBACK.md +12 -0
- package/templates/workspaces/hannah/HEARTBEAT.md +5 -0
- package/templates/workspaces/hannah/IDENTITY.md +6 -0
- package/templates/workspaces/hannah/LEARNINGS.md +6 -0
- package/templates/workspaces/hannah/MEMORY.md +22 -0
- package/templates/workspaces/hannah/PLAYBOOK.md +16 -0
- package/templates/workspaces/hannah/SOUL.md +1 -1
- package/templates/workspaces/hannah/TOOLS.md +15 -0
- package/templates/workspaces/hannah/USER.md +17 -0
- package/templates/workspaces/isaac/AGENTS.md +52 -0
- package/templates/workspaces/isaac/FEEDBACK.md +12 -0
- package/templates/workspaces/isaac/HEARTBEAT.md +9 -0
- package/templates/workspaces/isaac/IDENTITY.md +6 -0
- package/templates/workspaces/isaac/LEARNINGS.md +6 -0
- package/templates/workspaces/isaac/MEMORY.md +22 -0
- package/templates/workspaces/isaac/PLAYBOOK.md +16 -0
- package/templates/workspaces/isaac/SOUL.md +1 -1
- package/templates/workspaces/isaac/USER.md +17 -0
- package/templates/workspaces/isaac/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/isaac/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/logan/AGENTS.md +59 -0
- package/templates/workspaces/logan/FEEDBACK.md +11 -0
- package/templates/workspaces/logan/HEARTBEAT.md +9 -0
- package/templates/workspaces/logan/IDENTITY.md +6 -0
- package/templates/workspaces/logan/LEARNINGS.md +5 -0
- package/templates/workspaces/logan/MEMORY.md +22 -0
- package/templates/workspaces/logan/PLAYBOOK.md +16 -0
- package/templates/workspaces/logan/SOUL.md +1 -1
- package/templates/workspaces/logan/TOOLS.md +15 -0
- package/templates/workspaces/logan/USER.md +13 -0
- package/templates/workspaces/maxxipro/AGENTS.md +29 -0
- package/templates/workspaces/maxxipro/FEEDBACK.md +19 -0
- package/templates/workspaces/maxxipro/HEARTBEAT.md +22 -0
- package/templates/workspaces/maxxipro/IDENTITY.md +35 -0
- package/templates/workspaces/maxxipro/KNOWLEDGE.md +335 -0
- package/templates/workspaces/maxxipro/LEARNINGS.md +47 -0
- package/templates/workspaces/maxxipro/MEMORY.md +60 -0
- package/templates/workspaces/maxxipro/OUTREACH_TEMPLATES.md +143 -0
- package/templates/workspaces/maxxipro/PLAYBOOK.md +81 -0
- package/templates/workspaces/maxxipro/SOUL.md +146 -0
- package/templates/workspaces/maxxipro/TOOLS.md +81 -0
- package/templates/workspaces/maxxipro/USER.md +40 -0
- package/templates/workspaces/morgan/AGENTS.md +59 -0
- package/templates/workspaces/morgan/FEEDBACK.md +19 -0
- package/templates/workspaces/morgan/HEARTBEAT.md +5 -0
- package/templates/workspaces/morgan/IDENTITY.md +6 -0
- package/templates/workspaces/morgan/LEARNINGS.md +18 -0
- package/templates/workspaces/morgan/MEMORY.md +22 -0
- package/templates/workspaces/morgan/PLAYBOOK.md +16 -0
- package/templates/workspaces/morgan/SOUL.md +1 -1
- package/templates/workspaces/morgan/TOOLS.md +15 -0
- package/templates/workspaces/morgan/USER.md +13 -0
- package/templates/workspaces/nadia/AGENTS.md +59 -0
- package/templates/workspaces/nadia/FEEDBACK.md +12 -0
- package/templates/workspaces/nadia/HEARTBEAT.md +5 -0
- package/templates/workspaces/nadia/IDENTITY.md +6 -0
- package/templates/workspaces/nadia/LEARNINGS.md +6 -0
- package/templates/workspaces/nadia/MEMORY.md +22 -0
- package/templates/workspaces/nadia/PLAYBOOK.md +16 -0
- package/templates/workspaces/nadia/SOUL.md +1 -1
- package/templates/workspaces/nadia/TOOLS.md +15 -0
- package/templates/workspaces/nadia/USER.md +13 -0
- package/templates/workspaces/nate/AGENTS.md +24 -0
- package/templates/workspaces/nate/FEEDBACK.md +12 -0
- package/templates/workspaces/nate/HEARTBEAT.md +33 -0
- package/templates/workspaces/nate/IDENTITY.md +15 -0
- package/templates/workspaces/nate/LEARNINGS.md +33 -0
- package/templates/workspaces/nate/MEMORY.md +39 -0
- package/templates/workspaces/nate/PLAYBOOK.md +160 -0
- package/templates/workspaces/nate/SOUL.md +50 -0
- package/templates/workspaces/nate/TOOLS.md +111 -0
- package/templates/workspaces/nate/USER.md +32 -0
- package/templates/workspaces/olivia/.last-openclaw-version +1 -0
- package/templates/workspaces/olivia/.npmrc.tmp +0 -0
- package/templates/workspaces/olivia/AGENTS.md +77 -0
- package/templates/workspaces/olivia/ALPHA_CODING_BENCHMARK.txt +148 -0
- package/templates/workspaces/olivia/ALPHA_MODEL_GUIDE.md +393 -0
- package/templates/workspaces/olivia/FEEDBACK.md +13 -0
- package/templates/workspaces/olivia/HEADTOHEAD_BENCHMARK.txt +1289 -0
- package/templates/workspaces/olivia/HEARTBEAT.md +267 -0
- package/templates/workspaces/olivia/IDENTITY.md +6 -0
- package/templates/workspaces/olivia/LEARNINGS.md +708 -0
- package/templates/workspaces/olivia/MEMORY.md +202 -0
- package/templates/workspaces/olivia/MISSION_CONTROL_DESIGN_SPEC_v1.md +1143 -0
- package/templates/workspaces/olivia/MVP-COMPLETION-SUMMARY.md +175 -0
- package/templates/workspaces/olivia/NETWORK_IMPLEMENTATION_PLAN.md +1556 -0
- package/templates/workspaces/olivia/NEW_NODES_BENCHMARK.txt +947 -0
- package/templates/workspaces/olivia/PLAYBOOK.md +42 -0
- package/templates/workspaces/olivia/SELF-HEALING-COMPLETE.md +150 -0
- package/templates/workspaces/olivia/SOUL.md +8 -8
- package/templates/workspaces/olivia/TOOLS.md +15 -0
- package/templates/workspaces/olivia/USER.md +17 -0
- package/templates/workspaces/olivia/alicefleet-supabase-credentials.md +50 -0
- package/templates/workspaces/olivia/dzombo-copy-rewrite.md +115 -0
- package/templates/workspaces/olivia/dzombo-implementation-plan.md +1248 -0
- package/templates/workspaces/olivia/fidelia-psychology.html +1594 -0
- package/templates/workspaces/olivia/lead_debug.png +0 -0
- package/templates/workspaces/olivia/minimatch-10.2.4.tgz +0 -0
- package/templates/workspaces/olivia/operation-bllm-research.md +157 -0
- package/templates/workspaces/olivia/qa-audit-mission-control-v2.md +538 -0
- package/templates/workspaces/olivia/roofmaxx_logo.svg +1 -0
- package/templates/workspaces/olivia/roofmaxx_social.jpg +0 -0
- package/templates/workspaces/olivia/skills/1password/SKILL.md +53 -0
- package/templates/workspaces/olivia/skills/1password/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/README.md +57 -0
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/SKILL.md +534 -0
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/agent-security/SKILL.md +69 -0
- package/templates/workspaces/olivia/skills/agent-security/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/agentic-security-audit/SKILL.md +855 -0
- package/templates/workspaces/olivia/skills/agentic-security-audit/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-automation-consulting/SKILL.md +67 -0
- package/templates/workspaces/olivia/skills/ai-automation-consulting/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-automation-consulting/skill.json +12 -0
- package/templates/workspaces/olivia/skills/ai-presentation-maker/SKILL.md +1104 -0
- package/templates/workspaces/olivia/skills/ai-presentation-maker/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-productivity-audit/SKILL.md +181 -0
- package/templates/workspaces/olivia/skills/ai-productivity-audit/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-researcher/README.md +31 -0
- package/templates/workspaces/olivia/skills/ai-researcher/SKILL.md +59 -0
- package/templates/workspaces/olivia/skills/ai-researcher/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-seo-writer/README.md +19 -0
- package/templates/workspaces/olivia/skills/ai-seo-writer/SKILL.md +100 -0
- package/templates/workspaces/olivia/skills/ai-seo-writer/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/analytics-tracking-2/SKILL.md +309 -0
- package/templates/workspaces/olivia/skills/analytics-tracking-2/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/api-doc-writer/SKILL.md +232 -0
- package/templates/workspaces/olivia/skills/api-doc-writer/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/api-generator/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/api-generator/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/api-generator/tips.md +10 -0
- package/templates/workspaces/olivia/skills/apple-notes/SKILL.md +50 -0
- package/templates/workspaces/olivia/skills/apple-notes/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/apple-reminders/SKILL.md +67 -0
- package/templates/workspaces/olivia/skills/apple-reminders/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/automation-workflows/SKILL.md +267 -0
- package/templates/workspaces/olivia/skills/automation-workflows/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/autoresearch/SKILL.md +46 -0
- package/templates/workspaces/olivia/skills/autoresearch/aria_write.py +148 -0
- package/templates/workspaces/olivia/skills/autoresearch/autoresearch.py +75 -0
- package/templates/workspaces/olivia/skills/azure-devops/SKILL.md +115 -0
- package/templates/workspaces/olivia/skills/azure-devops/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/blogwatcher/SKILL.md +46 -0
- package/templates/workspaces/olivia/skills/blogwatcher/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/blucli/SKILL.md +27 -0
- package/templates/workspaces/olivia/skills/blucli/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/check-analytics/SKILL.md +92 -0
- package/templates/workspaces/olivia/skills/check-analytics/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-architect/SKILL.md +89 -0
- package/templates/workspaces/olivia/skills/cloud-architect/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-infra-automation/SKILL.md +50 -0
- package/templates/workspaces/olivia/skills/cloud-infra-automation/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-storage/SKILL.md +61 -0
- package/templates/workspaces/olivia/skills/cloud-storage/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-storage/auth.md +97 -0
- package/templates/workspaces/olivia/skills/cloud-storage/costs.md +88 -0
- package/templates/workspaces/olivia/skills/cloud-storage/providers.md +55 -0
- package/templates/workspaces/olivia/skills/copywriting-pro/SKILL.md +107 -0
- package/templates/workspaces/olivia/skills/copywriting-pro/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/data-analyst-pro/SKILL.md +21 -0
- package/templates/workspaces/olivia/skills/data-analyst-pro/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/database-designer/README.md +388 -0
- package/templates/workspaces/olivia/skills/database-designer/SKILL.md +66 -0
- package/templates/workspaces/olivia/skills/database-designer/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/database-designer/index_optimizer.py +926 -0
- package/templates/workspaces/olivia/skills/database-designer/migration_generator.py +1199 -0
- package/templates/workspaces/olivia/skills/database-designer/schema_analyzer.py +982 -0
- package/templates/workspaces/olivia/skills/deploy-agent/SKILL.md +255 -0
- package/templates/workspaces/olivia/skills/deploy-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/devops-automation-pack/SKILL.md +72 -0
- package/templates/workspaces/olivia/skills/devops-automation-pack/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/devops-automation-pack/deploy.sh +0 -0
- package/templates/workspaces/olivia/skills/financial-analysis-agent/SKILL.md +489 -0
- package/templates/workspaces/olivia/skills/financial-analysis-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/README.md +72 -0
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/SKILL.md +226 -0
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/gifgrep/SKILL.md +47 -0
- package/templates/workspaces/olivia/skills/gifgrep/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/github/SKILL.md +47 -0
- package/templates/workspaces/olivia/skills/github/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/gog/SKILL.md +36 -0
- package/templates/workspaces/olivia/skills/gog/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/growth-strategy-hub/SKILL.md +135 -0
- package/templates/workspaces/olivia/skills/growth-strategy-hub/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/growth-strategy-hub/metadata.json +4 -0
- package/templates/workspaces/olivia/skills/hetzner-cloud/SKILL.md +130 -0
- package/templates/workspaces/olivia/skills/hetzner-cloud/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/himalaya/SKILL.md +217 -0
- package/templates/workspaces/olivia/skills/himalaya/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/hotel-recommendation/SKILL.md +117 -0
- package/templates/workspaces/olivia/skills/hotel-recommendation/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/hr-policy-generator/SKILL.md +54 -0
- package/templates/workspaces/olivia/skills/hr-policy-generator/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/human-writing/SKILL.md +41 -0
- package/templates/workspaces/olivia/skills/human-writing/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/imsg/SKILL.md +25 -0
- package/templates/workspaces/olivia/skills/imsg/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/in-depth-research/SKILL.md +124 -0
- package/templates/workspaces/olivia/skills/in-depth-research/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/in-depth-research/methodology.md +75 -0
- package/templates/workspaces/olivia/skills/in-depth-research/output-formats.md +168 -0
- package/templates/workspaces/olivia/skills/in-depth-research/sources.md +80 -0
- package/templates/workspaces/olivia/skills/javascript-skills/README.md +71 -0
- package/templates/workspaces/olivia/skills/javascript-skills/SKILL.md +746 -0
- package/templates/workspaces/olivia/skills/javascript-skills/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/SKILL.md +147 -0
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/market-research-agent/README.md +29 -0
- package/templates/workspaces/olivia/skills/market-research-agent/SKILL.md +52 -0
- package/templates/workspaces/olivia/skills/market-research-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/marketing-analytics/SKILL.md +74 -0
- package/templates/workspaces/olivia/skills/marketing-analytics/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/marketing-master-io/SKILL.md +125 -0
- package/templates/workspaces/olivia/skills/marketing-master-io/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/SKILL.md +398 -0
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/meta-ads-analytics/SKILL.md +53 -0
- package/templates/workspaces/olivia/skills/meta-ads-analytics/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/obsidian/SKILL.md +55 -0
- package/templates/workspaces/olivia/skills/obsidian/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/openclaw-accounting/SKILL.md +125 -0
- package/templates/workspaces/olivia/skills/openclaw-accounting/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANGELOG.md +35 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANNELLOG.md +73 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/README.md +161 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/SKILL.md +130 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/config.json +36 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/metadata.json +19 -0
- package/templates/workspaces/olivia/skills/openhue/SKILL.md +30 -0
- package/templates/workspaces/olivia/skills/openhue/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/orgx-operations-agent/SKILL.md +41 -0
- package/templates/workspaces/olivia/skills/orgx-operations-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/outreach/SKILL.md +84 -0
- package/templates/workspaces/olivia/skills/outreach/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/outreach/by-type.md +166 -0
- package/templates/workspaces/olivia/skills/outreach/templates.md +154 -0
- package/templates/workspaces/olivia/skills/outreach/tracking.md +145 -0
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/SKILL.md +38 -0
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/personal-productivity/SKILL.md +161 -0
- package/templates/workspaces/olivia/skills/personal-productivity/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/personal-productivity/index.js +363 -0
- package/templates/workspaces/olivia/skills/personal-productivity/package.json +15 -0
- package/templates/workspaces/olivia/skills/personal-travel/README.md +34 -0
- package/templates/workspaces/olivia/skills/personal-travel/SKILL.md +46 -0
- package/templates/workspaces/olivia/skills/personal-travel/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/SKILL.md +185 -0
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/product-manager/SKILL.md +77 -0
- package/templates/workspaces/olivia/skills/product-manager/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/quant-strategy/SKILL.md +28 -0
- package/templates/workspaces/olivia/skills/quant-strategy/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/README.md +29 -0
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/SKILL.md +45 -0
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/security-auditor/SKILL.md +399 -0
- package/templates/workspaces/olivia/skills/security-auditor/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/security-hardening/SKILL.md +296 -0
- package/templates/workspaces/olivia/skills/security-hardening/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/security-scanner/SKILL.md +67 -0
- package/templates/workspaces/olivia/skills/security-scanner/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/seo-optimization/SKILL.md +31 -0
- package/templates/workspaces/olivia/skills/seo-optimization/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/service-booking/SKILL.md +193 -0
- package/templates/workspaces/olivia/skills/service-booking/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/sme-hr-automation/SKILL.md +131 -0
- package/templates/workspaces/olivia/skills/sme-hr-automation/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/social-media-scheduler/README.md +29 -0
- package/templates/workspaces/olivia/skills/social-media-scheduler/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/social-media-scheduler/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/sonoscli/SKILL.md +26 -0
- package/templates/workspaces/olivia/skills/sonoscli/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/strategy-advisor/SKILL.md +33 -0
- package/templates/workspaces/olivia/skills/strategy-advisor/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/summarize/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/summarize/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/things-mac/SKILL.md +61 -0
- package/templates/workspaces/olivia/skills/things-mac/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/SKILL.md +121 -0
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-manager/SKILL.md +36 -0
- package/templates/workspaces/olivia/skills/travel-manager/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-planning/SKILL.md +238 -0
- package/templates/workspaces/olivia/skills/travel-planning/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-planning/booking-guide.md +91 -0
- package/templates/workspaces/olivia/skills/travel-planning/memory-template.md +111 -0
- package/templates/workspaces/olivia/skills/travel-planning/multi-city.md +131 -0
- package/templates/workspaces/olivia/skills/travel-planning/packing-templates.md +155 -0
- package/templates/workspaces/olivia/skills/travel-planning/setup.md +66 -0
- package/templates/workspaces/olivia/skills/update-it-all/SKILL.md +143 -0
- package/templates/workspaces/olivia/skills/update-it-all/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/voice/SKILL.md +62 -0
- package/templates/workspaces/olivia/skills/weather/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/weather/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/web-researcher/SKILL.md +21 -0
- package/templates/workspaces/olivia/skills/web-researcher/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/website-seo/SKILL.md +284 -0
- package/templates/workspaces/olivia/skills/website-seo/_meta.json +6 -0
- package/templates/workspaces/olivia/stripe-welcome-n8n.json +103 -0
- package/templates/workspaces/olivia/test2.wav.wav +0 -0
- package/templates/workspaces/olivia/test_speech.json +1 -0
- package/templates/workspaces/olivia/test_speech.srt +0 -0
- package/templates/workspaces/olivia/test_speech.tsv +1 -0
- package/templates/workspaces/olivia/test_speech.txt +0 -0
- package/templates/workspaces/olivia/test_speech.vtt +2 -0
- package/templates/workspaces/owen/AGENTS.md +59 -0
- package/templates/workspaces/owen/FEEDBACK.md +12 -0
- package/templates/workspaces/owen/HEARTBEAT.md +5 -0
- package/templates/workspaces/owen/IDENTITY.md +6 -0
- package/templates/workspaces/owen/LEARNINGS.md +46 -0
- package/templates/workspaces/owen/MEMORY.md +22 -0
- package/templates/workspaces/owen/PLAYBOOK.md +16 -0
- package/templates/workspaces/owen/SOUL.md +1 -1
- package/templates/workspaces/owen/TOOLS.md +15 -0
- package/templates/workspaces/owen/USER.md +17 -0
- package/templates/workspaces/parker/AGENTS.md +59 -0
- package/templates/workspaces/parker/FEEDBACK.md +11 -0
- package/templates/workspaces/parker/HEARTBEAT.md +5 -0
- package/templates/workspaces/parker/IDENTITY.md +6 -0
- package/templates/workspaces/parker/LEARNINGS.md +17 -0
- package/templates/workspaces/parker/MEMORY.md +22 -0
- package/templates/workspaces/parker/PLAYBOOK.md +16 -0
- package/templates/workspaces/parker/SOUL.md +1 -1
- package/templates/workspaces/parker/TOOLS.md +15 -0
- package/templates/workspaces/parker/USER.md +13 -0
- package/templates/workspaces/quinn/AGENTS.md +52 -0
- package/templates/workspaces/quinn/FEEDBACK.md +11 -0
- package/templates/workspaces/quinn/HEARTBEAT.md +5 -0
- package/templates/workspaces/quinn/IDENTITY.md +6 -0
- package/templates/workspaces/quinn/LEARNINGS.md +35 -0
- package/templates/workspaces/quinn/MEMORY.md +22 -0
- package/templates/workspaces/quinn/PLAYBOOK.md +16 -0
- package/templates/workspaces/quinn/SOUL.md +1 -1
- package/templates/workspaces/quinn/USER.md +17 -0
- package/templates/workspaces/quinn/alice-login-page.png +0 -0
- package/templates/workspaces/rowan/AGENTS.md +59 -0
- package/templates/workspaces/rowan/FEEDBACK.md +12 -0
- package/templates/workspaces/rowan/HEARTBEAT.md +5 -0
- package/templates/workspaces/rowan/IDENTITY.md +6 -0
- package/templates/workspaces/rowan/LEARNINGS.md +12 -0
- package/templates/workspaces/rowan/MEMORY.md +22 -0
- package/templates/workspaces/rowan/PLAYBOOK.md +16 -0
- package/templates/workspaces/rowan/SOUL.md +1 -1
- package/templates/workspaces/rowan/USER.md +17 -0
- package/templates/workspaces/selena/AGENTS.md +59 -0
- package/templates/workspaces/selena/FEEDBACK.md +12 -0
- package/templates/workspaces/selena/HEARTBEAT.md +5 -0
- package/templates/workspaces/selena/IDENTITY.md +6 -0
- package/templates/workspaces/selena/LEARNINGS.md +24 -0
- package/templates/workspaces/selena/MEMORY.md +22 -0
- package/templates/workspaces/selena/PLAYBOOK.md +16 -0
- package/templates/workspaces/selena/SOUL.md +1 -1
- package/templates/workspaces/selena/USER.md +17 -0
- package/templates/workspaces/selena/kids-ai-security-compliance-plan.md +791 -0
- package/templates/workspaces/selena/kidspark-coppa-compliance-audit.md +866 -0
- package/templates/workspaces/sloane/AGENTS.md +59 -0
- package/templates/workspaces/sloane/FEEDBACK.md +12 -0
- package/templates/workspaces/sloane/HEARTBEAT.md +9 -0
- package/templates/workspaces/sloane/IDENTITY.md +6 -0
- package/templates/workspaces/sloane/LEARNINGS.md +6 -0
- package/templates/workspaces/sloane/MEMORY.md +22 -0
- package/templates/workspaces/sloane/PLAYBOOK.md +16 -0
- package/templates/workspaces/sloane/SOUL.md +1 -1
- package/templates/workspaces/sloane/TOOLS.md +15 -0
- package/templates/workspaces/sloane/USER.md +13 -0
- package/templates/workspaces/smoketestagent/AGENTS.md +52 -0
- package/templates/workspaces/smoketestagent/FEEDBACK.md +3 -0
- package/templates/workspaces/smoketestagent/HEARTBEAT.md +14 -0
- package/templates/workspaces/smoketestagent/IDENTITY.md +6 -0
- package/templates/workspaces/smoketestagent/LEARNINGS.md +3 -0
- package/templates/workspaces/smoketestagent/MEMORY.md +24 -0
- package/templates/workspaces/smoketestagent/PLAYBOOK.md +7 -0
- package/templates/workspaces/smoketestagent/SOUL.md +32 -0
- package/templates/workspaces/smoketestagent/TOOLS.md +13 -0
- package/templates/workspaces/smoketestagent/USER.md +5 -0
- package/templates/workspaces/sophie/AGENTS.md +59 -0
- package/templates/workspaces/sophie/FEEDBACK.md +12 -0
- package/templates/workspaces/sophie/HEARTBEAT.md +9 -0
- package/templates/workspaces/sophie/IDENTITY.md +6 -0
- package/templates/workspaces/sophie/LEARNINGS.md +6 -0
- package/templates/workspaces/sophie/MEMORY.md +22 -0
- package/templates/workspaces/sophie/PLAYBOOK.md +16 -0
- package/templates/workspaces/sophie/SOUL.md +1 -1
- package/templates/workspaces/sophie/TOOLS.md +15 -0
- package/templates/workspaces/sophie/USER.md +17 -0
- package/templates/workspaces/tommy/AGENTS.md +59 -0
- package/templates/workspaces/tommy/FEEDBACK.md +12 -0
- package/templates/workspaces/tommy/HEARTBEAT.md +9 -0
- package/templates/workspaces/tommy/IDENTITY.md +6 -0
- package/templates/workspaces/tommy/LEARNINGS.md +6 -0
- package/templates/workspaces/tommy/MEMORY.md +22 -0
- package/templates/workspaces/tommy/PLAYBOOK.md +16 -0
- package/templates/workspaces/tommy/SOUL.md +1 -1
- package/templates/workspaces/tommy/TOOLS.md +15 -0
- package/templates/workspaces/tommy/USER.md +17 -0
- package/templates/workspaces/uma/AGENTS.md +59 -0
- package/templates/workspaces/uma/FEEDBACK.md +11 -0
- package/templates/workspaces/uma/HEARTBEAT.md +5 -0
- package/templates/workspaces/uma/IDENTITY.md +6 -0
- package/templates/workspaces/uma/LEARNINGS.md +11 -0
- package/templates/workspaces/uma/MEMORY.md +22 -0
- package/templates/workspaces/uma/PLAYBOOK.md +16 -0
- package/templates/workspaces/uma/SOUL.md +1 -1
- package/templates/workspaces/uma/TOOLS.md +15 -0
- package/templates/workspaces/uma/USER.md +13 -0
|
@@ -0,0 +1,866 @@
|
|
|
1
|
+
# 🛡️ KIDSPARK AI — COMPREHENSIVE COPPA COMPLIANCE AUDIT
|
|
2
|
+
|
|
3
|
+
**Prepared by:** Selena, Director of Security Engineering
|
|
4
|
+
**Date:** March 28, 2026
|
|
5
|
+
**Classification:** CONFIDENTIAL — Legal Briefing Document
|
|
6
|
+
**Purpose:** Triple-verified COPPA compliance checklist for attorney briefing
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## ⚠️ CRITICAL TIMING NOTICE
|
|
11
|
+
|
|
12
|
+
**The updated FTC COPPA Rule (published April 22, 2025 in the Federal Register) has a mandatory compliance deadline of April 22, 2026 — approximately 25 days from this audit.**
|
|
13
|
+
|
|
14
|
+
KidSpark AI MUST comply with BOTH the existing COPPA Rule AND all 2025 amendments by launch. There is zero grace period.
|
|
15
|
+
|
|
16
|
+
**Regulatory Timeline:**
|
|
17
|
+
- Original COPPA Rule: Effective April 21, 2000
|
|
18
|
+
- 2013 Amendments: Effective July 1, 2013
|
|
19
|
+
- 2025 Final Rule Amendments: Published April 22, 2025; effective June 23, 2025
|
|
20
|
+
- **Full Compliance Deadline: April 22, 2026**
|
|
21
|
+
|
|
22
|
+
**Sources:** FTC Final Rule, 16 CFR Part 312; Federal Register Vol. 90, No. 77 (April 22, 2025); FTC Press Release (January 16, 2025); FTC COPPA FAQ (updated July 22, 2025)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## THRESHOLD ANALYSIS: IS KIDSPARK COVERED?
|
|
27
|
+
|
|
28
|
+
**VERDICT: YES — UNAMBIGUOUSLY**
|
|
29
|
+
|
|
30
|
+
KidSpark AI is a "website or online service directed to children" under 16 CFR § 312.2. The FTC evaluates the following factors, ALL of which apply:
|
|
31
|
+
|
|
32
|
+
| Factor | KidSpark Status |
|
|
33
|
+
|--------|----------------|
|
|
34
|
+
| Subject matter | AI educational services for kids — **directed to children** |
|
|
35
|
+
| Visual content | Will use child-oriented design — **directed to children** |
|
|
36
|
+
| Age of target users | Ages 8-14 (includes under-13) — **directed to children** |
|
|
37
|
+
| Marketing materials | Marketed to families/kids — **directed to children** |
|
|
38
|
+
| Use of animated characters / child-oriented activities | AI tutoring, coding, creative tools for kids — **directed to children** |
|
|
39
|
+
|
|
40
|
+
KidSpark serves ages 8-14, which straddles the COPPA age boundary (under 13). This means:
|
|
41
|
+
- **Users ages 8-12:** Full COPPA protections apply — no exceptions
|
|
42
|
+
- **Users ages 13-14:** COPPA doesn't apply directly, but state laws (CCPA/CPRA, etc.) may impose additional requirements for teens
|
|
43
|
+
|
|
44
|
+
**Because KidSpark targets children as its primary audience, it is NOT a "mixed audience" service.** It cannot use age-gating to avoid COPPA for some users — it must treat the entire service as child-directed.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## 1. VERIFIABLE PARENTAL CONSENT (VPC)
|
|
49
|
+
|
|
50
|
+
### 1.1 ALL FTC-Approved VPC Methods (16 CFR § 312.5(b)(2))
|
|
51
|
+
|
|
52
|
+
The following methods are explicitly enumerated in the amended Rule as of April 22, 2025:
|
|
53
|
+
|
|
54
|
+
| # | Method | Citation | Notes |
|
|
55
|
+
|---|--------|----------|-------|
|
|
56
|
+
| 1 | **Signed consent form** returned by postal mail, fax, or electronic scan | § 312.5(b)(2)(i) | Gold standard but slow; requires physical signature |
|
|
57
|
+
| 2 | **Credit card/debit card/online payment system** with transaction notification to primary account holder | § 312.5(b)(2)(ii) | **Updated in 2025** — now explicitly includes any payment system with per-transaction notifications, whether monetary or not |
|
|
58
|
+
| 3 | **Toll-free phone call** to trained personnel | § 312.5(b)(2)(iii) | Requires staffing; expensive |
|
|
59
|
+
| 4 | **Video conference** with trained personnel | § 312.5(b)(2)(iv) | New option; requires trained staff |
|
|
60
|
+
| 5 | **Government-issued ID verification** against databases | § 312.5(b)(2)(v) | ID must be deleted promptly after verification |
|
|
61
|
+
| 6 | **Knowledge-based authentication (KBA)** — dynamic multiple-choice questions | § 312.5(b)(2)(vi) | **NEW in 2025 amendments.** Questions must be (A) sufficiently numerous with adequate possible answers so guessing probability is low, and (B) difficult enough that a child age 12 or younger could not reasonably ascertain the answers |
|
|
62
|
+
| 7 | **Facial recognition matching** — government-issued photo ID compared to webcam/phone image | § 312.5(b)(2)(vii) | **NEW in 2025 amendments.** Must be confirmed by trained personnel; ID and images must be promptly deleted after match confirmed |
|
|
63
|
+
| 8 | **Email-plus** (for internal use only, no disclosure to third parties) | § 312.5(b)(2)(viii) | Email + confirmatory email, or email + postal address/phone confirmation. **Cannot be used if disclosing data to third parties.** |
|
|
64
|
+
| 9 | **Text message-plus** (for internal use only, no disclosure to third parties) | § 312.5(b)(2)(ix) | **NEW in 2025 amendments.** Text + confirmatory text, or text + postal/phone confirmation. **Cannot be used if disclosing data to third parties.** Must include notice that parent can revoke consent. |
|
|
65
|
+
|
|
66
|
+
### 1.2 Recommended VPC Method(s) for KidSpark
|
|
67
|
+
|
|
68
|
+
**PRIMARY RECOMMENDATION: Credit Card/Online Payment System (Method #2)**
|
|
69
|
+
|
|
70
|
+
Rationale:
|
|
71
|
+
- KidSpark is a **paid subscription service** — parents are already providing payment information via Stripe
|
|
72
|
+
- The 2025 amendment explicitly broadened this to include "other online payment system that provides notification of each discrete transaction to the primary account holder"
|
|
73
|
+
- A Stripe charge (even $0.50 or $1.00) creates an auditable trail and triggers notification to the cardholder
|
|
74
|
+
- This is the **lowest-friction, highest-assurance** method for a subscription service
|
|
75
|
+
- Rob already plans to use Stripe — this aligns with existing infrastructure
|
|
76
|
+
|
|
77
|
+
**Is the Stripe micro-charge ($0.50) method still FTC-approved as of 2026?**
|
|
78
|
+
|
|
79
|
+
**YES.** The 2025 amended Rule at § 312.5(b)(2)(ii) reads: "Requiring a parent, in connection with a transaction, to use a credit card, debit card, or other online payment system that provides notification of each discrete transaction to the primary account holder." The key requirement is that the payment system provides **per-transaction notification**. Stripe does this. The FTC FAQ (Section I, FAQ H.5) has historically confirmed that a credit card transaction (even a small one) satisfies this requirement. The 2025 rule actually *expanded* this method beyond just credit/debit cards to include any notification-providing payment system.
|
|
80
|
+
|
|
81
|
+
**⚠️ CRITICAL NOTE:** Per the FTC's 2021 FAQ update, if you use a credit card but do NOT charge it, you should supplement with additional safeguards (e.g., knowledge-based questions). The safest approach is to **actually charge a small amount** (even $0.50-$1.00) or use the subscription's first payment as the VPC transaction.
|
|
82
|
+
|
|
83
|
+
**SECONDARY RECOMMENDATION: Knowledge-Based Authentication (Method #6)**
|
|
84
|
+
|
|
85
|
+
Use as a fallback or supplement for situations where payment-based consent isn't feasible (e.g., free trials, gift subscriptions). KBA is newly approved and relatively easy to implement programmatically.
|
|
86
|
+
|
|
87
|
+
### 1.3 What Happens If a Child Signs Up Without Parental Consent
|
|
88
|
+
|
|
89
|
+
**Under 16 CFR § 312.3 and § 312.5:**
|
|
90
|
+
1. You **MUST NOT** collect, use, or disclose any personal information from the child
|
|
91
|
+
2. If you discover unauthorized collection, you must **immediately cease** all collection
|
|
92
|
+
3. You must **delete** all personal information already collected from that child
|
|
93
|
+
4. Per the FTC FAQ (Section B, Q.4): "Until you get your website or online service into compliance, you must stop collecting, disclosing, or using personal information from children under age 13"
|
|
94
|
+
|
|
95
|
+
**KidSpark Implementation Requirements:**
|
|
96
|
+
- Implement an **age gate** at registration (neutral, no default age, no encouragement to falsify)
|
|
97
|
+
- If age < 13 is entered, **block registration** and display parental consent flow
|
|
98
|
+
- Collect parent's email/phone to initiate VPC process
|
|
99
|
+
- **Do NOT collect ANY child data** until VPC is complete
|
|
100
|
+
- If VPC is not obtained within a reasonable time, delete the parent's contact info (§ 312.5(c)(1))
|
|
101
|
+
- Implement monitoring to detect age misrepresentation
|
|
102
|
+
|
|
103
|
+
### 1.4 Age Gate Requirements
|
|
104
|
+
|
|
105
|
+
Per 16 CFR § 312.2 (definition of "mixed audience website or online service"):
|
|
106
|
+
- Age collection must be done in a **neutral manner**
|
|
107
|
+
- Must **not default to a set age**
|
|
108
|
+
- Must **not encourage visitors to falsify age information**
|
|
109
|
+
- Use a free-form date of birth field, NOT a dropdown defaulting to an adult year
|
|
110
|
+
- Do NOT use checkboxes like "I am over 13" — use neutral DOB collection
|
|
111
|
+
- If the user enters an age under 13, enter the parental consent flow
|
|
112
|
+
|
|
113
|
+
**⚠️ IMPORTANT:** Because KidSpark is directed to children (not a mixed audience service), you still need VPC for ALL users you know to be under 13, regardless of age-gating. The age gate here serves to **trigger the parental consent flow**, not to exclude children.
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## 2. PRIVACY POLICY REQUIREMENTS
|
|
118
|
+
|
|
119
|
+
### 2.1 What MUST Be in the Privacy Policy (16 CFR § 312.4(d))
|
|
120
|
+
|
|
121
|
+
The online privacy policy must include ALL of the following:
|
|
122
|
+
|
|
123
|
+
1. **Operator identification:**
|
|
124
|
+
- Name, address, telephone number, and email address of ALL operators collecting/maintaining children's personal information
|
|
125
|
+
- If multiple operators: may designate one to handle all parent inquiries, but must list all operator names
|
|
126
|
+
|
|
127
|
+
2. **Description of information practices:**
|
|
128
|
+
- What personal information is collected from children
|
|
129
|
+
- Whether the service enables children to make personal information publicly available
|
|
130
|
+
- How the operator uses such information
|
|
131
|
+
- Disclosure practices, including:
|
|
132
|
+
- **Identities and specific categories of third parties** to which information is disclosed *(NEW — 2025 amendment)*
|
|
133
|
+
- **Purposes for such disclosures** *(NEW — 2025 amendment)*
|
|
134
|
+
|
|
135
|
+
3. **Data retention policy:** *(NEW — 2025 amendment)*
|
|
136
|
+
- Business need for retaining children's personal information
|
|
137
|
+
- Timeframe for deletion
|
|
138
|
+
|
|
139
|
+
4. **Persistent identifier disclosures:** *(NEW — 2025 amendment)*
|
|
140
|
+
- If applicable, the specific internal operations for which persistent identifiers are collected
|
|
141
|
+
- The means used to ensure such identifiers are not used to contact individuals, build profiles, or serve behavioral advertising
|
|
142
|
+
|
|
143
|
+
5. **Audio file disclosures:** *(NEW — 2025 amendment)*
|
|
144
|
+
- If collecting audio files containing a child's voice: description of how they're used and confirmation they're deleted immediately after responding to the request
|
|
145
|
+
|
|
146
|
+
6. **Parental rights:**
|
|
147
|
+
- That parents can review or have deleted the child's personal information
|
|
148
|
+
- That parents can refuse to permit further collection or use
|
|
149
|
+
- Procedures for exercising these rights
|
|
150
|
+
|
|
151
|
+
### 2.2 Where the Privacy Policy Must Be Posted
|
|
152
|
+
|
|
153
|
+
Per 16 CFR § 312.4(d):
|
|
154
|
+
- **Home page or landing screen** of the website/service — prominent, clearly labeled link
|
|
155
|
+
- **Each area** where personal information is collected from children — link in close proximity to information requests
|
|
156
|
+
- For apps: on the **home screen** of the app (recommended also in the app store listing as best practice)
|
|
157
|
+
|
|
158
|
+
### 2.3 Direct Notice to Parents — What Must It Contain
|
|
159
|
+
|
|
160
|
+
The direct notice (separate from the online policy) must be sent to parents BEFORE collecting information. Per 16 CFR § 312.4(c)(1), the consent-seeking direct notice must include:
|
|
161
|
+
|
|
162
|
+
1. That the operator collected the parent's/child's contact info to obtain consent
|
|
163
|
+
2. That parental consent is required and NO information will be collected without it
|
|
164
|
+
3. **The specific items of personal information** the operator intends to collect
|
|
165
|
+
4. **How the operator intends to use** such information *(expanded in 2025)*
|
|
166
|
+
5. **Potential opportunities for disclosure** if parent consents
|
|
167
|
+
6. **Identity or categories of third parties** that would receive the data and purposes for sharing *(NEW — 2025)*
|
|
168
|
+
7. **That the parent can consent to collection/use WITHOUT consenting to third-party disclosure** (unless disclosure is integral) *(NEW — 2025)*
|
|
169
|
+
8. A hyperlink to the full online privacy policy
|
|
170
|
+
9. The means by which the parent can provide verifiable consent
|
|
171
|
+
10. That if the parent doesn't consent within a reasonable time, the contact information will be deleted
|
|
172
|
+
|
|
173
|
+
### 2.4 How Often the Privacy Policy Must Be Updated
|
|
174
|
+
|
|
175
|
+
- Must be updated **whenever there is a material change** to collection, use, or disclosure practices
|
|
176
|
+
- Must provide **direct notice** to parents of material changes to practices previously consented to (16 CFR § 312.4(b))
|
|
177
|
+
- Under the 2025 amendments, the written data retention policy must be **reviewed and updated at least annually** as part of the security program (§ 312.8(b))
|
|
178
|
+
- **Best practice:** Review and update quarterly or whenever new features launch
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## 3. DATA COLLECTION & MINIMIZATION
|
|
183
|
+
|
|
184
|
+
### 3.1 What Data Can and Cannot Be Collected
|
|
185
|
+
|
|
186
|
+
**COPPA's Cardinal Rule (16 CFR § 312.7):** An operator may NOT condition a child's participation in an activity on the child providing **more personal information than is reasonably necessary** to participate in that activity.
|
|
187
|
+
|
|
188
|
+
**"Personal information" under the amended Rule (16 CFR § 312.2) includes:**
|
|
189
|
+
|
|
190
|
+
| Category | Example | KidSpark Impact |
|
|
191
|
+
|----------|---------|-----------------|
|
|
192
|
+
| First and last name | Child's name | Required for account — collect with VPC |
|
|
193
|
+
| Home/physical address | Street + city | **DO NOT COLLECT** unless absolutely necessary |
|
|
194
|
+
| Online contact info | Email address | Collect parent's only; child gets system-generated username |
|
|
195
|
+
| Screen/user name (if functions as contact info) | Username that enables direct contact | Assign non-identifiable usernames |
|
|
196
|
+
| Telephone number | Phone | **DO NOT COLLECT** from children |
|
|
197
|
+
| Government-issued identifiers | SSN, passport, birth certificate, state ID | **NEVER COLLECT** *(expanded in 2025 to include passport, birth cert, state ID)* |
|
|
198
|
+
| Persistent identifiers | Cookies, IP addresses, device IDs, unique identifiers | Collect ONLY for "support for internal operations" without VPC; otherwise need VPC |
|
|
199
|
+
| Photos/video/audio containing child's image or voice | User photos, voice recordings | Requires VPC; special rules for audio (see below) |
|
|
200
|
+
| Geolocation (street-level) | GPS data | **DO NOT COLLECT** — Apitor was fined for this in Sept 2025 |
|
|
201
|
+
| Biometric identifiers | Fingerprints, voiceprints, facial templates, gait patterns, DNA, iris patterns | **NEVER COLLECT** *(NEW in 2025 — explicit prohibition without VPC)* |
|
|
202
|
+
| Combined information | Any info combined with an identifier above | Treated as personal information |
|
|
203
|
+
|
|
204
|
+
### 3.2 AI Conversation Logs — Are They "Personal Information"?
|
|
205
|
+
|
|
206
|
+
**YES — with high probability.** Here's the analysis:
|
|
207
|
+
|
|
208
|
+
1. **If a child types their name, address, school, or any personal details in a chat:** Those are unambiguously personal information under COPPA, even if volunteered. The FTC FAQ (A.10) explicitly states COPPA applies even to voluntarily provided information.
|
|
209
|
+
|
|
210
|
+
2. **Conversation logs tied to a persistent account identifier:** The logs themselves become "information concerning the child ... that the operator collects online from the child and combines with an identifier" (§ 312.2(11)). This makes them personal information.
|
|
211
|
+
|
|
212
|
+
3. **AI conversation logs contain patterns of thought, interests, learning levels, and potentially identifying details** that, when tied to an account, constitute a comprehensive profile of the child.
|
|
213
|
+
|
|
214
|
+
**⚠️ CRITICAL FINDING:** The FTC's commentary on the 2025 Final Rule explicitly states that disclosures of children's personal information "to train or otherwise develop artificial intelligence technologies are not integral to the website or online service and would require [separate, verifiable parental] consent." (Federal Register, April 22, 2025)
|
|
215
|
+
|
|
216
|
+
**KidSpark Requirements:**
|
|
217
|
+
- Treat ALL AI conversation logs as personal information
|
|
218
|
+
- Apply data minimization — only retain what's necessary for the service
|
|
219
|
+
- Include conversation log handling in the privacy policy
|
|
220
|
+
- Get VPC before collecting
|
|
221
|
+
- Never use conversation logs for AI training without SEPARATE explicit parental consent
|
|
222
|
+
- Implement automatic purging based on retention policy
|
|
223
|
+
|
|
224
|
+
### 3.3 AI-Generated Images Tied to a Child's Account
|
|
225
|
+
|
|
226
|
+
AI-generated images (e.g., from Spark Studio or Spark Creator) that are:
|
|
227
|
+
- **Tied to a child's account** → Combined with a persistent identifier → personal information
|
|
228
|
+
- **Containing a child's likeness** (e.g., if the child uploads a photo to generate from) → Photograph containing child's image → unambiguously personal information
|
|
229
|
+
- **Generated art/content without child's likeness** but stored under their account → Still combined with an identifier → personal information under § 312.2(11)
|
|
230
|
+
|
|
231
|
+
**Requirements:**
|
|
232
|
+
- Treat all child-account-linked generated images as personal information
|
|
233
|
+
- Include in data retention policy
|
|
234
|
+
- Make available for parental review
|
|
235
|
+
- Delete upon request or consent revocation
|
|
236
|
+
|
|
237
|
+
### 3.4 Usage Analytics / Telemetry
|
|
238
|
+
|
|
239
|
+
**Persistent identifiers** (cookies, device IDs, analytics IDs) collected solely for "support for internal operations" are **exempt from VPC** under § 312.5(c)(7), but ONLY if used for:
|
|
240
|
+
- Maintaining/analyzing the functioning of the service
|
|
241
|
+
- Network communications
|
|
242
|
+
- Authenticating users or personalizing content
|
|
243
|
+
- Serving contextual (NOT behavioral/targeted) advertising
|
|
244
|
+
- Frequency capping of ads
|
|
245
|
+
- Protecting security/integrity
|
|
246
|
+
- Ensuring legal/regulatory compliance
|
|
247
|
+
|
|
248
|
+
**⚠️ CRITICAL RESTRICTION:** Even when exempt from VPC, persistent identifiers for internal operations **CANNOT** be used to:
|
|
249
|
+
- Contact a specific individual
|
|
250
|
+
- Serve behavioral advertising
|
|
251
|
+
- Amass a profile on a specific individual
|
|
252
|
+
- Any purpose other than those specifically listed
|
|
253
|
+
|
|
254
|
+
**KidSpark Requirements:**
|
|
255
|
+
- Use first-party analytics only (NO third-party analytics SDKs that track across services)
|
|
256
|
+
- Configure analytics to avoid cross-site tracking
|
|
257
|
+
- Do NOT use Google Analytics, Facebook Pixel, or similar tracking tools without VPC
|
|
258
|
+
- Disclose internal operations use of persistent identifiers in online notice *(NEW — 2025 requirement)*
|
|
259
|
+
|
|
260
|
+
### 3.5 Persistent Identifiers (Cookies, Device IDs)
|
|
261
|
+
|
|
262
|
+
**Can you use them?** Yes, with limitations:
|
|
263
|
+
- **For internal operations only:** No VPC required, but must be disclosed in online notice
|
|
264
|
+
- **For any other purpose:** VPC required
|
|
265
|
+
- **For targeted/behavioral advertising:** **PROHIBITED** without separate VPC *(NEW — 2025)*
|
|
266
|
+
- **For third-party sharing:** Separate VPC required *(NEW — 2025)*
|
|
267
|
+
|
|
268
|
+
---
|
|
269
|
+
|
|
270
|
+
## 4. DATA RETENTION & DELETION
|
|
271
|
+
|
|
272
|
+
### 4.1 Maximum Retention Periods
|
|
273
|
+
|
|
274
|
+
The 2025 amendments (§ 312.10) now explicitly require:
|
|
275
|
+
|
|
276
|
+
> "An operator of a website or online service shall retain personal information collected online from a child for **only as long as is reasonably necessary to fulfill the specific purpose(s) for which the information was collected**. ... **Personal information collected online from a child may not be retained indefinitely.**"
|
|
277
|
+
|
|
278
|
+
**There is no specific maximum period set by the FTC** — it depends on the purpose. But the rule is clear:
|
|
279
|
+
- Define the purpose
|
|
280
|
+
- Define the timeframe
|
|
281
|
+
- Delete when the timeframe expires
|
|
282
|
+
- **Indefinite retention is a per se violation**
|
|
283
|
+
|
|
284
|
+
**KidSpark Requirements:**
|
|
285
|
+
- **Written data retention policy** is now MANDATORY (§ 312.10)
|
|
286
|
+
- Policy must specify:
|
|
287
|
+
- Purposes for which children's information is collected
|
|
288
|
+
- Business need for retaining such information
|
|
289
|
+
- **Specific timeframe for deletion**
|
|
290
|
+
- Must be published as part of the online notice (hyperlink required)
|
|
291
|
+
|
|
292
|
+
**Recommended Retention Periods for KidSpark:**
|
|
293
|
+
|
|
294
|
+
| Data Type | Recommended Retention | Justification |
|
|
295
|
+
|-----------|----------------------|---------------|
|
|
296
|
+
| Account information (name, age) | Active subscription + 30 days | Account management |
|
|
297
|
+
| AI conversation logs | 90 days rolling | Service improvement, context |
|
|
298
|
+
| Generated images/content | Active subscription + 30 days | User access to their work |
|
|
299
|
+
| Usage analytics (anonymized) | 12 months | Service improvement |
|
|
300
|
+
| Payment records (parent only) | As required by financial regulations | Legal compliance |
|
|
301
|
+
| VPC records | Duration of consent + 3 years | Compliance documentation |
|
|
302
|
+
|
|
303
|
+
### 4.2 Parental Right to Review Data
|
|
304
|
+
|
|
305
|
+
Per 16 CFR § 312.6(a):
|
|
306
|
+
- Parents have the right to **review** personal information collected from their child
|
|
307
|
+
- The operator must provide a means for the parent to review information
|
|
308
|
+
- Before providing access, must use **reasonable procedures to verify** the requestor is the parent (same identity verification as VPC)
|
|
309
|
+
- Must **not condition** review access on the parent consenting to further collection
|
|
310
|
+
|
|
311
|
+
### 4.3 Parental Right to Delete Data
|
|
312
|
+
|
|
313
|
+
Per 16 CFR § 312.6(a):
|
|
314
|
+
- Parents have the right to **have deleted** the personal information collected from their child
|
|
315
|
+
- Operator must comply with deletion requests
|
|
316
|
+
- Deletion must use "reasonable measures to protect against unauthorized access to, or use of, the information in connection with its deletion" (§ 312.10)
|
|
317
|
+
|
|
318
|
+
### 4.4 Parental Right to Revoke Consent
|
|
319
|
+
|
|
320
|
+
Per 16 CFR § 312.6(a):
|
|
321
|
+
- Parents may **refuse to permit further use or collection** of a child's personal information
|
|
322
|
+
- This effectively **revokes consent** going forward
|
|
323
|
+
- The operator must honor this, which may mean terminating the child's account
|
|
324
|
+
- Must NOT use revocation as a penalty or withhold other services as retaliation
|
|
325
|
+
|
|
326
|
+
### 4.5 Required Response Time for Deletion Requests
|
|
327
|
+
|
|
328
|
+
**The COPPA Rule does not specify an exact response time.** However:
|
|
329
|
+
- The FTC expects "reasonable" response times
|
|
330
|
+
- **Best practice:** Acknowledge within 48 hours, complete deletion within 30 days
|
|
331
|
+
- California's CCPA/CPRA requires response within 45 days (with possible 45-day extension)
|
|
332
|
+
- For an AI service: consider that deletion may need to propagate through model training data, caches, and backups
|
|
333
|
+
|
|
334
|
+
### 4.6 Data Handling When Subscription Expires
|
|
335
|
+
|
|
336
|
+
**COPPA requires deletion when data is no longer necessary for its purpose.**
|
|
337
|
+
- When a subscription expires, the purpose for collection (providing the service) is no longer valid
|
|
338
|
+
- **Recommended approach:**
|
|
339
|
+
1. At subscription expiration: notify parent that data will be deleted in 30 days
|
|
340
|
+
2. Offer parent an opportunity to download/export their child's data
|
|
341
|
+
3. After 30 days: delete all personal information
|
|
342
|
+
4. Retain only anonymized, aggregated data (if needed for analytics)
|
|
343
|
+
5. Retain VPC records for compliance documentation (separate from child's personal data)
|
|
344
|
+
|
|
345
|
+
---
|
|
346
|
+
|
|
347
|
+
## 5. AI-SPECIFIC COPPA CONCERNS (2025-2026)
|
|
348
|
+
|
|
349
|
+
### 5.1 FTC Guidance on AI Chatbots for Children
|
|
350
|
+
|
|
351
|
+
**The FTC is treating AI chatbots for children as a top enforcement priority.**
|
|
352
|
+
|
|
353
|
+
Key developments:
|
|
354
|
+
- **September 11, 2025:** FTC launched a **Section 6(b) inquiry** into AI companion chatbots, issuing orders to seven companies seeking information on safety practices, data handling, and impacts on children and teens
|
|
355
|
+
- **May 21, 2025:** EPIC and Fairplay filed a letter with the FTC requesting investigation of Google Gemini for potential COPPA violations related to AI services for children under 13
|
|
356
|
+
- FTC Chairman Andrew Ferguson has stated protecting children's privacy online is a "top priority" and "day-one promise"
|
|
357
|
+
- **December 2025:** ESRB published analysis of the "ABCs of the 2025 Privacy Playground," noting FTC's specific focus on AI chatbot data collection, usage, and retention practices
|
|
358
|
+
|
|
359
|
+
**KidSpark is EXACTLY the type of service the FTC is scrutinizing.** An AI-powered service explicitly marketed to children with chatbot functionality (Spark Tutor) will be under maximum regulatory attention.
|
|
360
|
+
|
|
361
|
+
### 5.2 Can AI Models Be Trained/Fine-Tuned on Children's Interactions?
|
|
362
|
+
|
|
363
|
+
**NOT without separate, explicit verifiable parental consent.**
|
|
364
|
+
|
|
365
|
+
The FTC's commentary in the 2025 Final Rule is unambiguous (Federal Register, April 22, 2025):
|
|
366
|
+
|
|
367
|
+
> "Disclosures of a child's personal information to third parties for monetary or other consideration, for advertising purposes, **or to train or otherwise develop artificial intelligence technologies, are not integral to the website or online service and would require consent.**"
|
|
368
|
+
|
|
369
|
+
This means:
|
|
370
|
+
- ❌ Cannot use children's conversation logs to train or fine-tune AI models without separate VPC
|
|
371
|
+
- ❌ Cannot share children's data with third-party AI providers (e.g., OpenAI, Anthropic) for model improvement without separate VPC
|
|
372
|
+
- ❌ Cannot use children's interactions to improve recommendation algorithms that constitute profiling
|
|
373
|
+
- ✅ CAN use children's data to provide the service itself (e.g., maintaining conversation context within a session) with standard VPC
|
|
374
|
+
- ⚠️ The FTC has not yet addressed how to handle AI model "unlearning" if a parent revokes consent after data was used for training
|
|
375
|
+
|
|
376
|
+
**KidSpark Requirements:**
|
|
377
|
+
- If using a third-party AI API (OpenAI, Anthropic, etc.): ensure the API provider's terms PROHIBIT using KidSpark's input data for training
|
|
378
|
+
- Many AI providers have "zero data retention" API options — **USE THEM**
|
|
379
|
+
- If self-hosting models: do NOT fine-tune on children's data without separate VPC
|
|
380
|
+
- Get written contractual assurances from any AI provider about data handling
|
|
381
|
+
|
|
382
|
+
### 5.3 Voice/Audio Collection Rules
|
|
383
|
+
|
|
384
|
+
Per § 312.2 (personal information definition #8): "A photograph, video, or **audio file** where such file contains a **child's image or voice**" is personal information.
|
|
385
|
+
|
|
386
|
+
**2025 Amendment added specific requirements for audio (§ 312.4(d)(4) and § 312.5(c)(9)):**
|
|
387
|
+
- If collecting audio files containing a child's voice AND no other personal information (e.g., voice commands):
|
|
388
|
+
- May be exempt from VPC IF the audio is used solely to respond to a one-time request
|
|
389
|
+
- Must **delete the audio file immediately** after responding to the request
|
|
390
|
+
- Must disclose in the online notice how audio files are used and that they are deleted immediately
|
|
391
|
+
|
|
392
|
+
**For KidSpark voice features:**
|
|
393
|
+
- If implementing voice-to-text for Spark Tutor or other products:
|
|
394
|
+
- Process voice locally or via API with zero-retention agreement
|
|
395
|
+
- Delete audio immediately after transcription
|
|
396
|
+
- Do NOT store voice recordings
|
|
397
|
+
- If voice is used for biometric identification (voiceprint): requires VPC and falls under NEW biometric identifier rules
|
|
398
|
+
- Disclose voice handling practices in privacy policy
|
|
399
|
+
|
|
400
|
+
### 5.4 Image Generation — COPPA Implications
|
|
401
|
+
|
|
402
|
+
**AI-generated images of/for children:**
|
|
403
|
+
- Images generated BY a child (prompts, creative work) → stored under account → personal information (combined with identifier)
|
|
404
|
+
- Images generated OF a child (e.g., child uploads selfie to generate avatar) → photograph containing child's image → personal information
|
|
405
|
+
- AI-generated images that don't depict the child → if tied to account, still personal information
|
|
406
|
+
|
|
407
|
+
**Additional concerns:**
|
|
408
|
+
- Ensure AI image generation has content safety guardrails (prevent generation of harmful/inappropriate content)
|
|
409
|
+
- Do NOT allow children to generate realistic images of other real people
|
|
410
|
+
- Implement content moderation for child-generated prompts
|
|
411
|
+
- Store generated images under the data retention policy with defined deletion timelines
|
|
412
|
+
|
|
413
|
+
### 5.5 Recent FTC Enforcement Actions Against AI/Tech Companies Serving Kids (2024-2026)
|
|
414
|
+
|
|
415
|
+
| Date | Company | Violation | Penalty | Key Lesson |
|
|
416
|
+
|------|---------|-----------|---------|------------|
|
|
417
|
+
| **Sept 2025** | **Disney** | Failed to mark child-directed YouTube videos as "Made for Kids," enabling unlawful collection of children's data for targeted advertising | **$10 million** + 10-year Audience Designation Program | Even indirect data collection (via third-party platforms) triggers COPPA |
|
|
418
|
+
| **Sept 2025** | **Apitor Technology** | Robot toy app collected geolocation data from children via Chinese SDK without parental consent | **$500,000** (suspended) | Third-party SDKs in your app are YOUR responsibility |
|
|
419
|
+
| **Sept 2025** | **FTC Section 6(b) inquiry** | Investigation of 7 AI companion chatbot companies | Investigation ongoing | The FTC is actively investigating AI chatbots' impact on children |
|
|
420
|
+
| **May 2023** | **Amazon (Alexa)** | Retained children's voice recordings indefinitely; undermined parental deletion requests; used recordings to train AI | **$25 million** | ⚠️ **DIRECTLY RELEVANT** — retaining children's AI interaction data and using it for model training |
|
|
421
|
+
| **Dec 2022** | **Epic Games (Fortnite)** | Default privacy settings exposed children; dark patterns tricked purchases | **$275 million** civil penalty + $245 million refunds | Largest COPPA penalty ever; default settings must protect children |
|
|
422
|
+
| **2024** | **NGL Labs** | Anonymous messaging app marketed to children/teens | Settlement with FTC + LA DA | Marketing to children triggers COPPA even if ToS says "not for kids" |
|
|
423
|
+
| **2023** | **Microsoft (Xbox)** | Collected personal info from child Xbox sign-ups without adequate VPC | **$20 million** | Large tech companies are not immune |
|
|
424
|
+
| **2019** | **Google/YouTube** | Collected persistent identifiers from child-directed channels without consent | **$170 million** (FTC + NY AG) | Persistent identifiers on child-directed content = COPPA violation |
|
|
425
|
+
|
|
426
|
+
**Pattern:** The FTC under Chairman Ferguson (2025-present) has signaled AGGRESSIVE enforcement. Penalties range from $500,000 to $275 million. AI-specific enforcement is clearly coming.
|
|
427
|
+
|
|
428
|
+
---
|
|
429
|
+
|
|
430
|
+
## 6. UPDATED COPPA RULE (APRIL 2026) — WHAT'S NEW
|
|
431
|
+
|
|
432
|
+
### 6.1 Summary of 2025 Amendments (Effective June 23, 2025; Compliance by April 22, 2026)
|
|
433
|
+
|
|
434
|
+
The FTC voted **5-0** (unanimous, bipartisan) on January 16, 2025 to finalize these amendments. They were published in the Federal Register on April 22, 2025.
|
|
435
|
+
|
|
436
|
+
### 6.2 Separate Opt-In for Targeted Advertising (§ 312.5(a)(2))
|
|
437
|
+
|
|
438
|
+
**THIS IS THE BIGGEST CHANGE.**
|
|
439
|
+
|
|
440
|
+
- Operators must obtain **SEPARATE verifiable parental consent** before disclosing children's personal information to third parties for targeted advertising or other non-integral purposes
|
|
441
|
+
- Parents must be given the option to consent to collection/use WITHOUT consenting to third-party disclosure
|
|
442
|
+
- **Operators CANNOT condition access** to the service on obtaining this separate consent
|
|
443
|
+
- This means: A child must be able to use KidSpark even if the parent declines third-party data sharing
|
|
444
|
+
|
|
445
|
+
**KidSpark Impact:** Since KidSpark should NOT be doing targeted advertising to children at all, this mainly means:
|
|
446
|
+
- Do NOT share children's data with any ad network
|
|
447
|
+
- Do NOT implement behavioral advertising
|
|
448
|
+
- If using any third-party service that receives children's data, get separate consent AND disclose the specific third parties
|
|
449
|
+
|
|
450
|
+
### 6.3 EdTech Provisions
|
|
451
|
+
|
|
452
|
+
**The FTC ultimately decided NOT to adopt the proposed EdTech-specific amendments** from the 2024 NPRM. The Commission stated it remains concerned but declined to finalize specific EdTech provisions at this time.
|
|
453
|
+
|
|
454
|
+
However, existing COPPA requirements still apply to EdTech:
|
|
455
|
+
- Schools CAN provide consent in lieu of parents for educational purposes (per § 312.5(c)(2) and the "school official" exception from COPPA FAQ Section N)
|
|
456
|
+
- But the operator must ensure the school's use is solely for an educational purpose
|
|
457
|
+
- KidSpark is a **direct-to-consumer** service (not school-provided), so the school exception likely doesn't apply unless Rob also offers B2B2School licensing
|
|
458
|
+
|
|
459
|
+
### 6.4 Push Notification Rules
|
|
460
|
+
|
|
461
|
+
**The FTC proposed but ultimately did NOT finalize push notification restrictions.**
|
|
462
|
+
|
|
463
|
+
From the FTC's January 2025 press release: "While the Commission declined to finalize those particular proposals, the agency notes that it remains concerned about the use of push notifications and other engagement techniques to keep kids online in ways that could harm their mental health."
|
|
464
|
+
|
|
465
|
+
**KidSpark Recommendation:** Even though not formally required, do NOT use manipulative push notifications for children. The FTC has signaled this may be addressed in future rulemaking or enforcement under Section 5.
|
|
466
|
+
|
|
467
|
+
### 6.5 Enhanced Security Requirements (§ 312.8(b)) — NEW
|
|
468
|
+
|
|
469
|
+
Operators must now implement a **written children's personal information security program** that includes:
|
|
470
|
+
|
|
471
|
+
1. **Designated personnel:** One or more employees responsible for coordinating the security program
|
|
472
|
+
2. **Risk assessment:** Identify and assess internal and external risks to the confidentiality, security, and integrity of children's personal information
|
|
473
|
+
3. **Safeguards:** Implement and maintain safeguards to address identified risks
|
|
474
|
+
4. **Testing:** Regularly test the effectiveness of safeguards
|
|
475
|
+
5. **Annual review:** Review and update the program at least annually
|
|
476
|
+
6. **Third-party assurances:** Before allowing other operators, service providers, or third parties to collect/maintain children's personal information, must:
|
|
477
|
+
- Determine they are **capable of maintaining** confidentiality, security, and integrity
|
|
478
|
+
- Obtain **written assurances** that they will employ reasonable measures
|
|
479
|
+
|
|
480
|
+
**This is modeled on the FTC's Safeguards Rule** (used for financial institutions). It's a significant new compliance burden.
|
|
481
|
+
|
|
482
|
+
### 6.6 New Data Retention Requirements (§ 312.10) — NEW
|
|
483
|
+
|
|
484
|
+
- Personal information **may not be retained indefinitely** (explicit prohibition)
|
|
485
|
+
- Must establish, implement, and maintain a **written data retention policy** that specifies:
|
|
486
|
+
- Purposes for collecting children's personal information
|
|
487
|
+
- Business need for retaining it
|
|
488
|
+
- **Specific timeframe for deletion**
|
|
489
|
+
- Must provide the retention policy in the online notice (via hyperlink)
|
|
490
|
+
- Must delete using "reasonable measures to protect against unauthorized access"
|
|
491
|
+
|
|
492
|
+
### 6.7 Expanded Definition of Personal Information — NEW
|
|
493
|
+
|
|
494
|
+
- **Biometric identifiers** added: fingerprints, handprints, retina patterns, iris patterns, genetic data (DNA), voiceprints, gait patterns, facial templates, faceprints
|
|
495
|
+
- **Government-issued identifiers** beyond SSN: state ID card numbers, birth certificate numbers, passport numbers
|
|
496
|
+
|
|
497
|
+
### 6.8 New VPC Methods — NEW
|
|
498
|
+
|
|
499
|
+
- Knowledge-based authentication
|
|
500
|
+
- Facial recognition matching to government ID
|
|
501
|
+
- Text message-plus (for non-disclosure scenarios)
|
|
502
|
+
- Credit card method expanded to include any notification-providing payment system
|
|
503
|
+
|
|
504
|
+
### 6.9 Enhanced Notice Requirements — NEW
|
|
505
|
+
|
|
506
|
+
- Direct notice must include third-party identities and sharing purposes
|
|
507
|
+
- Online notice must include data retention policy
|
|
508
|
+
- Online notice must describe internal operations use of persistent identifiers
|
|
509
|
+
- Online notice must describe audio file handling (if applicable)
|
|
510
|
+
|
|
511
|
+
---
|
|
512
|
+
|
|
513
|
+
## 7. SAFE HARBOR PROGRAMS
|
|
514
|
+
|
|
515
|
+
### 7.1 FTC-Approved COPPA Safe Harbor Programs
|
|
516
|
+
|
|
517
|
+
As of March 2026, there are **six** FTC-approved Safe Harbor programs:
|
|
518
|
+
|
|
519
|
+
| Program | Approved Since | Focus Area | Website |
|
|
520
|
+
|---------|---------------|------------|---------|
|
|
521
|
+
| **CARU** (Children's Advertising Review Unit, BBB National Programs) | 2001 | Advertising, general children's services | bbbprograms.org |
|
|
522
|
+
| **ESRB** (Entertainment Software Rating Board) | 2001 | Gaming, interactive entertainment | esrb.org |
|
|
523
|
+
| **TRUSTe** (now TrustArc) | 2001 | General technology, websites | trustarc.com |
|
|
524
|
+
| **PRIVO** | 2004 | Identity management, consent services, mobile | privo.com |
|
|
525
|
+
| **iKeepSafe** | ~2012 | EdTech, educational services | ikeepsafe.org |
|
|
526
|
+
| **kidSAFE** | 2014 | Children's websites and apps | kidsafeseal.com |
|
|
527
|
+
|
|
528
|
+
### 7.2 Cost and Process
|
|
529
|
+
|
|
530
|
+
Safe Harbor programs do NOT publicly disclose standard pricing — costs are negotiated based on company size, number of products, and complexity. General guidance:
|
|
531
|
+
|
|
532
|
+
| Program | Estimated Annual Cost | Process |
|
|
533
|
+
|---------|----------------------|---------|
|
|
534
|
+
| **CARU** | $5,000-$25,000+ | Compliance assessment, ongoing monitoring, annual review |
|
|
535
|
+
| **PRIVO** | $10,000-$50,000+ (includes consent management platform) | Full audit, consent system implementation, ongoing support |
|
|
536
|
+
| **kidSAFE** | $2,500-$15,000+ | Tiered seals (basic safety → full COPPA+), review + certification |
|
|
537
|
+
| **iKeepSafe** | $3,000-$15,000+ | Focus on EdTech; assessment, certification, ongoing |
|
|
538
|
+
| **ESRB** | Varies | Primarily for gaming industry |
|
|
539
|
+
| **TrustArc** | $10,000-$50,000+ | Enterprise-focused, comprehensive platform |
|
|
540
|
+
|
|
541
|
+
**Note:** All programs now must publicly disclose membership lists and submit additional reporting to the FTC under the 2025 amendments.
|
|
542
|
+
|
|
543
|
+
### 7.3 Recommended Program for KidSpark
|
|
544
|
+
|
|
545
|
+
**PRIMARY RECOMMENDATION: PRIVO**
|
|
546
|
+
|
|
547
|
+
Rationale:
|
|
548
|
+
- Longest-running Safe Harbor with specific expertise in **consent management technology**
|
|
549
|
+
- Offers actual consent management tools (not just certification) — can handle VPC flow
|
|
550
|
+
- Strong reputation with FTC
|
|
551
|
+
- Experience with mobile and AI-adjacent services
|
|
552
|
+
- Provides both compliance certification AND technical solutions for parental consent
|
|
553
|
+
|
|
554
|
+
**SECONDARY RECOMMENDATION: kidSAFE**
|
|
555
|
+
|
|
556
|
+
Rationale:
|
|
557
|
+
- More affordable entry point
|
|
558
|
+
- Tiered approach allows starting with basic certification and graduating
|
|
559
|
+
- Good for startups/smaller companies
|
|
560
|
+
- Strong children's safety focus beyond just privacy
|
|
561
|
+
|
|
562
|
+
### 7.4 Benefits of Joining a Safe Harbor
|
|
563
|
+
|
|
564
|
+
Per 16 CFR § 312.11(g): "Companies that follow an approved safe harbor program ... are deemed to be in compliance with the Rule as long as the company follows the safe harbor program's guidelines."
|
|
565
|
+
|
|
566
|
+
Benefits:
|
|
567
|
+
1. **Regulatory shield:** Subject to Safe Harbor's review and procedures **in lieu of formal FTC investigation and enforcement actions** in most circumstances
|
|
568
|
+
2. **Compliance guidance:** Ongoing expert guidance on COPPA interpretation
|
|
569
|
+
3. **Trust signal:** Displays a recognized certification seal — builds parent trust
|
|
570
|
+
4. **Dispute resolution:** Provides consumer complaint handling process
|
|
571
|
+
5. **Proactive updates:** Safe Harbor programs must adapt to rule changes and will guide members through compliance updates
|
|
572
|
+
6. **Industry network:** Access to other certified companies and best practices
|
|
573
|
+
|
|
574
|
+
---
|
|
575
|
+
|
|
576
|
+
## 8. ENFORCEMENT & PENALTIES
|
|
577
|
+
|
|
578
|
+
### 8.1 Current Penalty Amounts
|
|
579
|
+
|
|
580
|
+
Per FTC FAQ (Section B, Q.2) and Federal Civil Penalties Inflation Adjustment:
|
|
581
|
+
- **Up to $53,088 per violation per day** (as of 2025, adjusted for inflation)
|
|
582
|
+
- One source (State of Surveillance, Feb 2026) cites **$51,744 per violation per day** — the exact figure may vary by the year's inflation adjustment
|
|
583
|
+
- Penalties are assessed per violation, per day — for a service with thousands of children, this compounds catastrophically
|
|
584
|
+
- **Additionally:** FTC can seek equitable monetary relief for injured consumers
|
|
585
|
+
|
|
586
|
+
**Example math:** If KidSpark collected data from 1,000 children without VPC for 30 days = potentially 1,000 × 30 × $53,088 = **$1.59 BILLION** in theoretical maximum penalties. Obviously the FTC has discretion, but this illustrates the severity.
|
|
587
|
+
|
|
588
|
+
### 8.2 Recent Enforcement Examples
|
|
589
|
+
|
|
590
|
+
| Year | Company | Penalty | Violation |
|
|
591
|
+
|------|---------|---------|-----------|
|
|
592
|
+
| 2025 | Disney | $10M | Failure to mark child-directed content on third-party platform |
|
|
593
|
+
| 2025 | Apitor | $500K (suspended) | Geolocation collection via third-party SDK without VPC |
|
|
594
|
+
| 2023 | Amazon/Alexa | $25M | Retaining children's voice recordings; using for AI training |
|
|
595
|
+
| 2022 | Epic Games | $275M | Default settings; dark patterns; children's privacy |
|
|
596
|
+
| 2023 | Microsoft/Xbox | $20M | Collecting children's data without adequate VPC |
|
|
597
|
+
| 2019 | Google/YouTube | $170M | Persistent identifiers on child-directed channels |
|
|
598
|
+
| 2024 | NGL Labs | Settlement | Anonymous messaging app marketed to children |
|
|
599
|
+
| 2025 | Pornhub operators | $15M | Multiple violations including child-related |
|
|
600
|
+
|
|
601
|
+
### 8.3 What Triggers an FTC Investigation
|
|
602
|
+
|
|
603
|
+
- **Consumer complaints** reported via FTC.gov or (877) FTC-HELP
|
|
604
|
+
- **Media coverage** of potential violations
|
|
605
|
+
- **Advocacy group reports** (e.g., EPIC, Fairplay, Common Sense Media)
|
|
606
|
+
- **Competitor complaints**
|
|
607
|
+
- **State AG referrals**
|
|
608
|
+
- **Proactive FTC market studies** (like the Sept 2025 Section 6(b) AI chatbot inquiry)
|
|
609
|
+
- **Data breaches** involving children's information
|
|
610
|
+
- **Whistleblower reports**
|
|
611
|
+
- **Congressional inquiry**
|
|
612
|
+
|
|
613
|
+
**For KidSpark specifically:** An AI service explicitly marketed to children ages 8-14 is in the FTC's direct crosshairs. The September 2025 Section 6(b) inquiry targeted EXACTLY this type of service. Rob should assume the FTC will learn about KidSpark and expect compliance.
|
|
614
|
+
|
|
615
|
+
### 8.4 State-Level Children's Privacy Laws
|
|
616
|
+
|
|
617
|
+
COPPA is a **federal floor, not a ceiling.** Multiple states impose ADDITIONAL requirements:
|
|
618
|
+
|
|
619
|
+
| State/Law | Key Provisions for KidSpark |
|
|
620
|
+
|-----------|----------------------------|
|
|
621
|
+
| **California CCPA/CPRA** | Prohibits sale/sharing of under-16 data without opt-in (under 13: parent consent; 13-15: child's own consent). Requires DPIA for processing children's data. Right to limit sensitive PI processing for under-16. |
|
|
622
|
+
| **California Age-Appropriate Design Code Act (CAADCA)** | Requires Data Protection Impact Assessment for services likely accessed by children. Privacy settings defaulting to highest level. Enforcement currently stayed pending litigation. |
|
|
623
|
+
| **Connecticut (SB 3)** | Age-appropriate design code; DPIA required for children's services |
|
|
624
|
+
| **Maryland (MOPA/Age-Appropriate Design Code)** | Restricts profiling of children; data minimization; prohibits addictive design features targeting children |
|
|
625
|
+
| **New York** | AG has independently enforced COPPA; proposed Social Media Regulation Act for children |
|
|
626
|
+
| **Texas** | SCOPE Act — requires parental consent for social media accounts for children under 18 |
|
|
627
|
+
| **Utah** | Social media restrictions for minors |
|
|
628
|
+
| **Various states** | Student digital privacy laws (SOPIPA-like) — relevant if KidSpark enters education market |
|
|
629
|
+
|
|
630
|
+
**KidSpark must comply with ALL applicable state laws in addition to COPPA.** Since KidSpark will be available nationally (internet service), it effectively must comply with the most restrictive state requirements.
|
|
631
|
+
|
|
632
|
+
---
|
|
633
|
+
|
|
634
|
+
## 9. KIDSPARK-SPECIFIC COMPLIANCE PLAN
|
|
635
|
+
|
|
636
|
+
### 9.1 Product-by-Product COPPA Risk Matrix
|
|
637
|
+
|
|
638
|
+
#### 🎓 SPARK TUTOR (AI Tutoring)
|
|
639
|
+
|
|
640
|
+
| Risk Area | Severity | Details | Required Mitigation |
|
|
641
|
+
|-----------|----------|---------|---------------------|
|
|
642
|
+
| AI conversation logs | **CRITICAL** | Every tutoring conversation is personal information tied to a child's account | Treat as PI; include in retention policy; 90-day auto-delete; do NOT use for AI training without separate VPC |
|
|
643
|
+
| Learning progress data | **HIGH** | Academic performance metrics combined with identifier = PI | Minimize to what's needed; include in parental review rights |
|
|
644
|
+
| Subject interest profiling | **HIGH** | Building profiles of a child's interests/weaknesses | Cannot be used for behavioral advertising; restrict to service delivery |
|
|
645
|
+
| Voice input (if any) | **HIGH** | Audio containing child's voice = PI | Process locally or zero-retention API; delete immediately after transcription |
|
|
646
|
+
| Third-party AI API | **CRITICAL** | If using OpenAI/Anthropic API, child data leaves KidSpark systems | Require zero-data-retention API tier; written contractual assurances; disclose in privacy policy |
|
|
647
|
+
|
|
648
|
+
#### 🎨 SPARK STUDIO (AI Art/Creative)
|
|
649
|
+
|
|
650
|
+
| Risk Area | Severity | Details | Required Mitigation |
|
|
651
|
+
|-----------|----------|---------|---------------------|
|
|
652
|
+
| Generated images | **HIGH** | Tied to child's account = PI | Include in retention/deletion policy; exportable by parent |
|
|
653
|
+
| Text prompts | **HIGH** | Child's creative input = potential PI if combined with identifier | Auto-purge; don't log unnecessarily |
|
|
654
|
+
| Uploaded photos (if any) | **CRITICAL** | Photos of child = PI; potential biometric data | Strongly consider NOT allowing photo uploads; if allowed, delete after processing |
|
|
655
|
+
| Content safety | **HIGH** | Children could generate inappropriate content | Implement robust content moderation; block harmful prompts/outputs |
|
|
656
|
+
|
|
657
|
+
#### 💻 SPARK CODE (AI Coding Assistant)
|
|
658
|
+
|
|
659
|
+
| Risk Area | Severity | Details | Required Mitigation |
|
|
660
|
+
|-----------|----------|---------|---------------------|
|
|
661
|
+
| Code files / projects | **MEDIUM** | Code itself may not be PI unless tied to identifier | Treat as PI when stored under account; include in retention policy |
|
|
662
|
+
| AI coding assistant logs | **HIGH** | Same as Spark Tutor conversation logs | Same mitigations as Spark Tutor |
|
|
663
|
+
| Error/debug data | **MEDIUM** | Could contain device info | Minimize; anonymize where possible |
|
|
664
|
+
|
|
665
|
+
#### 🎬 SPARK CREATOR (Content Creation)
|
|
666
|
+
|
|
667
|
+
| Risk Area | Severity | Details | Required Mitigation |
|
|
668
|
+
|-----------|----------|---------|---------------------|
|
|
669
|
+
| Created content (videos, stories, etc.) | **HIGH** | Likely contains child's creative expression tied to account | Include in retention/deletion/export policy |
|
|
670
|
+
| Published/shared content | **CRITICAL** | If children can share publicly, this is "making personal information publicly available" | Require parental consent for any public sharing; implement approval workflow |
|
|
671
|
+
| Collaboration features | **HIGH** | If children interact with each other, chat/messaging = PI collection | Require VPC for any interactive features; moderate communications |
|
|
672
|
+
|
|
673
|
+
#### 👥 SPARK SQUAD (Social/Collaborative)
|
|
674
|
+
|
|
675
|
+
| Risk Area | Severity | Details | Required Mitigation |
|
|
676
|
+
|-----------|----------|---------|---------------------|
|
|
677
|
+
| User profiles | **CRITICAL** | Names, usernames, interests tied to children = PI | Use system-assigned non-identifying usernames; minimize profile info |
|
|
678
|
+
| Messaging/chat | **CRITICAL** | Direct communication between children = online contact information | VPC required; moderation required; consider pre-approved message options only |
|
|
679
|
+
| Group activities | **HIGH** | Participation data tied to identifiers | Minimize; auto-purge |
|
|
680
|
+
| Friends lists | **HIGH** | Social graph of children = PI combined with identifier | Require VPC for social features; parental controls for who can connect |
|
|
681
|
+
| Content sharing between kids | **CRITICAL** | Can result in disclosure of one child's PI to another child (who is not a parent/operator) | This may constitute "disclosure" requiring separate VPC |
|
|
682
|
+
|
|
683
|
+
#### 🔬 SPARK LAB (Experiments/STEM)
|
|
684
|
+
|
|
685
|
+
| Risk Area | Severity | Details | Required Mitigation |
|
|
686
|
+
|-----------|----------|---------|---------------------|
|
|
687
|
+
| Experiment data | **MEDIUM-HIGH** | Results tied to child's account = PI | Include in retention policy |
|
|
688
|
+
| AI assistant interactions | **HIGH** | Same as Spark Tutor | Same mitigations |
|
|
689
|
+
| Sensor data (if any) | **HIGH** | Could include device info, location | Don't collect; if needed, anonymize |
|
|
690
|
+
|
|
691
|
+
### 9.2 Cross-Product Compliance Requirements
|
|
692
|
+
|
|
693
|
+
ALL products must implement:
|
|
694
|
+
|
|
695
|
+
1. ✅ Verifiable Parental Consent before any data collection
|
|
696
|
+
2. ✅ Written data retention policy with specific deletion timeframes
|
|
697
|
+
3. ✅ Written information security program with designated personnel
|
|
698
|
+
4. ✅ Parental review, deletion, and consent revocation mechanisms
|
|
699
|
+
5. ✅ Data minimization — collect only what's necessary for each product
|
|
700
|
+
6. ✅ No behavioral/targeted advertising
|
|
701
|
+
7. ✅ No AI training on children's data without separate VPC
|
|
702
|
+
8. ✅ Third-party AI provider contractual assurances (zero data retention)
|
|
703
|
+
9. ✅ Content moderation/safety guardrails on all AI features
|
|
704
|
+
10. ✅ Comprehensive online privacy policy + direct parental notice
|
|
705
|
+
11. ✅ Audit logging for compliance verification
|
|
706
|
+
|
|
707
|
+
---
|
|
708
|
+
|
|
709
|
+
## 10. PRE-LAUNCH LEGAL CHECKLIST
|
|
710
|
+
|
|
711
|
+
### 10.1 Everything Rob MUST Do Before Serving a Single Child
|
|
712
|
+
|
|
713
|
+
#### PHASE 1: LEGAL FOUNDATION (Weeks 1-4)
|
|
714
|
+
|
|
715
|
+
- [ ] **Retain a COPPA-specialist attorney** (see recommendations below)
|
|
716
|
+
- [ ] **Conduct formal legal review** of all 6 products against COPPA requirements
|
|
717
|
+
- [ ] **Draft comprehensive children's privacy policy** meeting ALL § 312.4(d) requirements
|
|
718
|
+
- [ ] **Draft direct parental notice** template meeting § 312.4(c) requirements
|
|
719
|
+
- [ ] **Draft written data retention policy** with specific timeframes per data type
|
|
720
|
+
- [ ] **Draft written information security program** per § 312.8(b)
|
|
721
|
+
- [ ] **Draft Terms of Service** including age restrictions and COPPA disclosures
|
|
722
|
+
- [ ] **Review all third-party vendor contracts** for COPPA compliance assurances
|
|
723
|
+
|
|
724
|
+
#### PHASE 2: TECHNICAL IMPLEMENTATION (Weeks 2-6)
|
|
725
|
+
|
|
726
|
+
- [ ] **Implement age gate** at registration (neutral DOB collection, no defaults)
|
|
727
|
+
- [ ] **Implement VPC flow** using credit card/payment method (Stripe integration)
|
|
728
|
+
- [ ] **Build parental dashboard** for:
|
|
729
|
+
- Reviewing child's personal information
|
|
730
|
+
- Requesting deletion
|
|
731
|
+
- Revoking consent
|
|
732
|
+
- Managing permissions (e.g., opt out of third-party sharing)
|
|
733
|
+
- [ ] **Configure AI APIs** for zero data retention (e.g., OpenAI API data policies)
|
|
734
|
+
- [ ] **Obtain written assurances** from AI providers about data handling
|
|
735
|
+
- [ ] **Implement data retention automation** — auto-deletion per defined timeframes
|
|
736
|
+
- [ ] **Implement content moderation** on all AI-generated content
|
|
737
|
+
- [ ] **Remove or disable** any third-party analytics/tracking that doesn't comply
|
|
738
|
+
- [ ] **Implement security controls** per written security program
|
|
739
|
+
- [ ] **Designate security program coordinator** (named individual)
|
|
740
|
+
- [ ] **Conduct initial risk assessment** of children's data security
|
|
741
|
+
|
|
742
|
+
#### PHASE 3: SAFE HARBOR & CERTIFICATION (Weeks 4-8)
|
|
743
|
+
|
|
744
|
+
- [ ] **Apply to a COPPA Safe Harbor program** (recommend PRIVO or kidSAFE)
|
|
745
|
+
- [ ] **Complete Safe Harbor compliance review process**
|
|
746
|
+
- [ ] **Remediate any findings** from Safe Harbor review
|
|
747
|
+
- [ ] **Obtain certification** before launch
|
|
748
|
+
|
|
749
|
+
#### PHASE 4: PRE-LAUNCH VERIFICATION (Weeks 7-10)
|
|
750
|
+
|
|
751
|
+
- [ ] **Attorney sign-off** on privacy policy, notices, and compliance measures
|
|
752
|
+
- [ ] **Penetration test** focused on children's data protection
|
|
753
|
+
- [ ] **Privacy impact assessment** for each product
|
|
754
|
+
- [ ] **VPC flow testing** — verify parental consent works correctly
|
|
755
|
+
- [ ] **Parental controls testing** — verify review/delete/revoke functionality
|
|
756
|
+
- [ ] **Data deletion testing** — verify data is actually deleted (not just marked)
|
|
757
|
+
- [ ] **Third-party audit** of security program (if resources allow)
|
|
758
|
+
- [ ] **Staff training** on COPPA compliance (all employees handling children's data)
|
|
759
|
+
|
|
760
|
+
#### PHASE 5: LAUNCH & ONGOING (Week 10+)
|
|
761
|
+
|
|
762
|
+
- [ ] **Monitor FTC enforcement actions** and guidance updates monthly
|
|
763
|
+
- [ ] **Annual security program review** (required by § 312.8(b))
|
|
764
|
+
- [ ] **Annual data retention policy review**
|
|
765
|
+
- [ ] **Respond to parental requests** within defined SLAs
|
|
766
|
+
- [ ] **Maintain VPC records** as compliance documentation
|
|
767
|
+
- [ ] **Report to Safe Harbor program** as required
|
|
768
|
+
- [ ] **Monitor state law developments** (CCPA/CPRA, CAADCA, etc.)
|
|
769
|
+
|
|
770
|
+
### 10.2 Attorney Recommendations (COPPA Specialists)
|
|
771
|
+
|
|
772
|
+
Rob should retain counsel with **specific COPPA experience.** Recommended firms/practices:
|
|
773
|
+
|
|
774
|
+
1. **Hunton Andrews Kurth** — Leading children's privacy practice; regularly publishes COPPA guidance; handles major COPPA matters
|
|
775
|
+
- Contact: privacy@HuntonAK.com
|
|
776
|
+
- Website: hunton.com/en/services/Privacy-and-Cybersecurity/Childrens-Privacy
|
|
777
|
+
|
|
778
|
+
2. **Davis Wright Tremaine** — Active COPPA practice; published detailed analysis of 2025 amendments
|
|
779
|
+
- Website: dwt.com (Privacy & Security Law Blog)
|
|
780
|
+
|
|
781
|
+
3. **Akin Gump** — Published comprehensive analysis of COPPA AI training requirements; AI-specific expertise
|
|
782
|
+
- Website: akingump.com (AG Data Dive blog)
|
|
783
|
+
|
|
784
|
+
4. **Loeb & Loeb** — Strong children's advertising and COPPA practice
|
|
785
|
+
- Website: loeb.com
|
|
786
|
+
|
|
787
|
+
5. **Richt Law Firm** — Boutique firm specializing specifically in COPPA compliance
|
|
788
|
+
- Website: richtfirm.com
|
|
789
|
+
|
|
790
|
+
6. **PRIVO** (non-law-firm option) — Not a law firm, but their compliance team provides expert COPPA guidance as part of Safe Harbor certification
|
|
791
|
+
|
|
792
|
+
**Budget estimate:** Initial legal review and policy drafting: $15,000-$40,000. Ongoing counsel: $5,000-$15,000/year. This is NON-NEGOTIABLE for a business serving children.
|
|
793
|
+
|
|
794
|
+
### 10.3 Timeline to Compliance
|
|
795
|
+
|
|
796
|
+
| Week | Milestone | Status |
|
|
797
|
+
|------|-----------|--------|
|
|
798
|
+
| 1 | Retain COPPA attorney | ⬜ Not started |
|
|
799
|
+
| 1-2 | Initial legal consultation and product review | ⬜ Not started |
|
|
800
|
+
| 2-4 | Draft all policies (privacy, retention, security) | ⬜ Not started |
|
|
801
|
+
| 2-6 | Technical implementation (age gate, VPC, parental dashboard) | ⬜ Not started |
|
|
802
|
+
| 4-6 | Apply to Safe Harbor program | ⬜ Not started |
|
|
803
|
+
| 4-8 | Complete Safe Harbor review process | ⬜ Not started |
|
|
804
|
+
| 6-8 | Vendor contract reviews and written assurances | ⬜ Not started |
|
|
805
|
+
| 8-10 | Testing, attorney sign-off, security assessment | ⬜ Not started |
|
|
806
|
+
| 10+ | Launch (only after ALL items complete) | ⬜ Not started |
|
|
807
|
+
|
|
808
|
+
**Minimum realistic timeline: 10-14 weeks from start to compliant launch**
|
|
809
|
+
|
|
810
|
+
---
|
|
811
|
+
|
|
812
|
+
## APPENDIX A: KEY REGULATORY CITATIONS
|
|
813
|
+
|
|
814
|
+
| Citation | Description |
|
|
815
|
+
|----------|-------------|
|
|
816
|
+
| 15 U.S.C. § 6501 et seq. | Children's Online Privacy Protection Act (COPPA) statute |
|
|
817
|
+
| 16 CFR Part 312 | COPPA Rule (as amended) |
|
|
818
|
+
| 16 CFR § 312.2 | Definitions (personal information, child, operator, etc.) |
|
|
819
|
+
| 16 CFR § 312.3 | Prohibition on unfair/deceptive practices |
|
|
820
|
+
| 16 CFR § 312.4 | Notice requirements (online + direct notice) |
|
|
821
|
+
| 16 CFR § 312.5 | Parental consent requirements + approved methods |
|
|
822
|
+
| 16 CFR § 312.6 | Parental access/deletion rights |
|
|
823
|
+
| 16 CFR § 312.7 | Data minimization |
|
|
824
|
+
| 16 CFR § 312.8 | Confidentiality, security, and integrity + written security program |
|
|
825
|
+
| 16 CFR § 312.10 | Data retention + written retention policy |
|
|
826
|
+
| 16 CFR § 312.11 | Safe Harbor programs |
|
|
827
|
+
| Federal Register Vol. 90, No. 77 (April 22, 2025) | 2025 Final Rule amendments |
|
|
828
|
+
| FTC COPPA FAQ (updated July 22, 2025) | Official FTC staff guidance |
|
|
829
|
+
|
|
830
|
+
## APPENDIX B: KEY FTC CONTACTS
|
|
831
|
+
|
|
832
|
+
- **COPPA Hotline:** CoppaHotLine@ftc.gov
|
|
833
|
+
- **FTC Children's Privacy Page:** ftc.gov/business-guidance/privacy-security/childrens-privacy
|
|
834
|
+
- **Report violations:** reportfraud.ftc.gov or (877) FTC-HELP
|
|
835
|
+
|
|
836
|
+
---
|
|
837
|
+
|
|
838
|
+
## APPENDIX C: RISK SEVERITY SUMMARY
|
|
839
|
+
|
|
840
|
+
| Risk Level | Count | Top Risks |
|
|
841
|
+
|------------|-------|-----------|
|
|
842
|
+
| 🔴 CRITICAL | 8 | AI conversation logs as PI; third-party AI API data handling; AI training on children's data; public content sharing; messaging between children; VPC implementation; written security program; compliance deadline |
|
|
843
|
+
| 🟠 HIGH | 12 | Learning data profiling; generated images; voice input; content moderation; friends lists; analytics tracking; vendor contracts; data retention automation; social features; uploaded photos; audio handling; cross-state compliance |
|
|
844
|
+
| 🟡 MEDIUM | 4 | Code files; experiment data; error/debug data; anonymized analytics |
|
|
845
|
+
|
|
846
|
+
---
|
|
847
|
+
|
|
848
|
+
## FINAL ASSESSMENT
|
|
849
|
+
|
|
850
|
+
**KidSpark AI faces EXTREME regulatory risk if not COPPA-compliant at launch.**
|
|
851
|
+
|
|
852
|
+
The convergence of three factors makes this the highest-risk launch scenario I can identify:
|
|
853
|
+
|
|
854
|
+
1. **The service is unambiguously directed to children** — there is no "mixed audience" argument, no "we didn't know" defense
|
|
855
|
+
2. **AI-powered services for children are under active FTC investigation** (September 2025 Section 6(b) inquiry into AI companion chatbots)
|
|
856
|
+
3. **The compliance deadline for the most significant COPPA update in 12 years is April 22, 2026** — enforcement will be heightened
|
|
857
|
+
|
|
858
|
+
**Rob must not launch any KidSpark product until ALL items in the Pre-Launch Legal Checklist are complete.** The penalties for non-compliance ($53,088+ per violation per day) could be company-ending. A single complaint from a parent or advocacy group could trigger an investigation.
|
|
859
|
+
|
|
860
|
+
**The good news:** COPPA compliance is achievable. The requirements are well-defined. With proper legal counsel, a Safe Harbor certification, and disciplined engineering practices, KidSpark can be fully compliant. But it requires doing the work BEFORE launch, not after.
|
|
861
|
+
|
|
862
|
+
---
|
|
863
|
+
|
|
864
|
+
*This document is prepared for informational purposes to brief legal counsel. It is not legal advice. Rob should retain a COPPA-specialist attorney to validate all findings and provide binding legal guidance.*
|
|
865
|
+
|
|
866
|
+
*Prepared by Selena, Security Engineering — March 28, 2026*
|