Skip to content

Add cryptocheckai.com to whitelist#1807

Open
ELkhomssi wants to merge 2 commits intophantom:masterfrom
ELkhomssi:patch-1
Open

Add cryptocheckai.com to whitelist#1807
ELkhomssi wants to merge 2 commits intophantom:masterfrom
ELkhomssi:patch-1

Conversation

@ELkhomssi
Copy link
Copy Markdown

@ELkhomssi ELkhomssi commented Apr 12, 2026

Subject: Whitelist Request for CryptoCheck AI

Description:
Hello Phantom Team,

We are requesting to whitelist our domain cryptocheckai.com as it is currently being flagged as a false positive.

About the Project:
CryptoCheck AI is a legitimate SaaS platform providing security analysis and forensic tools for the Solana ecosystem. Our tool helps users scan tokens for potential 'rug pulls', analyze liquidity pools, and monitor whale movements to ensure safer trading.

Business Context:

Entity: Registered as a Delaware C-Corp (Khomssi Venture).

Service: Subscription-based security terminal.

Treasury Wallet: 5jbWsijUWqXLyuaNtzkiu2JM1C5jNPUP9oRjKmmJx15i

Compliance:
Our site does not engage in phishing, draining, or any malicious activities. We use standard @solana/web3.js integrations for our payment gateway.

Please review our domain and remove the warning flag to allow our users a seamless and safe experience.

Best regards,
Abderrahim El Khomssi
CEO, CryptoCheck AI

Summary by CodeRabbit

  • Chores
    • Added cryptocheckai.com and www.cryptocheckai.com to the URL whitelist.
    • Fixed file formatting by ensuring proper end-of-file newline.

Subject: Whitelist Request for CryptoCheck AI

Description:
Hello Phantom Team,

We are requesting to whitelist our domain cryptocheckai.com as it is currently being flagged as a false positive.

About the Project:
CryptoCheck AI is a legitimate SaaS platform providing security analysis and forensic tools for the Solana ecosystem. Our tool helps users scan tokens for potential 'rug pulls', analyze liquidity pools, and monitor whale movements to ensure safer trading.

Business Context:

Entity: Registered as a Delaware C-Corp (Khomssi Venture).

Service: Subscription-based security terminal.

Treasury Wallet: 5jbWsijUWqXLyuaNtzkiu2JM1C5jNPUP9oRjKmmJx15i

Compliance:
Our site does not engage in phishing, draining, or any malicious activities. We use standard @solana/web3.js integrations for our payment gateway.

Please review our domain and remove the warning flag to allow our users a seamless and safe experience.

Best regards,
Abderrahim El Khomssi
CEO, CryptoCheck AI
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 140db50c-ea4d-4f3e-a998-1617f5b7f3bd

📥 Commits

Reviewing files that changed from the base of the PR and between 7cbd155 and 819e555.

📒 Files selected for processing (1)
  • whitelist.yaml
✅ Files skipped from review due to trivial changes (1)
  • whitelist.yaml

📝 Walkthrough

Walkthrough

Added two domains (cryptocheckai.com, www.cryptocheckai.com) to the top-level whitelist in whitelist.yaml. Preserved nftplus.io entry and corrected end-of-file newline; the www.cryptocheckai.com line includes trailing whitespace as committed.

Changes

Cohort / File(s) Summary
Whitelist Configuration
whitelist.yaml
Added cryptocheckai.com and www.cryptocheckai.com whitelist entries (the latter contains trailing space). Retained existing nftplus.io entry and fixed file newline termination.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the primary change: adding cryptocheckai.com to the whitelist. It is concise, clear, and directly reflects the main objective of the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
whitelist.yaml (1)

1-2: Consider consistent placement of whitelist entries.

The new entries are placed at the top of the file, which breaks the existing flow. For better maintainability, consider adding new entries at the end of the whitelist or organizing them alphabetically.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@whitelist.yaml` around lines 1 - 2, Move the two new whitelist entries
("cryptocheckai.com" and "www.cryptocheckai.com") out of the top of
whitelist.yaml and place them consistently with the file's convention—either
append them to the end of the file or insert them into the file in alphabetical
order with the other domains to preserve flow and maintainability.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@whitelist.yaml`:
- Around line 1-2: The whitelist entries are plain strings and one has trailing
whitespace, which breaks the validation in ci.js that expects objects with a url
property (see the whitelist validation that checks if(whitelist.some(item =>
!item.url))). Replace each string entry in whitelist.yaml with an object
containing a url field (e.g., change "cryptocheckai.com" to an object with url:
"cryptocheckai.com") and remove the trailing whitespace on the second entry so
every item has a url property matching the validation logic.

---

Nitpick comments:
In `@whitelist.yaml`:
- Around line 1-2: Move the two new whitelist entries ("cryptocheckai.com" and
"www.cryptocheckai.com") out of the top of whitelist.yaml and place them
consistently with the file's convention—either append them to the end of the
file or insert them into the file in alphabetical order with the other domains
to preserve flow and maintainability.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7d7a60b0-0b5f-448f-98dd-2a2c042cc92e

📥 Commits

Reviewing files that changed from the base of the PR and between f0e8ff9 and 7cbd155.

📒 Files selected for processing (1)
  • whitelist.yaml

Comment thread whitelist.yaml Outdated
Copy link
Copy Markdown
Author

@ELkhomssi ELkhomssi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread whitelist.yaml Outdated
@@ -1,4 +1,5 @@
---
- cryptocheckai.com
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Hello Phantom Team,

Please add cryptocheckai.com and www.cryptocheckai.com to the whitelist. Our domain is currently being flagged as a false positive.

Project Details:

Name: CryptoCheck AI

Service: A security-focused SaaS providing neural token scanning and rug-pull detection for the Solana ecosystem.

Legal Entity: Khomssi Venture (Delaware C-Corp).

Treasury Wallet: 5jbWsijUWqXLyuaNtzkiu2JM1C5jNPUP9oRjKmmJx15i

We do not engage in any malicious activities; our tool is designed to help users avoid scams. We use standard @solana/web3.js for our subscription payments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant