Sia Makerlab
홈회사소개서비스포트폴리오공지사항문의하기

© since 2025 Sia Makerlab. All rights reserved.

사업자등록번호: 649-11-03282 | 대표: 이장욱

통신판매업신고번호: 제2025-충북제천-0264호

Sia Manager for Cloudflare

개인정보처리방침

Sia Makerlab 제품 포트폴리오 통합 페이지에서 제공하는 개인정보처리방침입니다.

개인정보처리방침v1.0

Privacy Policy

Last Updated: July 26, 2026

Effective Date: July 26, 2026

Revision: 1.0

Revision History

VersionDateChanges
1.0July 26, 2026Initial release

1. Introduction

This Privacy Policy describes how Sia Makerlab ("we," "us," or "our") collects, uses, and shares information in connection with your use of the Sia Manager for Cloudflare mobile application (the "App").

The App is an Android client for inspecting Cloudflare infrastructure and running operational tasks — such as DNS edits, cache purge, and security toggles — using a Cloudflare API Token that you provide. It connects directly from your device to the official Cloudflare REST and GraphQL APIs and communicates with no other server. It does not require you to create an account, and we do not operate a server that stores your token or your data. By downloading, installing, or using the App, you agree to the collection and use of information in accordance with this Privacy Policy. If you do not agree, please do not use the App.

Independence disclaimer: Sia Manager for Cloudflare is an independent application and is not affiliated with, endorsed by, or sponsored by Cloudflare, Inc. "Cloudflare" and related names and logos are trademarks of Cloudflare, Inc. and are used here only descriptively. The App communicates only with the official Cloudflare APIs using credentials you provide.

2. Information We Collect

2.1 Information You Provide

The App is designed to function without an account or personal information. We do not collect your name, email address, phone number, or physical address.

To use the App, you provide one or more Cloudflare API Tokens (scoped tokens only — Global API Keys and passwords are not supported), together with an optional label to help you identify each account. This configuration is stored locally on your device and is not collected by us.

2.2 Requests You Make to Cloudflare (Outbound Requests)

When you use the App, it communicates directly from your device to the official Cloudflare APIs at api.cloudflare.com over HTTPS — there is no Sia Makerlab server, agent, or gateway in the path. Your API Token is sent only to Cloudflare as an Authorization: Bearer header to call Cloudflare REST and GraphQL endpoints (token verification, accounts, zones, DNS records, cache purge, zone settings, and analytics). Your token, zones, DNS values, analytics, and settings travel between your device and Cloudflare — not through us. We do not see, receive, or store any of them. You are responsible for ensuring you are authorized to access any Cloudflare account you connect to and to perform the operations you execute.

2.3 Information Stored on Your Device

The App stores the following data only on your device:

DataCollectedStoredSharedPurpose
Cloudflare API TokenYesDevice only (encrypted)NoAuthenticating to the Cloudflare API; encrypted at rest with Android Keystore-backed AES (AndroidX security-crypto) in app-private storage, never shown again after entry (only the last 4 characters are displayed)
Account label & token last-4YesDevice onlyNoListing your connected accounts; does not include the full token
Zone / DNS / analytics cacheYesDevice onlyNoThe last successful response and a refresh timestamp, keyed per account and per zone so data does not leak across accounts
Activity logYesDevice onlyNoTime, area, result, account label, zone name, and a short summary of recent reads/writes — tokens, DNS values, email addresses, and account IDs are never written to it; a bounded number of recent entries is retained
App settingsYesDevice onlyNoPreferences such as theme and selected account

This data is stored exclusively on your device with backup disabled (android:allowBackup="false"), so it is excluded from device cloud backups. We do not have access to it, and it is never transmitted to our servers.

2.4 Permissions

The App requests only the following Android permission:

  • Internet (INTERNET): required to call the Cloudflare API.

The App does not request camera, microphone, location, contacts, storage, or background data permissions.

2.5 Information We Do NOT Collect

We explicitly do not collect:

  • Personal or contact information
  • Your Cloudflare API Token, zones, DNS records, analytics, or security settings
  • Analytics or usage tracking data
  • Advertising identifiers
  • Precise location data
  • Payment or card information

The App contains no analytics SDK, no advertising SDK, no crash-reporting SDK, and no other telemetry. It does not phone home to any server other than Cloudflare's API.

3. How We Use Information

Data stored on your device is used locally to:

  • Authenticate to the Cloudflare API and run the operations you request
  • Remember your connected accounts and cached zone/DNS/analytics data
  • Show a local activity log of recent reads and writes
  • Apply your settings and preferences

We do not receive any of this data and therefore do not use it ourselves.

