Vercel
tcp/443
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: high
Fingerprint: 5f32cf5d6962f09c8ee05d8b8ee05d8bd3a6c3ac0a25843effa0ba3519fc47dc
Found 124 files trough .DS_Store spidering: /.git /.github /.gitignore /api /api/app-store-build-service.js /api/appetize-service.js /api/apple-developer-service.js /api/auth /api/billing-routes.js /api/generate.js /api/github /api/github-actions-service.js /api/github-service.js /api/health.js /api/llm-service.js /api/node_modules /api/package-lock.json /api/package.json /api/payment-routes.js /api/preview /api/preview-coordinator.js /api/scaleify-mac.pem /api/server.js /api/sessions /api/sessions.js /app-builder-auth.js /app-builder.css /app-builder.html /app-builder.js /app-generation-pipeline.js /app-service.js /apple-developer-modal.css /apple-developer-modal.js /apple-touch-icon-precomposed.png /apple-touch-icon.png /assets /auth.css /auth.js /BUG_FIXES_SUMMARY.md /cancel-page-handler.js /cancel.css /cancel.html /CANCEL_PAGE_IMPLEMENTATION.md /code-line-numbers.css /code-line-numbers.js /config.js /contact.css /contact.html /device-simulation.css /device-simulation.js /download-permission.css /error-handling.js /export-file.js /export-modal.css /export-modal.js /faq.js /favicon.ico /features.css /features.html /FINAL_IMPLEMENTATION_REPORT.md /firebase-config.js /firestore.rules /FIRESTORE_INDEXES_REQUIRED.md /FIXES_IMPLEMENTED.md /github-modal.css /github-modal.js /GITHUB_SYNC_SETUP.md /help.css /help.html /hero-updates.css /icons-temp /IMPLEMENTATION_SUMMARY.md /important.css /index-upgrade.js /index.html /lib /line-numbers-test.html /my-apps.html /my-apps.js /NEW_APP_FUNCTIONALITY.md /ngrok.log /node_modules /package-lock.json /package.json /payment-service.js /preview-client.js /PREVIEW_SETUP.md /pricing-upgrade.js /pricing.css /pricing.html /privacy-policy.css /privacy-policy.html /production-config-example.env /profile.css /profile.html /profile.js /PROGRESS.md /README.md /real-time-sync.js /script.js /scroll-effect.js /search-handler.js /settings.css /settings.html /settings.js /setup-ssm-permissions.sh /site.webmanifest /slideshow.js /storage-service.js /stripe-window-manager.js /styles.css /styles_backup /success-page-handler.js /swift-compilation-service.js /swift-syntax-highlight.css /swift-to-web-renderer.js /swift-ui-preview.css /terms-override.css /terms.css /terms.html /test-suite.js /ui-transitions.css /ui-transitions.js /vercel.json
Open service 216.150.16.129:443 · www.scaleify.dev
2026-01-08 21:40
HTTP/1.1 200 OK
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Age: 39988
Cache-Control: public, max-age=0, must-revalidate
Content-Disposition: inline
Content-Length: 52773
Content-Type: text/html; charset=utf-8
Date: Thu, 08 Jan 2026 21:40:12 GMT
Etag: "6eb9c402522abe9fafd852f06dfc146a"
Last-Modified: Thu, 08 Jan 2026 10:33:43 GMT
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vercel-Cache: HIT
X-Vercel-Id: fra1::dp5th-1767908412811-c508ee6c3322
X-Xss-Protection: 1; mode=block
Connection: close
Page title: Scaleify - Build iOS apps fast & easy with Swift
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Access Protection - Must be first -->
<script src="access-protection.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scaleify - Build iOS apps fast & easy with Swift</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="important.css">
<link rel="stylesheet" href="hero-updates.css">
<link rel="stylesheet" href="auth.css">
<link rel="stylesheet" href="voice-input.css">
<link rel="stylesheet" href="model-selector.css">
<link rel="stylesheet" href="app-builder.css">
<link rel="icon" href="assets/logo.png" type="image/png">
<link rel="shortcut icon" href="assets/logo.png" type="image/png">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="assets/apple-touch-icon-precomposed.png">
<style>
/* Hide Company link from header */
.nav-link[href="about.html"] {
display: none !important;
}
.social-icon {
width: 16px !important;
height: 16px !important;
max-width: 16px !important;
max-height: 16px !important;
object-fit: contain;
vertical-align: -2px !important;
position: relative;
top: 2px;
}
/* Specific override for header X icon */
.header-icons a img.social-icon {
width: 16px !important;
height: 16px !important;
position: relative !important;
top: 3px !important; /* Final fine-tuned value */
vertical-align: middle !important;
margin-bottom: 0 !important;
transform: translateY(0) !important;
}
/* Fix user dropdown layout - override app-builder.css conflicts */
.user-dropdown-menu .dropdown-item {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
padding: 12px 16px !important;
}
.user-dropdown-menu .shortcut-keys {
margin-left: auto !important;
opacity: 0.5 !important;
}
/* Remove dots around dropdown icons */
.user-dropdown-menu .dropdown-item::before,
.user-dropdown-menu .dropdown-item::after {
display: none !important;
}
.user-dropdown-menu .dropdown-icon {
background: none !important;
border: none !important;
outline: none !important;
}
/* Landing page app cards styles */
.real-app-card {
position: relative;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.real-app-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.app-actions-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.2s ease;
border-radius: 12px;
}
.real-app-card:hover .app-actions-overlay {
opacity: 1;
}
.edit-app-btn {
background: var(--primary-color);
color: white;
border: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 500;
cursor: pointer;
transition: background 0.2s ease;
}
.edit-app-btn:hover {
background: var(--primary-color-hover);
}
.placeholder-card {
border: 2px dashed var(--border-color);
background: var(--secondary-bg);
cursor: pointer;
Open service 216.150.16.129:443 · www.scaleify.dev
2026-01-01 21:49
HTTP/1.1 200 OK
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Age: 666025
Cache-Control: public, max-age=0, must-revalidate
Content-Disposition: inline
Content-Length: 52773
Content-Type: text/html; charset=utf-8
Date: Thu, 01 Jan 2026 21:49:19 GMT
Etag: "6eb9c402522abe9fafd852f06dfc146a"
Last-Modified: Thu, 25 Dec 2025 04:48:53 GMT
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vercel-Cache: HIT
X-Vercel-Id: iad1::qfw5g-1767304159271-c97a3dd4925b
X-Xss-Protection: 1; mode=block
Connection: close
Page title: Scaleify - Build iOS apps fast & easy with Swift
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Access Protection - Must be first -->
<script src="access-protection.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scaleify - Build iOS apps fast & easy with Swift</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="important.css">
<link rel="stylesheet" href="hero-updates.css">
<link rel="stylesheet" href="auth.css">
<link rel="stylesheet" href="voice-input.css">
<link rel="stylesheet" href="model-selector.css">
<link rel="stylesheet" href="app-builder.css">
<link rel="icon" href="assets/logo.png" type="image/png">
<link rel="shortcut icon" href="assets/logo.png" type="image/png">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="assets/apple-touch-icon-precomposed.png">
<style>
/* Hide Company link from header */
.nav-link[href="about.html"] {
display: none !important;
}
.social-icon {
width: 16px !important;
height: 16px !important;
max-width: 16px !important;
max-height: 16px !important;
object-fit: contain;
vertical-align: -2px !important;
position: relative;
top: 2px;
}
/* Specific override for header X icon */
.header-icons a img.social-icon {
width: 16px !important;
height: 16px !important;
position: relative !important;
top: 3px !important; /* Final fine-tuned value */
vertical-align: middle !important;
margin-bottom: 0 !important;
transform: translateY(0) !important;
}
/* Fix user dropdown layout - override app-builder.css conflicts */
.user-dropdown-menu .dropdown-item {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
padding: 12px 16px !important;
}
.user-dropdown-menu .shortcut-keys {
margin-left: auto !important;
opacity: 0.5 !important;
}
/* Remove dots around dropdown icons */
.user-dropdown-menu .dropdown-item::before,
.user-dropdown-menu .dropdown-item::after {
display: none !important;
}
.user-dropdown-menu .dropdown-icon {
background: none !important;
border: none !important;
outline: none !important;
}
/* Landing page app cards styles */
.real-app-card {
position: relative;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.real-app-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.app-actions-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.2s ease;
border-radius: 12px;
}
.real-app-card:hover .app-actions-overlay {
opacity: 1;
}
.edit-app-btn {
background: var(--primary-color);
color: white;
border: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 500;
cursor: pointer;
transition: background 0.2s ease;
}
.edit-app-btn:hover {
background: var(--primary-color-hover);
}
.placeholder-card {
border: 2px dashed var(--border-color);
background: var(--secondary-bg);
cursor: pointer;
Open service 216.150.16.129:443 · www.scaleify.dev
2025-12-30 06:15
HTTP/1.1 200 OK
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Age: 437222
Cache-Control: public, max-age=0, must-revalidate
Content-Disposition: inline
Content-Length: 52773
Content-Type: text/html; charset=utf-8
Date: Tue, 30 Dec 2025 06:15:55 GMT
Etag: "6eb9c402522abe9fafd852f06dfc146a"
Last-Modified: Thu, 25 Dec 2025 04:48:53 GMT
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vercel-Cache: HIT
X-Vercel-Id: iad1::f28g4-1767075355806-42b75f487102
X-Xss-Protection: 1; mode=block
Connection: close
Page title: Scaleify - Build iOS apps fast & easy with Swift
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Access Protection - Must be first -->
<script src="access-protection.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scaleify - Build iOS apps fast & easy with Swift</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="important.css">
<link rel="stylesheet" href="hero-updates.css">
<link rel="stylesheet" href="auth.css">
<link rel="stylesheet" href="voice-input.css">
<link rel="stylesheet" href="model-selector.css">
<link rel="stylesheet" href="app-builder.css">
<link rel="icon" href="assets/logo.png" type="image/png">
<link rel="shortcut icon" href="assets/logo.png" type="image/png">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="assets/apple-touch-icon-precomposed.png">
<style>
/* Hide Company link from header */
.nav-link[href="about.html"] {
display: none !important;
}
.social-icon {
width: 16px !important;
height: 16px !important;
max-width: 16px !important;
max-height: 16px !important;
object-fit: contain;
vertical-align: -2px !important;
position: relative;
top: 2px;
}
/* Specific override for header X icon */
.header-icons a img.social-icon {
width: 16px !important;
height: 16px !important;
position: relative !important;
top: 3px !important; /* Final fine-tuned value */
vertical-align: middle !important;
margin-bottom: 0 !important;
transform: translateY(0) !important;
}
/* Fix user dropdown layout - override app-builder.css conflicts */
.user-dropdown-menu .dropdown-item {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
padding: 12px 16px !important;
}
.user-dropdown-menu .shortcut-keys {
margin-left: auto !important;
opacity: 0.5 !important;
}
/* Remove dots around dropdown icons */
.user-dropdown-menu .dropdown-item::before,
.user-dropdown-menu .dropdown-item::after {
display: none !important;
}
.user-dropdown-menu .dropdown-icon {
background: none !important;
border: none !important;
outline: none !important;
}
/* Landing page app cards styles */
.real-app-card {
position: relative;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.real-app-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.app-actions-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.2s ease;
border-radius: 12px;
}
.real-app-card:hover .app-actions-overlay {
opacity: 1;
}
.edit-app-btn {
background: var(--primary-color);
color: white;
border: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 500;
cursor: pointer;
transition: background 0.2s ease;
}
.edit-app-btn:hover {
background: var(--primary-color-hover);
}
.placeholder-card {
border: 2px dashed var(--border-color);
background: var(--secondary-bg);
cursor: pointer;
Open service 216.150.16.129:443 · www.scaleify.dev
2025-12-22 07:21
HTTP/1.1 200 OK
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Age: 33765
Cache-Control: public, max-age=0, must-revalidate
Content-Disposition: inline
Content-Length: 52773
Content-Type: text/html; charset=utf-8
Date: Mon, 22 Dec 2025 07:21:50 GMT
Etag: "6eb9c402522abe9fafd852f06dfc146a"
Last-Modified: Sun, 21 Dec 2025 21:59:04 GMT
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vercel-Cache: HIT
X-Vercel-Id: sin1::wnlns-1766388110340-bbed8c5b31c5
X-Xss-Protection: 1; mode=block
Connection: close
Page title: Scaleify - Build iOS apps fast & easy with Swift
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Access Protection - Must be first -->
<script src="access-protection.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scaleify - Build iOS apps fast & easy with Swift</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="important.css">
<link rel="stylesheet" href="hero-updates.css">
<link rel="stylesheet" href="auth.css">
<link rel="stylesheet" href="voice-input.css">
<link rel="stylesheet" href="model-selector.css">
<link rel="stylesheet" href="app-builder.css">
<link rel="icon" href="assets/logo.png" type="image/png">
<link rel="shortcut icon" href="assets/logo.png" type="image/png">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="assets/apple-touch-icon-precomposed.png">
<style>
/* Hide Company link from header */
.nav-link[href="about.html"] {
display: none !important;
}
.social-icon {
width: 16px !important;
height: 16px !important;
max-width: 16px !important;
max-height: 16px !important;
object-fit: contain;
vertical-align: -2px !important;
position: relative;
top: 2px;
}
/* Specific override for header X icon */
.header-icons a img.social-icon {
width: 16px !important;
height: 16px !important;
position: relative !important;
top: 3px !important; /* Final fine-tuned value */
vertical-align: middle !important;
margin-bottom: 0 !important;
transform: translateY(0) !important;
}
/* Fix user dropdown layout - override app-builder.css conflicts */
.user-dropdown-menu .dropdown-item {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
padding: 12px 16px !important;
}
.user-dropdown-menu .shortcut-keys {
margin-left: auto !important;
opacity: 0.5 !important;
}
/* Remove dots around dropdown icons */
.user-dropdown-menu .dropdown-item::before,
.user-dropdown-menu .dropdown-item::after {
display: none !important;
}
.user-dropdown-menu .dropdown-icon {
background: none !important;
border: none !important;
outline: none !important;
}
/* Landing page app cards styles */
.real-app-card {
position: relative;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.real-app-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.app-actions-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.2s ease;
border-radius: 12px;
}
.real-app-card:hover .app-actions-overlay {
opacity: 1;
}
.edit-app-btn {
background: var(--primary-color);
color: white;
border: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 500;
cursor: pointer;
transition: background 0.2s ease;
}
.edit-app-btn:hover {
background: var(--primary-color-hover);
}
.placeholder-card {
border: 2px dashed var(--border-color);
background: var(--secondary-bg);
cursor: pointer;
Open service 216.150.16.129:443 · www.scaleify.dev
2025-12-20 08:03
HTTP/1.1 200 OK
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Age: 0
Cache-Control: public, max-age=0, must-revalidate
Content-Disposition: inline
Content-Length: 52773
Content-Type: text/html; charset=utf-8
Date: Sat, 20 Dec 2025 08:03:48 GMT
Etag: "6eb9c402522abe9fafd852f06dfc146a"
Last-Modified: Sat, 20 Dec 2025 08:03:48 GMT
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vercel-Cache: HIT
X-Vercel-Id: iad1::qxr4q-1766217828845-cc22723af18a
X-Xss-Protection: 1; mode=block
Connection: close
Page title: Scaleify - Build iOS apps fast & easy with Swift
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Access Protection - Must be first -->
<script src="access-protection.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scaleify - Build iOS apps fast & easy with Swift</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="important.css">
<link rel="stylesheet" href="hero-updates.css">
<link rel="stylesheet" href="auth.css">
<link rel="stylesheet" href="voice-input.css">
<link rel="stylesheet" href="model-selector.css">
<link rel="stylesheet" href="app-builder.css">
<link rel="icon" href="assets/logo.png" type="image/png">
<link rel="shortcut icon" href="assets/logo.png" type="image/png">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="assets/apple-touch-icon-precomposed.png">
<style>
/* Hide Company link from header */
.nav-link[href="about.html"] {
display: none !important;
}
.social-icon {
width: 16px !important;
height: 16px !important;
max-width: 16px !important;
max-height: 16px !important;
object-fit: contain;
vertical-align: -2px !important;
position: relative;
top: 2px;
}
/* Specific override for header X icon */
.header-icons a img.social-icon {
width: 16px !important;
height: 16px !important;
position: relative !important;
top: 3px !important; /* Final fine-tuned value */
vertical-align: middle !important;
margin-bottom: 0 !important;
transform: translateY(0) !important;
}
/* Fix user dropdown layout - override app-builder.css conflicts */
.user-dropdown-menu .dropdown-item {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
padding: 12px 16px !important;
}
.user-dropdown-menu .shortcut-keys {
margin-left: auto !important;
opacity: 0.5 !important;
}
/* Remove dots around dropdown icons */
.user-dropdown-menu .dropdown-item::before,
.user-dropdown-menu .dropdown-item::after {
display: none !important;
}
.user-dropdown-menu .dropdown-icon {
background: none !important;
border: none !important;
outline: none !important;
}
/* Landing page app cards styles */
.real-app-card {
position: relative;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.real-app-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.app-actions-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.2s ease;
border-radius: 12px;
}
.real-app-card:hover .app-actions-overlay {
opacity: 1;
}
.edit-app-btn {
background: var(--primary-color);
color: white;
border: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 500;
cursor: pointer;
transition: background 0.2s ease;
}
.edit-app-btn:hover {
background: var(--primary-color-hover);
}
.placeholder-card {
border: 2px dashed var(--border-color);
background: var(--secondary-bg);
cursor: pointer;