Coppa

v1.0.0

COPPA compliance reference — children's online privacy, parental consent, data collection rules, FTC enforcement. Use when building apps for children under 1...

0· 97·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (COPPA reference) align with the included SKILL.md and scripts/script.sh, which present COPPA guidance and a set of document-like subcommands. There are no unrelated credentials, binaries, or install steps.
Instruction Scope
SKILL.md directs the agent to run scripts/script.sh with simple subcommands (intro, scope, data, consent, etc.). The visible portions of the script output static help text and do not access system secrets or external endpoints. However the script content in the report is truncated mid-section, so the assessment assumes the remainder is consistent with the displayed behavior; review the full script to confirm there are no network calls, execs, or file reads/writes beyond a benign data directory.
Install Mechanism
No install spec — instruction-only with a bundled script. Nothing is downloaded or written during an install step.
Credentials
SKILL.md documents an optional COPPA_DIR configuration (default ~/.coppa/) but the manifest declares no required env vars or credentials. This is proportionate for a local reference. Verify the script does not write unexpected sensitive files into that directory.
Persistence & Privilege
always is false and the skill is user-invocable. There is no indication it modifies other skills or requests permanent elevated privileges.
Assessment
This appears to be a local reference/help tool and is coherent with its COPPA guidance description. Before installing, quickly inspect the full scripts/script.sh for any network calls (curl/wget/ssh), child_process execs, downloads, or file writes outside a dedicated data directory. If you plan to run it, run in a restricted/sandbox environment (or inspect the file) and confirm that COPPA_DIR does not contain or overwrite sensitive files. If you need higher assurance, provide the full untruncated script for review; that would raise confidence to high.

Like a lobster shell, security has layers — review code before you run it.

latestvk9729g8xxq4gzpt2tf3cqq5rc183ba86

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments