Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

xjanova/Thaiprompt-Affiliate

https://github.com/xjanova/Thaiprompt-Affiliate · scanned 2026-06-16 01:04 UTC (2 months, 1 week ago)

147 raw signals (0 security + 147 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 127 actionable findings from 1 signal source. 20 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 7079 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
FIX_THEME_SETTINGS_COLUMNS.sql software healthy FIX_THEME_SETTINGS_COLUMNS.sql
fix-blade-cache.sh software healthy fix-blade-cache.sh
CLAUDE_CONTEXT.md software healthy CLAUDE_CONTEXT.md
update-composer-lock.sh software healthy update-composer-lock.sh
vite.config.js software healthy vite.config.js
COMPLETE_SYSTEM_PROMPT.md software healthy COMPLETE_SYSTEM_PROMPT.md
clear-all.sh software healthy clear-all.sh
test-route-conversion.php software healthy test-route-conversion.php
INSTALL_GUIDE_COMPLETE.md software healthy INSTALL_GUIDE_COMPLETE.md
clear-cache-manual.sh software healthy clear-cache-manual.sh
API_MANAGEMENT_GUIDE.md software healthy API_MANAGEMENT_GUIDE.md
clear-cache.sh software healthy clear-cache.sh
API_ARCHITECTURE_GUIDE.md software healthy API_ARCHITECTURE_GUIDE.md
DEVELOPMENT.md software healthy DEVELOPMENT.md
fix-permissions.sh software healthy fix-permissions.sh
ARCHITECTURE.md software healthy ARCHITECTURE.md
README.md software healthy README.md
fix-tpix-menu-production.sh software healthy fix-tpix-menu-production.sh
verify-menu-setup.sh software healthy verify-menu-setup.sh
diagnose-menu-issue.php software healthy diagnose-menu-issue.php
deploy-pro.sh software healthy deploy-pro.sh
CLAUDE.md software healthy CLAUDE.md
URGENT_FIX_PRODUCTION.sh software healthy URGENT_FIX_PRODUCTION.sh
tailwind.config.js software healthy tailwind.config.js
DESIGN_GUIDELINES.md software healthy DESIGN_GUIDELINES.md
install.sh software healthy install.sh
package.json software healthy package.json
deploy-reward-fix.sh software healthy deploy-reward-fix.sh
SUPER-ADMIN.md software healthy SUPER-ADMIN.md
deploy-line-signup-tables.sh software healthy deploy-line-signup-tables.sh
DOCUMENTATION_INDEX.md software healthy DOCUMENTATION_INDEX.md
PERFORMANCE_OPTIMIZATION.md software healthy PERFORMANCE_OPTIMIZATION.md
install-tarot-system.sh software healthy install-tarot-system.sh
deploy.sh software healthy deploy.sh
clear-all-cache.sh software healthy clear-all-cache.sh
.env.production.example software healthy .env.production.example
composer.json software healthy composer.json
package-lock.json software healthy package-lock.json
quick-install.sh software healthy quick-install.sh
RELEASE-GUIDE.md software healthy RELEASE-GUIDE.md
fix-admin-routes.sh software healthy fix-admin-routes.sh
QUICK_INSTALL.md software healthy QUICK_INSTALL.md
cleanup-disk.sh software healthy cleanup-disk.sh
CREATE_RELEASE.md software healthy CREATE_RELEASE.md
privacy-policy.html software healthy privacy-policy.html
PRODUCTION_FEATURES.md software healthy PRODUCTION_FEATURES.md
fix-menu-routes.sh software healthy fix-menu-routes.sh
run-migrations.sh software healthy run-migrations.sh
COMPREHENSIVE_ARCHITECTURE_OVERVIEW.md software healthy COMPREHENSIVE_ARCHITECTURE_OVERVIEW.md
fix-missing-line-tables.sh software healthy fix-missing-line-tables.sh

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
mode software healthy thaiprompt/stores/appStore.ts:mode
saveUserToStorage software healthy thaiprompt/stores/authStore.ts:saveUserToStorage
loadUserFromStorage software healthy thaiprompt/stores/authStore.ts:loadUserFromStorage
initSyncMonitor software healthy thaiprompt/stores/syncStore.ts:initSyncMonitor
saveCartToStorage software healthy thaiprompt/stores/cartStore.ts:saveCartToStorage
loadCartFromStorage software healthy thaiprompt/stores/cartStore.ts:loadCartFromStorage
calculateSummary software healthy thaiprompt/stores/cartStore.ts:calculateSummary
pv software healthy thaiprompt/stores/cartStore.ts:pv
createCartItem software healthy thaiprompt/stores/cartStore.ts:createCartItem
updateCartItemCalc software healthy thaiprompt/stores/cartStore.ts:updateCartItemCalc
getRankById software healthy thaiprompt/config/appConfig.ts:getRankById
getRankByName software healthy thaiprompt/config/appConfig.ts:getRankByName
getCommissionTypeConfig software healthy thaiprompt/config/appConfig.ts:getCommissionTypeConfig
isFeatureEnabled software healthy thaiprompt/config/appConfig.ts:isFeatureEnabled
getThemeColors software healthy thaiprompt/config/appConfig.ts:getThemeColors
getApiUrl software healthy thaiprompt/constants/index.ts:getApiUrl
formatCurrency software healthy thaiprompt/constants/index.ts:formatCurrency
isValidEmail software healthy thaiprompt/constants/index.ts:isValidEmail
isValidPassword software healthy thaiprompt/constants/index.ts:isValidPassword
getGreetingByTime software healthy thaiprompt/constants/index.ts:getGreetingByTime
getServiceBySlug software healthy thaiprompt/constants/services.ts:getServiceBySlug
getServiceById software healthy thaiprompt/constants/services.ts:getServiceById
getServicesByType software healthy thaiprompt/constants/services.ts:getServicesByType
formatServicePrice software healthy thaiprompt/constants/services.ts:formatServicePrice
calculateDistance software healthy thaiprompt/utils/delivery.ts:calculateDistance
toRad software healthy thaiprompt/utils/delivery.ts:toRad
calculateDeliveryFee software healthy thaiprompt/utils/delivery.ts:calculateDeliveryFee
totalFee software healthy thaiprompt/utils/delivery.ts:totalFee
isRushHour software healthy thaiprompt/utils/delivery.ts:isRushHour
isLateNight software healthy thaiprompt/utils/delivery.ts:isLateNight
formatEstimatedTime software healthy thaiprompt/utils/delivery.ts:formatEstimatedTime
formatDistance software healthy thaiprompt/utils/delivery.ts:formatDistance
getAvatarUrl software healthy thaiprompt/utils/user.ts:getAvatarUrl
baseUrl software healthy thaiprompt/utils/user.ts:baseUrl
getAvatarInitial software healthy thaiprompt/utils/user.ts:getAvatarInitial
formatMemberId software healthy thaiprompt/utils/user.ts:formatMemberId
openInWebView software healthy thaiprompt/utils/navigation.ts:openInWebView
openRegisterPage software healthy thaiprompt/utils/navigation.ts:openRegisterPage
openUrl software healthy thaiprompt/utils/navigation.ts:openUrl
ErrorState software healthy thaiprompt/components/ErrorState.tsx:ErrorState
NetworkErrorBanner software healthy thaiprompt/components/ErrorState.tsx:NetworkErrorBanner
formatLastSync software healthy thaiprompt/components/SyncStatusIndicator.tsx:formatLastSync
getVariantStyles software healthy thaiprompt/components/Button.tsx:getVariantStyles
content software healthy thaiprompt/components/Button.tsx:content
RGBGlowBlob software healthy thaiprompt/components/LavaBackground.tsx:RGBGlowBlob
LavaBlob software healthy thaiprompt/components/LavaBackground.tsx:LavaBlob
getGradientColors software healthy thaiprompt/components/LavaBackground.tsx:getGradientColors
getRGBGlowColors software healthy thaiprompt/components/LavaBackground.tsx:getRGBGlowColors
getBlobColors software healthy thaiprompt/components/LavaBackground.tsx:getBlobColors
getBlobCount software healthy thaiprompt/components/LavaBackground.tsx:getBlobCount

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
lang software healthy lang
th software healthy lang/th
en software healthy lang/en
thaiprompt software healthy thaiprompt
types software healthy thaiprompt/types
stores software healthy thaiprompt/stores
config software healthy thaiprompt/config
constants software healthy thaiprompt/constants
utils software healthy thaiprompt/utils
components software healthy thaiprompt/components
charts software healthy thaiprompt/components/charts
icons software healthy thaiprompt/components/icons
app software healthy thaiprompt/app
product software healthy thaiprompt/app/product
tarot software healthy thaiprompt/app/tarot
order software healthy thaiprompt/app/order
store software healthy thaiprompt/app/store
(tabs) software healthy thaiprompt/app/(tabs)
services software healthy thaiprompt/services
config software healthy config
tests software healthy tests
Unit software healthy tests/Unit
Services software healthy tests/Unit/Services
Feature software healthy tests/Feature
docs software healthy docs
diagrams software healthy docs/diagrams
archived software healthy docs/archived
summaries software healthy docs/archived/summaries
analysis-reports software healthy docs/archived/analysis-reports
implementations software healthy docs/archived/implementations
phase-reports software healthy docs/archived/phase-reports
bug-fixes software healthy docs/archived/bug-fixes
setup software healthy docs/setup
features software healthy docs/features
system-utils software healthy docs/features/system-utils
bot-automation software healthy docs/features/bot-automation
page-builder software healthy docs/features/page-builder
trading-bot software healthy docs/features/trading-bot
nfc-card software healthy docs/features/nfc-card
games software healthy docs/features/games
arrow-x-theme software healthy docs/features/arrow-x-theme
marketplace software healthy docs/features/marketplace
crypto-tpix software healthy docs/features/crypto-tpix
accounting software healthy docs/features/accounting
google-services software healthy docs/features/google-services
ticket-system software healthy docs/features/ticket-system
wallet software healthy docs/features/wallet
tarot software healthy docs/features/tarot
video-reward software healthy docs/features/video-reward
mlm software healthy docs/features/mlm

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
AppIcon frontend healthy thaiprompt/components/AppIcon.tsx
ErrorState frontend healthy thaiprompt/components/ErrorState.tsx
SyncStatusIndicator frontend healthy thaiprompt/components/SyncStatusIndicator.tsx
LavaBackground frontend healthy thaiprompt/components/LavaBackground.tsx
AnimatedBackground frontend healthy thaiprompt/components/AnimatedBackground.tsx
ErrorBoundary frontend healthy thaiprompt/components/ErrorBoundary.tsx
NotificationBell frontend healthy thaiprompt/components/NotificationBell.tsx
BannerCarousel frontend healthy thaiprompt/components/BannerCarousel.tsx
StatCard frontend healthy thaiprompt/components/charts/StatCard.tsx
CommissionBreakdownChart frontend healthy thaiprompt/components/charts/CommissionBreakdownChart.tsx
EarningsChart frontend healthy thaiprompt/components/charts/EarningsChart.tsx
ProgressRing frontend healthy thaiprompt/components/charts/ProgressRing.tsx
Icon frontend healthy thaiprompt/components/icons/index.tsx
CheckoutScreen frontend healthy thaiprompt/app/checkout.tsx
SettingsScreen frontend healthy thaiprompt/app/settings.tsx
ServicesScreen frontend healthy thaiprompt/app/services.tsx
WalletHistoryScreen frontend healthy thaiprompt/app/wallet-history.tsx
RiderScreen frontend healthy thaiprompt/app/rider.tsx
MainMenuScreen frontend healthy thaiprompt/app/main-menu.tsx
WalletWithdrawScreen frontend healthy thaiprompt/app/wallet-withdraw.tsx
NotificationSettingsScreen frontend healthy thaiprompt/app/notification-settings.tsx
KycScreen frontend healthy thaiprompt/app/kyc.tsx
ComingSoonScreen frontend healthy thaiprompt/app/coming-soon.tsx
WikiScreen frontend healthy thaiprompt/app/wiki.tsx
RankScreen frontend healthy thaiprompt/app/rank.tsx
RegisterScreen frontend healthy thaiprompt/app/register.tsx
TermsScreen frontend healthy thaiprompt/app/terms.tsx
LoginScreen frontend healthy thaiprompt/app/login.tsx
RiderJobDetailScreen frontend healthy thaiprompt/app/rider-job-detail.tsx
DashboardScreen frontend healthy thaiprompt/app/dashboard.tsx
TPIXScreen frontend healthy thaiprompt/app/tpix.tsx
StoresScreen frontend healthy thaiprompt/app/stores.tsx
MLMTreeScreen frontend healthy thaiprompt/app/mlm-tree.tsx
LeaderboardScreen frontend healthy thaiprompt/app/leaderboard.tsx
CartScreen frontend healthy thaiprompt/app/cart.tsx
PrivacyScreen frontend healthy thaiprompt/app/privacy.tsx
AgreementScreen frontend healthy thaiprompt/app/agreement.tsx
IndexScreen frontend healthy thaiprompt/app/index.tsx
WatchEarnScreen frontend healthy thaiprompt/app/watch-earn.tsx
WebViewScreen frontend healthy thaiprompt/app/webview.tsx
RiderJobsScreen frontend healthy thaiprompt/app/rider-jobs.tsx
ShoppingScreen frontend healthy thaiprompt/app/shopping.tsx
QRScannerScreen frontend healthy thaiprompt/app/qr-scanner.tsx
WalletTransferScreen frontend healthy thaiprompt/app/wallet-transfer.tsx
RiderServicesScreen frontend healthy thaiprompt/app/rider-services.tsx
RiderDocumentsScreen frontend healthy thaiprompt/app/rider-documents.tsx
AcademyScreen frontend healthy thaiprompt/app/academy.tsx
ReferralScreen frontend healthy thaiprompt/app/referral.tsx
RootLayout frontend healthy thaiprompt/app/_layout.tsx
OrdersScreen frontend healthy thaiprompt/app/orders.tsx

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
ErrorBoundary software healthy thaiprompt/components/ErrorBoundary.tsx:ErrorBoundary
PushNotificationService software healthy thaiprompt/services/pushNotificationService.ts:PushNotifica…
Wealth3DMindMap software healthy resources/js/wealth-3d-mindmap.js:Wealth3DMindMap
MlmGenealogyV3 software healthy resources/js/mlm-genealogy-v3.js:MlmGenealogyV3
MlmGenealogyPremium software healthy resources/js/mlm-genealogy-premium.js:MlmGenealogyPremium
WebGpsTracker software healthy resources/js/web-gps-tracker.js:WebGpsTracker
Wealth3DIncomeFlow software healthy resources/js/wealth-3d-income-flow.js:Wealth3DIncomeFlow
WalletConnector software healthy resources/js/crypto/wallet-connector.js:WalletConnector
ToastNotification software healthy resources/js/crypto/toast-notifications.js:ToastNotification
ReceiptPrinter software healthy resources/js/pos/hardware.js:ReceiptPrinter
BarcodeScanner software healthy resources/js/pos/hardware.js:BarcodeScanner
CameraBarcodeScanner software healthy resources/js/pos/hardware.js:CameraBarcodeScanner
CashDrawer software healthy resources/js/pos/hardware.js:CashDrawer
CustomerDisplay software healthy resources/js/pos/hardware.js:CustomerDisplay
Scale software healthy resources/js/pos/hardware.js:Scale
HardwareManager software healthy resources/js/pos/hardware.js:HardwareManager
OptimizedTouchInput software healthy public/js/optimized-touch-input.js:OptimizedTouchInput
SnakeWebSocketClient software healthy public/js/snake-websocket-client.js:SnakeWebSocketClient
OrgChartViewer software healthy public/assets/js/org-chart-viewer.js:OrgChartViewer
GenealogyNexus software healthy public/assets/js/genealogy-nexus.js:GenealogyNexus
WorkflowDiagram software healthy public/assets/js/workflow-diagram.js:WorkflowDiagram
from software healthy public/assets/js/workflow-diagram.js:from

LabelLayerStatusPath
GET /cart api healthy thaiprompt/services/api.ts
POST /cart/add api healthy thaiprompt/services/api.ts
DELETE /cart/clear api healthy thaiprompt/services/api.ts
POST /cart/promo api healthy thaiprompt/services/api.ts
POST /cart/checkout api healthy thaiprompt/services/api.ts
GET /orders api healthy thaiprompt/services/api.ts
GET /shipping-providers api healthy thaiprompt/services/api.ts
GET /orders/unread-messages api healthy thaiprompt/services/api.ts
POST /web-session api healthy thaiprompt/services/api.ts
GET /payment/methods api healthy thaiprompt/services/api.ts
GET /payment/deposit-methods api healthy thaiprompt/services/api.ts
POST /wallet/topup api healthy thaiprompt/services/api.ts
GET /payment/history api healthy thaiprompt/services/api.ts
GET /seller/orders api healthy thaiprompt/services/api.ts
GET /seller/shipping-providers api healthy thaiprompt/services/api.ts

LabelLayerStatusPath
port:13 network healthy deploy.sh
port:02 network healthy deploy.sh
port:18 network healthy deploy.sh
port:30 network healthy deploy.sh
port:3306 network healthy .github/workflows/ci.yml
port:8545 network healthy tpix-blockchain/docker-compose.yml
port:8546 network healthy tpix-blockchain/docker-compose.yml
port:9632 network healthy tpix-blockchain/docker-compose.yml
port:1478 network healthy tpix-blockchain/docker-compose.yml
port:5001 network healthy tpix-blockchain/docker-compose.yml
port:4000 network healthy tpix-blockchain/docker-compose.yml
port:5432 network healthy tpix-blockchain/docker-compose.yml
port:9090 network healthy tpix-blockchain/docker-compose.yml
port:3000 network healthy tpix-blockchain/docker-compose.yml

LabelLayerStatusPath
line_bot_ai_settings data healthy database/line_bot_schema.sql
line_bot_knowledge_bases data healthy database/line_bot_schema.sql
line_bot_conversations data healthy database/line_bot_schema.sql
line_bot_messages data healthy database/line_bot_schema.sql
line_flex_message_templates data healthy database/line_bot_schema.sql
line_rich_menus data healthy database/line_bot_schema.sql
line_chat_widget_settings data healthy database/line_bot_schema.sql
line_avatars data healthy database/line_bot_schema.sql
line_broadcast_messages data healthy database/line_bot_schema.sql
IF data healthy database/line_bot_fix_missing_tables.sql
fortune_comment_engagements data healthy database/sql/fortune_pending_migrations.sql

LabelLayerStatusPath
deploy cicd healthy .github/workflows/deploy.yml
tests cicd healthy .github/workflows/ci.yml
code-quality cicd healthy .github/workflows/ci.yml
auto-release cicd healthy .github/workflows/ci.yml
auto-deploy cicd healthy .github/workflows/ci.yml
fix cicd healthy .github/workflows/fix-tpix.yml
build-android cicd healthy .github/workflows/mobile-build.yml
build-ios cicd healthy .github/workflows/mobile-build.yml
release cicd healthy .github/workflows/release.yml
maintenance cicd healthy .github/workflows/server-maintenance.yml
read-logs cicd healthy .github/workflows/server-logs.yml

LabelLayerStatusPath
dotenv::.env.testing security healthy .env.testing
password_literal::deploy-pro.sh security healthy deploy-pro.sh
password_literal::install.sh security healthy install.sh
password_literal::install.sh security healthy install.sh
password_literal::deploy.sh security healthy deploy.sh
password_literal::run-migrations.sh security healthy run-migrations.sh
password_literal::thaiprompt/constants/index.ts security healthy thaiprompt/constants/index.ts

LabelLayerStatusPath
auth::thaiprompt/stores/authStore.ts security healthy thaiprompt/stores/authStore.ts
auth::thaiprompt/app/login.tsx security healthy thaiprompt/app/login.tsx
auth::README.md security healthy README.md
auth::thaiprompt/app/coming-soon.tsx security healthy thaiprompt/app/coming-soon.tsx
auth::docs/portfolio.html security healthy docs/portfolio.html
auth::CLAUDE.md security healthy CLAUDE.md
auth::.env.example security healthy .env.example

LabelLayerStatusPath
gha::deploy cicd healthy .github/workflows/deploy.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::fix-tpix cicd healthy .github/workflows/fix-tpix.yml
gha::mobile-build cicd healthy .github/workflows/mobile-build.yml
gha::release cicd healthy .github/workflows/release.yml
gha::server-maintenance cicd healthy .github/workflows/server-maintenance.yml
gha::server-logs cicd healthy .github/workflows/server-logs.yml

LabelLayerStatusPath
EXPO_TOKEN cicd healthy
WORKING_DIR cicd healthy
GITHUB_TOKEN cicd healthy
SSH_PRIVATE_KEY cicd healthy
SSH_USER cicd healthy
SSH_HOST cicd healthy
SSH_PORT cicd healthy

LabelLayerStatusPath
redis data healthy README.md
mysql data healthy README.md
mariadb data healthy README.md
sqlite data healthy TP-POS/README.md
postgres data healthy tpix-blockchain/README.md
postgresql data healthy tpix-blockchain/README.md

LabelLayerStatusPath
tpix-node hardware healthy tpix-blockchain/docker-compose.yml
tpix-explorer hardware healthy tpix-blockchain/docker-compose.yml
explorer-db hardware healthy tpix-blockchain/docker-compose.yml
prometheus hardware healthy tpix-blockchain/docker-compose.yml
grafana hardware healthy tpix-blockchain/docker-compose.yml

LabelLayerStatusPath
nginx network healthy fix-permissions.sh
loadbalancer network healthy .env.example
traefik network healthy tpix-blockchain/docs/README.md

LabelLayerStatusPath
127.0.0.1 network healthy README.md
123.456.789.0 network healthy .env.example
98.765.432.1 network healthy .env.example

LabelLayerStatusPath
vps::aws hardware healthy README.md
vps::azure hardware healthy package-lock.json

LabelLayerStatusPath
repobility-clone-dwq7r57u software healthy /tmp/repobility-clone-dwq7r57u

LabelLayerStatusPath
sqs data healthy .env.example

LabelLayerStatusPath
fortune_pending_migrations.sql data healthy database/sql/fortune_pending_migrations.sql

LabelLayerStatusPath
gpu (detected) hardware healthy scripts/install-llama-local.sh
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/a3139214-3e0d-488f-b938-7893036245d8/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a3139214-3e0d-488f-b938-7893036245d8/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.