Add complete CyberRanger research archive — 200 files
- 86 modelfiles: Full system prompt evolution V1-V42.6 (54 extracted from Ollama backup + 32 original Modelfiles) - 30 training datasets: V6-V22 training JSONs + caring awareness data - 10 Colab notebooks: Training + merge scripts - 19 evaluation files: Drift results, ASR charts, verification - 5 test suites: Injection tests, regression tests - 4 observations: V24-V33 testing results + visual summaries - 38 identity files: Claude/Gemini/Ollama identity architecture - 7 security files: Injection research, manipulation analysis - 3 psychology files: Psychology Layer, Milgram chapter, David's thoughts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
# RangerBlock Legal Documents
|
||||
|
||||
## CLASSIFICATION: PRIVATE
|
||||
**DO NOT UPLOAD TO PUBLIC GIT**
|
||||
|
||||
---
|
||||
|
||||
## Contents
|
||||
|
||||
| File | Purpose |
|
||||
|------|---------|
|
||||
| `terms_v1.0.json` | Structured terms for app integration |
|
||||
| `terms_v1.0.txt` | Plain text version for display |
|
||||
| `README.md` | This file |
|
||||
|
||||
---
|
||||
|
||||
## Key Decisions
|
||||
|
||||
### 18+ ONLY Policy
|
||||
- **Decision Date**: December 4, 2025
|
||||
- **Decided By**: David Keane (IrishRanger)
|
||||
- **Reasoning**:
|
||||
- No minors = no targets for predators
|
||||
- Adults are responsible for their behaviour
|
||||
- Children have other age-appropriate apps
|
||||
- Protects the entire RangerBlock community
|
||||
|
||||
### CRITICAL: 18+ Does NOT Mean "Adult Content Site"
|
||||
|
||||
**This distinction must be CRYSTAL CLEAR to all users.**
|
||||
|
||||
| 18+ MEANS | 18+ DOES NOT MEAN |
|
||||
|-----------|-------------------|
|
||||
| Mature users | Porn allowed |
|
||||
| Responsible adults | Sexual content OK |
|
||||
| Legally accountable | "Anything goes" |
|
||||
| Professional conduct | Dating site |
|
||||
|
||||
**Why this matters:**
|
||||
A bad actor might see "18+ site" and think "Great, I can send dick pics!"
|
||||
|
||||
**Our response:** INSTANT BAN + POLICE REPORT
|
||||
|
||||
### Strictly Prohibited Content
|
||||
- ANY pornography or sexual images
|
||||
- Child sexual abuse material (CSAM) - reported to NCMEC/Gardai
|
||||
- Unsolicited sexual content (dick pics, nudes)
|
||||
- Grooming behaviour
|
||||
- Gore/death images
|
||||
- Hate speech/extremism
|
||||
|
||||
### Permitted Content
|
||||
- Normal photos (selfies, landscapes, memes)
|
||||
- Gaming screenshots and videos
|
||||
- Gaming violence discussion (Battlefield tactics, K/D, etc.)
|
||||
- Professional content
|
||||
- General conversation
|
||||
|
||||
### Gaming Context Exception
|
||||
- "I'll kill you in Battlefield" = OK (gaming context)
|
||||
- "I'll kill you IRL" = NOT OK (ban + report)
|
||||
|
||||
---
|
||||
|
||||
## Version History
|
||||
|
||||
| Version | Date | Changes |
|
||||
|---------|------|---------|
|
||||
| 1.0.0 | 2025-12-04 | Initial release with 18+ and content policy |
|
||||
|
||||
---
|
||||
|
||||
## Testing Plan
|
||||
|
||||
1. **MSI Vector (Windows)** - Test consent flow
|
||||
2. **AWS Kali (Linux)** - Test server consent
|
||||
3. Review and adjust based on testing
|
||||
4. Upload to git only after approval
|
||||
|
||||
---
|
||||
|
||||
*Rangers lead the way!*
|
||||
@@ -0,0 +1,177 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"effectiveDate": "2025-12-04",
|
||||
"lastUpdated": "2025-12-04",
|
||||
"jurisdiction": "Republic of Ireland",
|
||||
"minimumAge": 18,
|
||||
"hash": null,
|
||||
"terms": {
|
||||
"title": "RANGERBLOCK TERMS OF USE & FAIR USE POLICY",
|
||||
"sections": [
|
||||
{
|
||||
"id": "age_restriction",
|
||||
"title": "AGE RESTRICTION - ADULTS ONLY",
|
||||
"content": [
|
||||
"RangerBlock is an ADULTS ONLY (18+) platform.",
|
||||
"By using this software, you confirm you are at least 18 years of age.",
|
||||
"This restriction exists to protect all users and maintain a responsible community.",
|
||||
"Misrepresentation of age is a violation of these terms and may result in permanent ban.",
|
||||
"If you are under 18, please use age-appropriate communication platforms."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "fair_use",
|
||||
"title": "1. FAIR USE",
|
||||
"content": [
|
||||
"You will use this software for lawful purposes only.",
|
||||
"You will not engage in harassment, threats, bullying, or abuse of any kind.",
|
||||
"You will respect other users' privacy, dignity, and rights.",
|
||||
"You will not use this platform for illegal activities including but not limited to fraud, money laundering, or distribution of illegal content.",
|
||||
"Threats of violence, even in jest, are not permitted unless clearly in gaming context (e.g., 'I'll get you in Battlefield' is acceptable)."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "no_harm",
|
||||
"title": "2. NO HARM CLAUSE",
|
||||
"content": [
|
||||
"You will not use this software to harm others physically, emotionally, financially, or reputationally.",
|
||||
"You will not distribute malware, viruses, ransomware, or any malicious software.",
|
||||
"You will not attempt to compromise network security, servers, or other users' devices.",
|
||||
"You will not engage in doxxing, swatting, or any form of real-world harassment.",
|
||||
"You will not share personal information of others without their explicit consent."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "legal_compliance",
|
||||
"title": "3. LEGAL COMPLIANCE",
|
||||
"content": [
|
||||
"You agree to comply with all applicable local, national, and international laws.",
|
||||
"THIS SOFTWARE DOES NOT PROTECT YOU FROM LEGAL CONSEQUENCES.",
|
||||
"Bad actors will be reported to appropriate law enforcement authorities.",
|
||||
"Your identity is cryptographically linked to your actions - denial is not possible.",
|
||||
"We cooperate fully with law enforcement investigations when legally required.",
|
||||
"Using encryption or anonymity features does not exempt you from legal responsibility."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "identity_responsibility",
|
||||
"title": "4. IDENTITY RESPONSIBILITY",
|
||||
"content": [
|
||||
"Your RangerBlock identity is linked to your hardware device.",
|
||||
"You are solely responsible for ALL actions taken under your identity.",
|
||||
"Your identity cannot be transferred, sold, or shared with others.",
|
||||
"If your device is compromised, report it immediately to administrators.",
|
||||
"Creating multiple identities to evade bans is a violation of these terms."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "network_conduct",
|
||||
"title": "5. NETWORK CONDUCT",
|
||||
"content": [
|
||||
"You will not flood, spam, or disrupt network services.",
|
||||
"You will not attempt to impersonate other users or administrators.",
|
||||
"You will not exploit bugs or vulnerabilities for personal gain.",
|
||||
"You will report security vulnerabilities responsibly to administrators.",
|
||||
"You will not attempt to intercept, decrypt, or eavesdrop on other users' communications.",
|
||||
"Denial of service attacks are strictly prohibited and will be reported to authorities."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "content_policy",
|
||||
"title": "6. CONTENT POLICY - THIS IS NOT AN ADULT CONTENT SITE",
|
||||
"content": [
|
||||
"*** 18+ MEANS MATURE & RESPONSIBLE - NOT 'ANYTHING GOES' ***",
|
||||
"",
|
||||
"STRICTLY PROHIBITED (instant ban + law enforcement report):",
|
||||
"- ANY pornographic content or sexual images",
|
||||
"- ANY child sexual abuse material (CSAM) - reported to NCMEC/Gardai immediately",
|
||||
"- Unsolicited sexual content (dick pics, nudes, etc.)",
|
||||
"- Grooming behaviour of ANY kind",
|
||||
"- Gore, death images, or extreme violence",
|
||||
"- Content depicting real violence against real people",
|
||||
"- Hate speech, discrimination, or extremist content",
|
||||
"",
|
||||
"PERMITTED:",
|
||||
"- Normal photos and images (selfies, landscapes, memes, etc.)",
|
||||
"- Gaming screenshots and videos",
|
||||
"- Gaming violence discussion (Battlefield tactics, K/D ratios, etc.)",
|
||||
"- Professional/work-related content",
|
||||
"- General conversation between adults",
|
||||
"",
|
||||
"THE 18+ REQUIREMENT EXISTS FOR:",
|
||||
"- Ensuring users are legally responsible for their actions",
|
||||
"- Protecting against predatory behaviour toward minors",
|
||||
"- Maintaining mature, respectful discourse",
|
||||
"- NOT for enabling sexual or explicit content",
|
||||
"",
|
||||
"If you think '18+ site' means you can send inappropriate content - YOU ARE WRONG.",
|
||||
"This is a COMMUNICATION platform, not a dating/adult site."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "data_privacy",
|
||||
"title": "7. DATA & PRIVACY",
|
||||
"content": [
|
||||
"Your public key and username are visible to other users on the network.",
|
||||
"Message content may be temporarily stored on relay servers for delivery.",
|
||||
"We do not sell, share, or monetize your personal data.",
|
||||
"You control your own encryption keys - we cannot read your encrypted messages.",
|
||||
"Server logs are maintained for security and may be provided to law enforcement if required.",
|
||||
"You may request deletion of your account and associated data."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "disclaimer",
|
||||
"title": "8. DISCLAIMER",
|
||||
"content": [
|
||||
"This software is provided 'AS IS' without warranty of any kind.",
|
||||
"No warranty of merchantability or fitness for a particular purpose is provided.",
|
||||
"Use this software at your own risk.",
|
||||
"The developers are not liable for any damages arising from use of this software.",
|
||||
"We do not guarantee uptime, availability, or data preservation.",
|
||||
"Backup your own data - we are not responsible for data loss."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "enforcement",
|
||||
"title": "9. ENFORCEMENT",
|
||||
"content": [
|
||||
"Violations may result in warnings, temporary suspension, or permanent ban.",
|
||||
"Severe violations will be reported to law enforcement.",
|
||||
"Bans are linked to your hardware identity - creating new accounts will not help.",
|
||||
"Appeals may be submitted to administrators but decisions are final.",
|
||||
"Administrators reserve the right to remove any user for any reason."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "jurisdiction",
|
||||
"title": "10. JURISDICTION",
|
||||
"content": [
|
||||
"These terms are governed by the laws of the Republic of Ireland.",
|
||||
"The courts of Dublin, Ireland have exclusive jurisdiction over disputes.",
|
||||
"If any provision is found unenforceable, other provisions remain in effect.",
|
||||
"These terms constitute the entire agreement between you and RangerBlock."
|
||||
]
|
||||
}
|
||||
],
|
||||
"acceptance": {
|
||||
"checkbox_text": "I confirm that I am at least 18 years old and I have read, understood, and agree to these Terms of Use.",
|
||||
"accept_button": "I Accept",
|
||||
"decline_button": "I Decline",
|
||||
"decline_message": "You must accept the Terms of Use to use RangerBlock. The application will now close."
|
||||
},
|
||||
"signature_statement": "By accepting, your agreement is cryptographically signed with your private key and recorded. This acceptance cannot be denied or disputed."
|
||||
},
|
||||
"metadata": {
|
||||
"created_by": "David Keane (IrishRanger)",
|
||||
"assistant": "Claude Code (Ranger)",
|
||||
"purpose": "Legal protection for RangerBlock platform",
|
||||
"notes": [
|
||||
"18+ ONLY - deliberate decision to protect community",
|
||||
"No minors = no targets for predators",
|
||||
"Adults are responsible for their own behaviour",
|
||||
"Gaming violence discussion is explicitly permitted",
|
||||
"DO NOT UPLOAD TO GIT until tested"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,154 @@
|
||||
================================================================================
|
||||
RANGERBLOCK TERMS OF USE & FAIR USE POLICY
|
||||
Version 1.0.0
|
||||
Effective: December 4, 2025
|
||||
================================================================================
|
||||
|
||||
*** ADULTS ONLY (18+) ***
|
||||
|
||||
RangerBlock is an ADULTS ONLY platform. By using this software, you confirm
|
||||
you are at least 18 years of age. This restriction exists to protect all
|
||||
users and maintain a responsible community.
|
||||
|
||||
If you are under 18, please use age-appropriate communication platforms.
|
||||
|
||||
================================================================================
|
||||
1. FAIR USE
|
||||
================================================================================
|
||||
|
||||
- You will use this software for lawful purposes only.
|
||||
- You will not engage in harassment, threats, bullying, or abuse.
|
||||
- You will respect other users' privacy, dignity, and rights.
|
||||
- You will not use this platform for illegal activities.
|
||||
- Threats of violence are not permitted UNLESS clearly in gaming context
|
||||
(e.g., "I'll get you in Battlefield" is acceptable).
|
||||
|
||||
================================================================================
|
||||
2. NO HARM CLAUSE
|
||||
================================================================================
|
||||
|
||||
- You will not use this software to harm others.
|
||||
- You will not distribute malware or malicious software.
|
||||
- You will not compromise network security or other users' devices.
|
||||
- You will not engage in doxxing, swatting, or real-world harassment.
|
||||
- You will not share others' personal information without consent.
|
||||
|
||||
================================================================================
|
||||
3. LEGAL COMPLIANCE
|
||||
================================================================================
|
||||
|
||||
- You agree to comply with all applicable laws.
|
||||
|
||||
*** THIS SOFTWARE DOES NOT PROTECT YOU FROM LEGAL CONSEQUENCES ***
|
||||
|
||||
- Bad actors WILL be reported to law enforcement.
|
||||
- Your identity is cryptographically linked to your actions.
|
||||
- We cooperate fully with law enforcement when legally required.
|
||||
- Using encryption does not exempt you from legal responsibility.
|
||||
|
||||
================================================================================
|
||||
4. IDENTITY RESPONSIBILITY
|
||||
================================================================================
|
||||
|
||||
- Your identity is linked to your hardware device.
|
||||
- You are responsible for ALL actions under your identity.
|
||||
- Your identity cannot be transferred or shared.
|
||||
- Creating multiple identities to evade bans is prohibited.
|
||||
|
||||
================================================================================
|
||||
5. NETWORK CONDUCT
|
||||
================================================================================
|
||||
|
||||
- You will not flood, spam, or disrupt services.
|
||||
- You will not impersonate other users or administrators.
|
||||
- You will report security vulnerabilities responsibly.
|
||||
- Denial of service attacks will be reported to authorities.
|
||||
|
||||
================================================================================
|
||||
6. CONTENT POLICY - THIS IS NOT AN ADULT CONTENT SITE
|
||||
================================================================================
|
||||
|
||||
*** 18+ MEANS MATURE & RESPONSIBLE - NOT "ANYTHING GOES" ***
|
||||
|
||||
STRICTLY PROHIBITED (instant ban + law enforcement report):
|
||||
|
||||
- ANY pornographic content or sexual images
|
||||
- ANY child sexual abuse material (CSAM)
|
||||
(Reported to NCMEC/Gardai IMMEDIATELY)
|
||||
- Unsolicited sexual content (dick pics, nudes, etc.)
|
||||
- Grooming behaviour of ANY kind
|
||||
- Gore, death images, or extreme violence
|
||||
- Real violence against real people
|
||||
- Hate speech, discrimination, or extremist content
|
||||
|
||||
PERMITTED:
|
||||
|
||||
- Normal photos and images (selfies, landscapes, memes, etc.)
|
||||
- Gaming screenshots and videos
|
||||
- Gaming violence discussion (Battlefield tactics, K/D ratios, etc.)
|
||||
- Professional/work-related content
|
||||
- General conversation between adults
|
||||
|
||||
THE 18+ REQUIREMENT EXISTS FOR:
|
||||
|
||||
- Ensuring users are legally responsible for their actions
|
||||
- Protecting against predatory behaviour toward minors
|
||||
- Maintaining mature, respectful discourse
|
||||
- NOT for enabling sexual or explicit content
|
||||
|
||||
If you think "18+ site" means you can send inappropriate content:
|
||||
*** YOU ARE WRONG ***
|
||||
|
||||
This is a COMMUNICATION platform, not a dating/adult site.
|
||||
|
||||
================================================================================
|
||||
7. DATA & PRIVACY
|
||||
================================================================================
|
||||
|
||||
- Your public key and username are visible to other users.
|
||||
- We do NOT sell or monetize your data.
|
||||
- You control your own encryption keys.
|
||||
- Server logs may be provided to law enforcement if required.
|
||||
|
||||
================================================================================
|
||||
8. DISCLAIMER
|
||||
================================================================================
|
||||
|
||||
- This software is provided "AS IS" without warranty.
|
||||
- Use at your own risk.
|
||||
- We are not liable for damages from use of this software.
|
||||
- Backup your own data.
|
||||
|
||||
================================================================================
|
||||
9. ENFORCEMENT
|
||||
================================================================================
|
||||
|
||||
- Violations may result in warnings, suspension, or permanent ban.
|
||||
- Severe violations WILL be reported to law enforcement.
|
||||
- Bans are linked to hardware - new accounts won't help.
|
||||
- Administrator decisions are final.
|
||||
|
||||
================================================================================
|
||||
10. JURISDICTION
|
||||
================================================================================
|
||||
|
||||
- Governed by laws of the Republic of Ireland.
|
||||
- Dublin courts have exclusive jurisdiction.
|
||||
|
||||
================================================================================
|
||||
ACCEPTANCE
|
||||
================================================================================
|
||||
|
||||
By clicking "I Accept" or continuing to use this software, you confirm:
|
||||
|
||||
[ ] I am at least 18 years old
|
||||
[ ] I have read and understood these terms
|
||||
[ ] I agree to be bound by these terms
|
||||
|
||||
Your acceptance is CRYPTOGRAPHICALLY SIGNED with your private key.
|
||||
This creates a legally binding record that cannot be denied or disputed.
|
||||
|
||||
================================================================================
|
||||
Created by: IrishRanger + Ranger
|
||||
Rangers lead the way!
|
||||
================================================================================
|
||||
Reference in New Issue
Block a user