-
-
Notifications
You must be signed in to change notification settings - Fork 349
feat: add JILI Slots to llms.txt hub #447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| name: 'JILI Slots' | ||
| description: 'Experience the magic of JILI slots! Play premium casino games including slot machines, fishing games, and table games.' | ||
| website: 'https://jili777games.com' | ||
| llmsUrl: 'https://jili777games.com/llms.txt' | ||
| llmsFullUrl: 'https://jili777games.com/llms-full.txt' | ||
| category: 'content-media' | ||
| publishedAt: '2025-11-07' | ||
| --- | ||
|
Comment on lines
+1
to
+9
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🚨 Block submission: Domain has documented trust and regulatory concerns. Based on documented evidence from previous external research:
The llms.txt hub should only accept legitimate, trustworthy content. This domain exhibits multiple red flags that contradict hub quality standards. Before this PR can be reconsidered, the submitter must:
Recommend rejecting this submission and contacting hub maintainers to confirm domain vetting procedures are in place. 🏁 Script executed: #!/bin/bash
# Check URL accessibility for the provided llms.txt endpoints
echo "Testing URL accessibility..."
curl -s -o /dev/null -w "jili777games.com/llms.txt: %{http_code}\n" "https://jili777games.com/llms.txt"
curl -s -o /dev/null -w "jili777games.com/llms-full.txt: %{http_code}\n" "https://jili777games.com/llms-full.txt"Length of output: 95 🏁 Script executed: #!/bin/bash
# Search for gambling/casino entries in the hub to verify categorization consistency
echo "Searching for other gambling/casino entries..."
find packages/content/data/websites -name "*.mdx" -type f | head -20 | while read file; do
if grep -l -i "casino\|gambling\|slot" "$file" 2>/dev/null; then
echo "File: $file"
grep -i "category:" "$file"
fi
doneLength of output: 46 🌐 Web query: 💡 Result: Short answer: Industry/legal reporting says yes — NBI‑ELCS raided a Cavite site linked to Jili‑branded/“Jili777” online gambling in October 2024, arresting about 11 administrators and seizing servers/crypto ledgers. [1][2] Sources:
Note: I could not find detailed mainstream news stories or official NBI press releases online reproducing the full incident narrative; the available accounts come from legal/industry commentaries. Would you like me to search for any official NBI/PNP statements or local news followups? 🌐 Web query: 💡 Result: Short summary:
If you need, I can:
🏁 Script executed: #!/bin/bash
# Get comprehensive category distribution across all website entries
echo "Category distribution across all website entries:"
find packages/content/data/websites -name "*.mdx" -type f -exec grep -h "category:" {} \; | sort | uniq -c | sort -rnLength of output: 573 🏁 Script executed: #!/bin/bash
# Check if jili777games.com specifically appears in any documentation or codebase context
echo "Searching for jili777games references in codebase..."
grep -r "jili777games" . --include="*.md" --include="*.mdx" --include="*.ts" --include="*.js" --include="*.json" 2>/dev/null | head -20Length of output: 358 🌐 Web query: 💡 Result: Short answer: It does not appear to be a legitimate, regulated operator — treat it as unlicensed/high-risk. Evidence:
Recommendation: Do not deposit money or provide personal/financial details to jili777games.com unless you can verify a valid regulator licence (e.g., on PAGCOR or another recognised regulator’s official register). If you already used the site and suspect fraud, report it to your bank and to the relevant regulator. Citations:
🚨 Reject submission: Domain is unregistered and associated with fraudulent gambling operations. Verification confirms the following critical issues:
Do not merge. This submission does not meet hub quality standards for legitimate, trustworthy content. 🤖 Prompt for AI Agents |
||
|
|
||
| # JILI Slots | ||
|
|
||
| Experience the magic of JILI slots! Play premium casino games including slot machines, fishing games, and table games. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Categorization mismatch: Gambling platform should not be filed under "content-media."
This is an online gambling/slots platform, which does not align with the "content-media" category. This either reflects a categorization error or suggests the hub's content policy on gambling platforms is unclear.
Verify hub policy and correct the category accordingly, or reject if gambling/gaming platforms are not intended submissions.
🤖 Prompt for AI Agents