Skip to content

Commit 933864d

Browse files
santiferclaude
andcommitted
Add legal disclaimer, indemnification clause, and acceptable use policy
- README: visible disclaimer in EN + ES sections - LEGAL_DISCLAIMER.md: full legal terms (GDPR, EU AI Act, indemnification, acceptable use) - CONTRIBUTING.md: explicit "what we do NOT accept" section (scraping, auto-submit, personal data) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f77bf6d commit 933864d

3 files changed

Lines changed: 101 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ PRs without a corresponding issue may be closed if they don't align with the pro
4646
- Dashboard changes require `go build` — test with real data before submitting
4747
- Don't commit personal data (cv.md, profile.yml, applications.md, reports/)
4848

49+
## What we do NOT accept
50+
51+
- **PRs that scrape platforms prohibiting automated access** (LinkedIn, etc.). We actively reject these to respect third-party ToS.
52+
- **PRs that enable auto-submitting applications** without human review. career-ops is a decision-support tool, not a spam bot.
53+
- **PRs that add external API dependencies** without prior discussion in an issue.
54+
- **PRs containing personal data** (real CVs, emails, phone numbers). Use `examples/` with fictional data instead.
55+
4956
## Development
5057

5158
```bash

LEGAL_DISCLAIMER.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Legal Disclaimer & Acceptable Use
2+
3+
## 1. Nature of the Project
4+
5+
`career-ops` is a collection of Markdown prompts, Node.js scripts, and HTML templates. It is strictly a local execution tool. The maintainers do not host, deploy, or operate an AI system, nor do we provide API access to Large Language Models (LLMs).
6+
7+
Users download the code, run it on their own machines, and connect it to their own AI provider (Anthropic, OpenAI, or any other). The maintainers have no visibility into, control over, or responsibility for how the tool is used after download.
8+
9+
## 2. Data Privacy (GDPR)
10+
11+
The maintainers do not act as a Data Controller or Data Processor under GDPR or any other data protection regulation.
12+
13+
- All Personal Identifiable Information (PII) you input — CVs, contact details, career history — is processed locally on your machine.
14+
- When you use an AI CLI tool (Claude Code, Codex, OpenCode), your data is sent directly to the AI provider you chose. Review their privacy policies.
15+
- We do not collect analytics, telemetry, or usage data of any kind.
16+
- API keys, credentials, and personal files are gitignored by default. Never commit them to a public fork.
17+
18+
## 3. AI Model Behavior
19+
20+
This tool interfaces with AI models via third-party CLI tools. The maintainers do not control these models and cannot guarantee their behavior.
21+
22+
- **Hallucinations:** AI models may fabricate skills, job history, qualifications, or company information. You must manually verify all generated documents before submitting them to an employer.
23+
- **Safety guardrails:** The default prompts instruct the AI never to auto-submit applications and to stop before the final send/apply action. However, AI compliance is not guaranteed. If you use different models, modify the system prompts, or override the safety instructions, you accept full responsibility for the AI's actions.
24+
- **Evaluation accuracy:** Job offer scores and recommendations are AI-generated opinions based on pattern matching, not professional career advice. They should inform your judgment, not replace it.
25+
26+
## 4. Third-Party Platforms
27+
28+
career-ops interacts with career portals and job boards (Greenhouse, Lever, Ashby, Workday, and others).
29+
30+
- Users must comply with the Terms of Service of every platform they interact with.
31+
- Do not use this tool to scrape platforms that prohibit automated access.
32+
- Do not use this tool to spam employers, overwhelm ATS systems, or submit mass applications.
33+
- Any consequences from ToS violations — including IP bans, account restrictions, or legal action from platforms — are solely the responsibility of the user.
34+
- The maintainers actively reject contributions that facilitate ToS violations (see CONTRIBUTING.md).
35+
36+
## 5. Acceptable Use
37+
38+
career-ops is designed to help individuals make better career decisions, not to automate away human judgment. Acceptable use includes:
39+
40+
- Evaluating job offers to prioritize your time
41+
- Generating tailored CVs that you review and edit before submitting
42+
- Scanning public career pages for open positions
43+
- Tracking your application pipeline
44+
45+
Unacceptable use includes:
46+
47+
- Auto-submitting applications without human review
48+
- Scraping platforms that prohibit automated access
49+
- Submitting AI-generated content without verifying its accuracy
50+
- Using the tool to discriminate, deceive, or misrepresent qualifications
51+
52+
## 6. EU AI Act
53+
54+
Because this tool runs locally, is free, and is open-source, the maintainers are not placing an AI system on the market or putting one into service under the EU AI Act. Users who deploy the tool in a commercial or organizational context should assess their own obligations under the AI Act.
55+
56+
## 7. Indemnification
57+
58+
By using career-ops, you agree to indemnify, defend, and hold harmless the authors, contributors, and any affiliated parties from and against any and all claims, damages, losses, liabilities, costs, and expenses (including reasonable attorneys' fees) arising from your use of this software, your violation of these terms, or your violation of any third-party terms of service.
59+
60+
## 8. Cost Responsibility
61+
62+
If you use paid AI providers (Anthropic API, OpenAI API, etc.), you are solely responsible for monitoring and managing your own token usage and associated costs. The maintainers are not responsible for unexpected charges.
63+
64+
## 9. MIT License
65+
66+
As stated in the [LICENSE](LICENSE) file:
67+
68+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
69+
70+
## 10. Changes
71+
72+
This disclaimer may be updated as the project evolves. Users are encouraged to review it periodically.

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,17 @@ My portfolio and other open source projects → [santifer.io](https://santifer.i
212212

213213
[Buy me a coffee](https://buymeacoffee.com/santifer) if career-ops helped your job search.
214214

215+
## Disclaimer
216+
217+
**career-ops is a local, open-source tool — NOT a hosted service.** By using this software, you acknowledge:
218+
219+
1. **You control your data.** Your CV, contact info, and personal data stay on your machine and are sent directly to the AI provider you choose (Anthropic, OpenAI, etc.). We do not collect, store, or have access to any of your data.
220+
2. **You control the AI.** The default prompts instruct the AI not to auto-submit applications, but AI models can behave unpredictably. If you modify the prompts or use different models, you do so at your own risk. **Always review AI-generated content for accuracy before submitting.**
221+
3. **You comply with third-party ToS.** You must use this tool in accordance with the Terms of Service of the career portals you interact with (Greenhouse, Lever, Workday, LinkedIn, etc.). Do not use this tool to spam employers or overwhelm ATS systems.
222+
4. **No guarantees.** Evaluations are recommendations, not truth. AI models may hallucinate skills or experience. The authors are not liable for employment outcomes, rejected applications, account restrictions, or any other consequences.
223+
224+
See [LEGAL_DISCLAIMER.md](LEGAL_DISCLAIMER.md) for full details. This software is provided under the [MIT License](LICENSE) "as is", without warranty of any kind.
225+
215226
## License
216227

217228
MIT
@@ -316,6 +327,17 @@ O simplemente pega una URL o descripcion de oferta -- career-ops la detecta y ej
316327

317328
[Invitame a un cafe](https://buymeacoffee.com/santifer) si career-ops te ayudo en tu busqueda.
318329

330+
## Aviso legal
331+
332+
**career-ops es una herramienta local y open source — NO un servicio alojado.** Al usar este software, aceptas que:
333+
334+
1. **Tu controlas tus datos.** Tu CV, datos de contacto e informacion personal se quedan en tu maquina y se envian directamente al proveedor de IA que elijas (Anthropic, OpenAI, etc.). No recopilamos, almacenamos ni tenemos acceso a tus datos.
335+
2. **Tu controlas la IA.** Los prompts por defecto instruyen a la IA a no enviar aplicaciones automaticamente, pero los modelos pueden comportarse de forma impredecible. Si modificas los prompts o usas otros modelos, lo haces bajo tu responsabilidad. **Revisa siempre el contenido generado antes de enviarlo.**
336+
3. **Tu cumples con los terminos de terceros.** Debes usar esta herramienta de acuerdo con los Terminos de Servicio de los portales de empleo (Greenhouse, Lever, Workday, LinkedIn, etc.). No uses esta herramienta para spamear empresas.
337+
4. **Sin garantias.** Las evaluaciones son recomendaciones, no verdad absoluta. Los modelos pueden inventar habilidades o experiencia. Los autores no son responsables de resultados laborales, candidaturas rechazadas, restricciones de cuenta ni ninguna otra consecuencia.
338+
339+
Ver [LEGAL_DISCLAIMER.md](LEGAL_DISCLAIMER.md) para mas detalles. Este software se proporciona bajo la [Licencia MIT](LICENSE) "tal cual", sin garantia de ningun tipo.
340+
319341
## Let's Connect
320342

321343
[![Website](https://img.shields.io/badge/santifer.io-000?style=for-the-badge&logo=safari&logoColor=white)](https://santifer.io)

0 commit comments

Comments
 (0)