Bytesagain Privacy Policy
v1.0.0Generate GDPR/CCPA-compliant privacy policies. Use when scanning data practices, auditing consent flows, checking compliance, drafting policy documents.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The primary script (scripts/privacy.sh) generates GDPR/CCPA privacy policies as advertised. A second script (scripts/script.sh) is a local 'security scanning and hardening' utility that is related to compliance but is not strictly necessary for generating privacy policies — its presence is unexpected but not overtly malicious.
Instruction Scope
SKILL.md provides command names and examples that mostly match privacy.sh, but examples mention 'privacy-policy run' which neither script implements exactly. The scripts do not read secrets or call external endpoints, but they do create and write to a local data directory (defaults to $XDG_DATA_HOME or $HOME/.local/share/privacy-policy).
Install Mechanism
No install spec or remote downloads; this is an instruction-only skill with included scripts. Nothing in the package pulls code from external URLs or uses an installer that would write arbitrary binaries.
Credentials
The skill declares no required environment variables or credentials. The scripts optionally honor PRIVACY_POLICY_DIR and XDG_DATA_HOME and use HOME; no sensitive environment variables are requested.
Persistence & Privilege
always is false and the skill does not request elevated privileges. It does create a persistent data directory and log files (~/.../.local/share/privacy-policy by default), so installing will leave local artifacts unless redirected via PRIVACY_POLICY_DIR.
Assessment
This skill appears to do what it says: generate privacy policies. Before installing, review the two included scripts. Note that the package will create a local data directory and history.log by default (~/.local/share/privacy-policy) — set PRIVACY_POLICY_DIR if you want a different location or sandbox it. The second script (scripts/script.sh) is a security/hardening tool that is optional for policy generation; remove or inspect it if you don't want that functionality. No network calls or credential requests were found, but generated policy text is for reference only (the script itself contains a legal-disclaimer) — have any final policy reviewed by a qualified lawyer.Like a lobster shell, security has layers — review code before you run it.
latest
Privacy Policy Generator
隐私政策生成器。GDPR/CCPA合规、App/网站隐私政策、合规审计。Privacy policy generator with GDPR, CCPA compliance. 隐私政策、合规。
速查表
See commands above.
命令列表
| 命令 | 功能 |
|---|---|
generate | generate |
gdpr | gdpr |
ccpa | ccpa |
app | app |
website | website |
audit | audit |
💡 小技巧:先用
help查看所有命令,再选择最适合的
Privacy Policy Generator by BytesAgain
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Commands
Analytics— Analyticsgenerate— company "MyApp" --email "privacy@myapp.com" [--type web|app|both]gdpr— company "MyApp" --email "dpo@myapp.com"ccpa— company "MyApp" --email "privacy@myapp.com"
Examples
# Show help
privacy-policy help
# Run
privacy-policy run
- Run
privacy-policy helpfor all commands
Requirements
- bash 4+
- python3 (standard library only)
Comments
Loading comments...
