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

# Responsible Disclosure Policy

## **The Submission Process**

If you believe you have found any vulnerabilities in assets defined in the scope, a thorough report can be submitted to <security@appfarm.io>.

A member of our security team will then review the report and get back to you, normally within a week. Depending on the criticality of the report, response time will vary.

## Triage

We’re always interested in hearing about any reproducible vulnerability that affects the security of users, including:

* Remote Code Execution (RCE)
* SQL Injection (SQLi)
* Server Side Request Forgery (SSRF)
* Cross-Site Request Forgery (CSRF)
* Cross-Site Scripting (XSS)

We are generally not interested in reports pointing out the following issues:

* HTTP sniffing or HTTP tampering exploits
* Open API endpoints serving public data
* Brute force, DoS, DDoS, phishing, text injection, or social engineering attacks.
* Output from automated scans
* Clickjacking with minimal security implications
* Missing DMARC records or other email headers
* Missing CAA
* URL Injection with minimal security impact.
* Missing webpage headers
* Missing rate-limiter
* Content Spoofing with minimal impact or relevance

Reports containing findings on our not-wanted list will be closed without a response.

## **Scope**

Currently, all Appfarm services run on the following domains and subdomains:

* appfarm.io
* \*.appfarm.io

Potential problems with our sub-processors will be forwarded to the responsible party so they can evaluate the report.

When testing our self-sign-up sandbox service, researchers are limited to signing up and activating only one environment. Researchers disregarding this restriction will be disqualified.

## **Reward**

We do not currently have any set prices for reports that we receive. We do not offer monetary rewards, but we do offer swag if we believe that a report provides valuable information for our organization.


---

# 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://policies.appfarm.io/security/responsible-disclosure-policy.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.