4. Data Sharing and Disclosure

4.1 We Do Not Sell Your Data

We do not sell, trade, or rent your personal information to third parties.

4.2 Third-Party Services

The App integrates no third-party analytics, advertising, or crash-reporting services. It communicates only with the Cloudflare API, which handles your requests according to Cloudflare's own privacy policy: https://www.cloudflare.com/privacypolicy/. Cloudflare is operated independently of us, and its handling of your account and data is outside our control.

4.3 Legal Requirements

We may disclose information if required to do so by law or in response to valid requests by public authorities. As we hold no user content, such disclosure would be limited to information actually in our possession.

5. Data Retention

5.1 Local Data

Data stored on your device remains until you delete it within the App, clear app data in device settings, or uninstall the App. Removing an account from Settings deletes that account's token and its cached zones/DNS/analytics; the activity log can be cleared independently. Because we operate no server and receive no data, we retain nothing about you or your Cloudflare account.

5.2 Cloudflare Data

Data you view or modify through the Cloudflare API is retained by Cloudflare according to its own policies.

6. Your Rights and Choices

You have the right to:

  • Access: View your data within the App
  • Delete: Remove accounts in the App, clear the activity log, or clear app data or uninstall the App to remove all local data

For users in the EEA, United Kingdom, and Switzerland: under the GDPR and applicable laws, you also have the rights to access, rectification, erasure, restriction of processing, data portability, objection, and withdrawal of consent. Because we hold no personal data about you, these requests are generally satisfied on your device.

7. Data Security

We implement reasonable technical measures to protect data on your device:

  • The Cloudflare API Token is encrypted at rest with Android Keystore-backed AES encryption (AndroidX security-crypto) in app-private storage, is never shown again after entry, and is excluded from app-data backup
  • Cleartext traffic is disabled (android:usesCleartextTraffic="false"); the App communicates with Cloudflare over TLS only
  • Write operations are graded by risk and gated behind explicit confirmation dialogs; duplicate submissions during an in-flight operation are suppressed, and after a write the App re-fetches the affected resource rather than blindly retrying
  • Read-only tokens disable all write controls in the UI
  • The HTTP client does not log request or response bodies; the Authorization header is masked in any diagnostic logging
  • The activity log excludes tokens, DNS values, email addresses, and account IDs
  • Data is stored only on your device; we operate no server and keep no copies
  • No cloud synchronization and no user accounts

Note that the operations available in the App reflect the permissions your API Token holds on Cloudflare; true access restriction is configured on the token itself.

8. Children's Privacy

The App is a technical tool and is not directed to children under the age of 13 (or 16 in the EEA). We do not knowingly collect personal information from children.

9. International Data Transfers

The App itself transfers no data to us. Requests you make are sent to Cloudflare, which may process them in countries with different data protection laws. Please refer to Cloudflare's privacy policy for more information.

10. Changes to This Privacy Policy

We may update this Privacy Policy from time to time. We will notify you of any changes by updating the "Last Updated" date and, for material changes, displaying a notice within the App.

11. Disclaimer of Liability

11.1 Third-Party Services

We are not responsible for the data collection, use, or security practices of Cloudflare or any other party whose service you connect to through the App.

11.2 Data Loss

We are not responsible for any loss of data stored locally on your device, including your API Tokens, cached data, and activity log.

11.3 Limitation of Liability

TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES RESULTING FROM YOUR USE OF THE APP.

12. Governing Law

This Privacy Policy shall be governed by the laws of the Republic of Korea. For EU users, it shall be interpreted in accordance with applicable EU law including the GDPR.

13. Contact Us

Sia Makerlab

  • Email: sia@siamakerlab.com
  • Website: https://siamakerlab.com

For GDPR-related inquiries from EEA residents, please include "GDPR Request" in the subject line.


Summary of Data Practices

Data TypeCollectedStoredSharedPurpose
Cloudflare API TokenYesDevice only (encrypted)NoAuthenticating to the Cloudflare API
Account label & token last-4, settingsYesDevice onlyNoListing accounts and preferences
Zones, DNS, analytics, security dataNo (sent device → Cloudflare)Cached on device onlyOnly with CloudflareInspecting and operating your Cloudflare account
Activity logYesDevice onlyNoRecent reads/writes (tokens and sensitive values excluded)
Advertising IDNoN/ANoN/A — the App contains no advertising
Personal infoNoN/ANoN/A

The App contains no advertising, no in-app purchases, no analytics, and no crash reporting.


This Privacy Policy is available in English. If translated versions are provided, the English version shall prevail in case of any discrepancy.

Sia Manager for Cloudflare 제품 페이지로 돌아가기