86 lines
4.1 KiB
Markdown
86 lines
4.1 KiB
Markdown
|
|
**Quick summary:** This companion contains *non-binding* legal templates and safety-focused wording intended to help maintainers and contributors document responsible disclosure, takedown requests, and rules-of-engagement. It is **not** legal advice.
|
|
Samsoft Universal Jailbreak Research — FOR RESEARCH ONLY
|
|
|
|
This repository collects prompt patterns, failure cases, and mitigations observed during black-box prompt engineering research. All examples are archived for study, reproduction, and development of jailbreak-resistant systems.
|
|
Usage policy:
|
|
• DO NOT use these materials to bypass model safeguards or enable illegal activity.
|
|
• Use only with consented/local models or properly provisioned research endpoints.
|
|
• Replace any actionable/unsafe examples with sanitized pseudo-prompts before public release.
|
|
|
|
## What this contains
|
|
- Fillable templates (DMCA-style takedown, cease & desist, vulnerability receipt, tester consent).
|
|
- Contributor legal rules (what must stay out of public commits).
|
|
- Playful "AI Lawyer" persona blurbs for README helper bots.
|
|
|
|
## Important legal disclaimers
|
|
- **Not legal advice.** Use these templates as starting points only. Consult a licensed attorney for enforceable notices or jurisdiction-specific work.
|
|
- **Local laws vary.** Don’t assume these templates match rules in your country (e.g., Japan’s computer access laws, DMCA specifics, etc.).
|
|
- **Sanitize before publishing.** Never publish unredacted PII, user data, credentials, or weaponized exploit code.
|
|
|
|
## Contact
|
|
If you receive a report or request related to this repo, follow `RESPONSIBLE_DISCLOSURE.md` and contact: `contacthaltmannworks@gmail.com`.
|
|
2) TEMPLATES/DMCA_Takedown_Request.md
|
|
markdown
|
|
Copy code
|
|
# DMCA-style Takedown / Copyright Complaint (Template)
|
|
|
|
> NOTE: This is a generic template. DMCA is U.S.-specific; other jurisdictions have different rules. Consult counsel.
|
|
|
|
[Your Name]
|
|
[Your Address]
|
|
[City, State, Zip]
|
|
[Email]
|
|
[Date]
|
|
|
|
To: GitHub / Hosting Provider / Repository Owner
|
|
|
|
Re: Notice of Copyright Infringement
|
|
|
|
1. I am the owner (or authorized to act on behalf of the owner) of exclusive rights under United States copyright law to the copyrighted material described below.
|
|
|
|
2. The copyrighted work(s) at issue (title, description):
|
|
- [Title / Description — e.g., “MyGameAsset.png” / code module X]
|
|
|
|
3. The material that is claimed to be infringing (location/URL in repo):
|
|
- [Repository path or URL]
|
|
|
|
4. I have a good-faith belief that the use of the material in the manner complained of is not authorized by the copyright owner, the owner’s agent, or the law.
|
|
|
|
5. Under penalty of perjury, I certify that the information in this notice is accurate and that I am the copyright owner or authorized to act on behalf of the owner.
|
|
|
|
Please remove or disable access to the material at issue and notify me at the contact above.
|
|
|
|
Sincerely,
|
|
[Signature / Typed Name]
|
|
3) TEMPLATES/Cease_and_Desist_Template.md
|
|
markdown
|
|
Copy code
|
|
# Cease & Desist — Template (Non-binding, high-level)
|
|
|
|
[Date]
|
|
|
|
[Cat / Flames Co ]
|
|
[ / contacthaltmannworks@gmail.com]
|
|
|
|
RE: Unauthorized Publication / Use of [AI SYNTHZTED ]
|
|
|
|
To whom it may concern,
|
|
|
|
This is a formal request to cease and desist the distribution or public display of materials described below:
|
|
|
|
- Item(s): [describe the material, e.g., "Full exploit script named exploit.py"]
|
|
- Location: [[URL](https://github.com/zshcatsandevops/UniversalJailbreakDB20XX/) / [repo](https://github.com/zshcatsandevops/UniversalJailbreakDB20XX/) / [mirror](https://github.com/zshcatsandevops/UniversalJailbreakDB20XX/)]
|
|
|
|
The materials contain sensitive technical details and/or personal data that may cause immediate risk if published. We request that you:
|
|
|
|
1. Immediately remove the material from public access.
|
|
2. Confirm via reply to [contacthaltmannworks@gmail.com] within 7 calendar days that the material has been removed.
|
|
3. Refrain from re-publishing or redistributing the material.
|
|
|
|
This letter does not constitute a full statement of our rights or a waiver of any rights, remedies, or defenses, all of which are expressly reserved.
|
|
|
|
Sincerely,
|
|
[Cat]
|
|
[contacthaltmannworks@gmail.com]
|