> For the complete documentation index, see [llms.txt](https://forcreaitors.gitbook.io/forcreaitors-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forcreaitors.gitbook.io/forcreaitors-api-documentation/forcreaitors-security.md).

# # ForCreaitors Security

## Security

**Last updated: April 7, 2026**

At ForCreaitors Inc., we take the security of our platform and the data of our users seriously. We appreciate the efforts of security researchers and users who help us maintain a safe and secure service.

***

### Reporting a Security Concern

If you have discovered a potential security vulnerability or have a security concern related to the ForCreaitors platform, please report it to us as soon as possible.

**Email:** chriss[y@forcreaitors.co](mailto:security@forcreators.co)m

Please include the following in your report:

* A clear description of the vulnerability or concern
* Steps to reproduce the issue
* The potential impact you believe it may have
* Any supporting screenshots, logs, or proof-of-concept code

***

### What to Expect

Once we receive your report:

1. We will acknowledge receipt of your report within **48 hours**
2. We will investigate and assess the issue within **7 business days**
3. We will keep you informed of our progress
4. We will notify you when the issue has been resolved

***

### Responsible Disclosure

We ask that you:

* Give us reasonable time to investigate and resolve the issue before any public disclosure
* Avoid accessing, modifying, or deleting user data during your research
* Do not perform actions that could negatively impact our users or platform availability
* Act in good faith throughout the process

We are committed to working with security researchers in good faith and will not pursue legal action against individuals who report vulnerabilities responsibly.

***

### Scope

The following are in scope for security reports:

* ForCreaitors web and mobile applications
* ForCreaitors API endpoints
* Authentication and authorization issues
* Data exposure or leakage
* Third-party integration vulnerabilities affecting ForCreaitors users

***

### Out of Scope

* Social engineering attacks
* Physical security
* Denial of service attacks
* Spam or phishing campaigns

***

### Contact

For all security-related concerns, contact us at:

**Email:** chriss[y@forcreaitors.co](mailto:security@forcreators.co)m **Website:** [https://www.forcreaitors.com](https://www.forcreators.com/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://forcreaitors.gitbook.io/forcreaitors-api-documentation/forcreaitors-security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
