# Roblox Free Asset Script Scan Report

Generated: 2026-05-25T21:36:00+00:00

Scanner never executed downloaded Roblox/Lua code; it only read local files.

## Summary

- Assets scanned: 39
- Downloaded assets present: 39
- Script files scanned: 1745
- Total static findings: 830
- Critical findings: 40
- High findings: 418

## Required Flag Coverage

- require_asset_id: 0 (critical)
- require_rbxassetid: 0 (critical)
- getfenv: 26 (high)
- setfenv: 9 (high)
- loadstring: 36 (critical)
- http_service: 47 (high)
- webhook_or_external_url: 217 (high)
- insert_service: 0 (critical)
- marketplace_prompt: 11 (high)
- teleport_service: 14 (medium)
- remote_abuse_surface: 356 (medium)
- large_encoded_blob: 5 (high)
- datastore_or_token_refs: 103 (high)
- admin_backdoor: 4 (critical)
- plugin_install_update: 2 (medium)
- unknown_owner_grant: 0 (high)

## Findings

| source | decision | file | line | flag | severity | excerpt |
|---|---|---|---:|---|---|---|
| https://github.com/iceeburr/roblox-template | PASS_WITH_REVIEW | src/ServerStorage/Template.bench.luau | 2 | webhook_or_external_url | high | This file is for use by Benchmarker (https://boatbomber.itch.io/benchmarker) |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/server/JoinBadge.server.luau | 8 | webhook_or_external_url | high | https://create.roblox.com/docs/production/publishing/badges#awarding-badges |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/server/DisablePlayerCollisions.server.luau | 7 | webhook_or_external_url | high | https://create.roblox.com/docs/workspace/collisions#disabling-character-collisions |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/server/CallInvite.server.luau | 6 | webhook_or_external_url | high | https://create.roblox.com/docs/reference/engine/classes/SocialService |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/server/CallInvite.server.luau | 7 | webhook_or_external_url | high | https://create.roblox.com/docs/reference/engine/classes/TeleportService |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/server/CallInvite.server.luau | 7 | teleport_service | medium | https://create.roblox.com/docs/reference/engine/classes/TeleportService |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/server/CallInvite.server.luau | 11 | teleport_service | medium | local TeleportService = game:GetService("TeleportService") |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/server/CallInvite.server.luau | 15 | teleport_service | medium | local accessCode: string = TeleportService:ReserveServerAsync(placeId) |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/server/SeatPrompt.server.luau | 7 | webhook_or_external_url | high | https://create.roblox.com/docs/reference/engine/classes/ProximityPrompt |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/AvatarContextMenu.client.luau | 8 | webhook_or_external_url | high | https://create.roblox.com/docs/players/avatar-context-menu |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/ScreenshotHud.client.luau | 8 | webhook_or_external_url | high | https://create.roblox.com/docs/en-us/reference/engine/classes/ScreenshotHud |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/MouseIcon.client.luau | 7 | webhook_or_external_url | high | https://create.roblox.com/docs/reference/engine/classes/UserInputService#MouseIcon |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/GameInvite.client.luau | 7 | webhook_or_external_url | high | https://create.roblox.com/docs/production/promotion/invite-prompts |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/PlayerFeedback.client.luau | 6 | webhook_or_external_url | high | https://create.roblox.com/docs/en-us/reference/engine/classes/SocialService#PromptFeedbackSubmissionAsync |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/PremiumChatTag.client.luau | 7 | webhook_or_external_url | high | https://create.roblox.com/docs/production/monetization/engagement-based-payouts#checking-membership |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/PremiumChatTag.client.luau | 8 | webhook_or_external_url | high | https://create.roblox.com/docs/chat/customizing-in-experience-text-chat#adding-chat-tags |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/ContextProximityPrompt.client.luau | 6 | webhook_or_external_url | high | https://create.roblox.com/docs/input/mobile#context-dependent-inputs |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/PhoneBook.client.luau | 7 | webhook_or_external_url | high | https://create.roblox.com/docs/reference/engine/classes/SocialService |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/PhoneBook.client.luau | 8 | webhook_or_external_url | high | https://create.roblox.com/docs/resources/roblox-connect |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/ImprovedVR.client.luau | 8 | webhook_or_external_url | high | https://create.roblox.com/docs/reference/engine/classes/VRService |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/ImprovedVR.client.luau | 9 | webhook_or_external_url | high | https://devforum.roblox.com/t/2954399 |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/Sprint.client.luau | 8 | webhook_or_external_url | high | https://create.roblox.com/docs/reference/engine/classes/ContextActionService |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/client/Sprint.client.luau | 9 | webhook_or_external_url | high | https://create.roblox.com/store/asset/13595087289/Sprint-With-Button |
| https://github.com/ryanlua/rojo-showcase-template | QUARANTINE | src/shared/TranslationHelper.luau | 7 | webhook_or_external_url | high | https://create.roblox.com/docs/production/localization/localizing-with-scripting#creating-a-translationhelper-module |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Thread.lua | 98 | webhook_or_external_url | high | evaera & buildthomas: https://devforum.roblox.com/t/coroutines-v-s-spawn-which-one-should-i-use/368966 |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Thread.lua | 112 | webhook_or_external_url | high | https://github.com/Quenty/NevermoreEngine/blob/version2/Modules/Shared/Utility/fastSpawn.lua |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Thread.lua | 113 | webhook_or_external_url | high | https://github.com/Quenty/NevermoreEngine/blob/version2/LICENSE.md |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Maid.lua | 3 | webhook_or_external_url | high | -- Source: https://github.com/Quenty/NevermoreEngine/blob/version2/Modules/Shared/Events/Maid.lua |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Maid.lua | 4 | webhook_or_external_url | high | -- License: MIT (https://github.com/Quenty/NevermoreEngine/blob/version2/LICENSE.md) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Date.lua | 62 | http_service | high | local myDateSeconds = dataStore:GetAsync("myDate") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Date.lua | 66 | http_service | high | local HttpService = game:GetService("HttpService") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Date.lua | 124 | http_service | high | return HttpService:JSONDecode(jsonStr) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Date.lua | 204 | webhook_or_external_url | high | -- https://www.cyberciti.biz/faq/linux-unix-formatting-dates-for-display/ |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Base64.lua | 3 | webhook_or_external_url | high | -- @author antifragileer <https://www.roblox.com/users/443282130/profile> |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Base64.lua | 4 | webhook_or_external_url | high | -- @see Developed for the Aero Game Framework <https://github.com/Sleitnick/AeroGameFramework> |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Base64.lua | 5 | webhook_or_external_url | high | -- @see Adapted from https://github.com/toastdriven/lua-base64 for the Roblox game. |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Base64.lua | 6 | webhook_or_external_url | high | -- @see Re-adapted from https://gist.github.com/howmanysmall/016a35f0debcfb81f14e6bee03d450de and https://gist.github.com/Reselim/40d62b17d138cc74335a1b0709e19ce2. |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/TableUtil.lua | 210 | http_service | high | local http = game:GetService("HttpService") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Promise.lua | 29 | webhook_or_external_url | high | Repository: https://github.com/evaera/roblox-lua-promise |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/Promise.lua | 1428 | remote_abuse_surface | medium | -- events when there's nothing connected, such as RemoteEvents |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Shared/OldPromise.lua | 29 | webhook_or_external_url | high | Repository: https://github.com/evaera/roblox-lua-promise |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Services/StoreService.lua | 17 | marketplace_prompt | high | StoreService.PromptPurchaseFinished(player, receiptInfo) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Services/StoreService.lua | 26 | marketplace_prompt | high | StoreService.PromptPurchaseFinished(receiptInfo) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Services/StoreService.lua | 31 | marketplace_prompt | high | local MarketplaceService = game:GetService("MarketplaceService") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Services/StoreService.lua | 37 | marketplace_prompt | high | local PROMPT_PURCHASE_FINISHED_EVENT = "PromptPurchaseFinished" |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Services/StoreService.lua | 109 | marketplace_prompt | high | local success, owns = pcall(MarketplaceService.UserOwnsGamePassAsync, MarketplaceService, player.UserId, gamePassId) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Services/StoreService.lua | 139 | marketplace_prompt | high | MarketplaceService.ProcessReceipt = ProcessReceipt |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/ProfileService/init.lua | 10 | webhook_or_external_url | high | https://madstudioroblox.github.io/ProfileService/ |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/ProfileService/init.lua | 13 | webhook_or_external_url | high | https://devforum.roblox.com/t/ProfileService/667805 |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/ProfileService/init.lua | 16 | webhook_or_external_url | high | More information on https://madstudioroblox.github.io/ProfileService/troubleshooting/ |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/ProfileService/init.lua | 161 | datastore_or_token_refs | high | _global_data_store = global_data_store, -- [GlobalDataStore] -- Object returned by DataStoreService:GetDataStore(_profile_store_name) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/ProfileService/init.lua | 250 | datastore_or_token_refs | high | local DataStoreService = game:GetService("DataStoreService") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/ProfileService/init.lua | 1055 | datastore_or_token_refs | high | _global_data_store = global_data_store, -- [GlobalDataStore] -- Object returned by DataStoreService:GetDataStore(_profile_store_name) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/ProfileService/init.lua | 1394 | datastore_or_token_refs | high | profile_store._global_data_store = DataStoreService:GetDataStore(profile_store_name) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 13 | datastore_or_token_refs | high | Data.IsUsingMockService [Whether or not the MockDataStoreService is being utilized] |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 97 | datastore_or_token_refs | high | This is exactly the same as the DataStoreService's GetRequestBudget. Read |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 99 | webhook_or_external_url | high | https://developer.roblox.com/api-reference/function/DataStoreService/GetRequestBudgetForRequestType |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 99 | datastore_or_token_refs | high | https://developer.roblox.com/api-reference/function/DataStoreService/GetRequestBudgetForRequestType |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 149 | webhook_or_external_url | high | https://devforum.roblox.com/t/details-on-DataStoreService-for-advanced-developers/175804 |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 149 | datastore_or_token_refs | high | https://devforum.roblox.com/t/details-on-DataStoreService-for-advanced-developers/175804 |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 154 | datastore_or_token_refs | high | local DataStoreService = game:GetService("DataStoreService") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 204 | datastore_or_token_refs | high | local ds = DataStoreService:GetDataStore(name, scope) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 253 | datastore_or_token_refs | high | local ds = ordered and DataStoreService:GetOrderedDataStore(name, scope) or DataStoreService:GetDataStore(name, scope) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 448 | webhook_or_external_url | high | -- https://developer.roblox.com/api-reference/function/DataStoreService/GetRequestBudgetForRequestType |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 448 | datastore_or_token_refs | high | -- https://developer.roblox.com/api-reference/function/DataStoreService/GetRequestBudgetForRequestType |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 449 | webhook_or_external_url | high | -- https://developer.roblox.com/api-reference/enum/DataStoreRequestType |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 450 | webhook_or_external_url | high | -- https://developer.roblox.com/articles/Datastore-Errors |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 451 | datastore_or_token_refs | high | return DataStoreService:GetRequestBudgetForRequestType(reqType) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 673 | datastore_or_token_refs | high | -- Verify status of the DataStoreService on startup: |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 675 | datastore_or_token_refs | high | DataStoreService:GetDataStore("__aero"):UpdateAsync("dss_api_check", function(v) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 681 | webhook_or_external_url | high | -- Error codes: https://developer.roblox.com/articles/Datastore-Errors |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 686 | datastore_or_token_refs | high | error("DataStoreService API check failed on UpdateAsync (request queue full)") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 688 | datastore_or_token_refs | high | error("DataStoreService API error " .. errCode or "[Unknown Status]" .. ": " .. err) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 729 | datastore_or_token_refs | high | --local budget = DataStoreService:GetRequestBudgetForRequestType(Enum.DataStoreRequestType.SetIncrementAsync) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 749 | datastore_or_token_refs | high | -- Use mock DataStoreService: |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/init.lua | 750 | datastore_or_token_refs | high | DataStoreService = require(script.MockDataStoreService) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 1 | datastore_or_token_refs | high | -- Mock DataStoreService |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 11 | datastore_or_token_refs | high | local dataStoreService = game:GetService("DataStoreService") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 15 | datastore_or_token_refs | high | dataStoreService = require(game.ServerStorage.MockDataStoreService) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 18 | datastore_or_token_refs | high | -- dataStoreService will act exactly like the real one |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 24 | datastore_or_token_refs | high | that hasn't been overridden (such as dataStoreService.Name), it |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 25 | datastore_or_token_refs | high | will reference the actual property in the real dataStoreService. |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 28 | datastore_or_token_refs | high | This has been created based off of the DataStoreService on |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 36 | datastore_or_token_refs | high | local DataStoreService = {} |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 43 | datastore_or_token_refs | high | local realDataStoreService = game:GetService("DataStoreService") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 47 | datastore_or_token_refs | high | warn("Mocked DataStoreService is functioning on the client: The real DataStoreService will not work on the client") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 87 | http_service | high | function d.GetAsync(_s, k) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 136 | http_service | high | function d.GetAsync(_s, k) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 137 | http_service | high | return dataStore:GetAsync(k) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 213 | datastore_or_token_refs | high | return realDataStoreService:GetRequestBudgetForRequestType(requestType) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 222 | datastore_or_token_refs | high | return (API[index] or realDataStoreService[index]) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 225 | datastore_or_token_refs | high | error("Cannot edit MockDataStoreService") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 227 | datastore_or_token_refs | high | setmetatable(DataStoreService, MT) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Server/Modules/Data/MockDataStoreService.lua | 231 | datastore_or_token_refs | high | return DataStoreService |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Client/Controllers/TaskScheduler.lua | 2 | webhook_or_external_url | high | -- Roblox Link: https://www.roblox.com/Task-Scheduler-item?id=348019935 |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Client/Controllers/TaskScheduler.lua | 59 | plugin_install_update | medium | plugin:Union({partA, partB}):Destroy() |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Client/Modules/Tween/init.lua | 83 | http_service | high | _id = "tween_" .. game:GetService("HttpService"):GenerateGUID(false); |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Client/Modules/Tween/Easing.lua | 5 | webhook_or_external_url | high | -- Source: https://github.com/RoStrap/Interpolation/blob/master/EasingFunctions.lua |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Client/Modules/CameraShaker/init.lua | 55 | webhook_or_external_url | high | Original asset link: https://assetstore.unity.com/packages/tools/camera/ez-camera-shake-33148 |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Client/Modules/CameraShaker/init.lua | 57 | webhook_or_external_url | high | GitHub repository: https://github.com/Sleitnick/RbxCameraShaker |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/Client/Modules/CameraShaker/init.lua | 84 | http_service | high | local http = game:GetService("HttpService") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/client_internal/AeroClient.client.lua | 77 | remote_abuse_surface | medium | if (v:IsA("RemoteEvent")) then |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/client_internal/AeroClient.client.lua | 81 | remote_abuse_surface | medium | v:FireServer(...) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/client_internal/AeroClient.client.lua | 87 | remote_abuse_surface | medium | elseif (v:IsA("RemoteFunction")) then |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/client_internal/AeroClient.client.lua | 104 | remote_abuse_surface | medium | resolve(table.pack(v:InvokeServer(table.unpack(args)))) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/client_internal/AeroClient.client.lua | 117 | remote_abuse_surface | medium | return v:InvokeServer(...) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/server_internal/AeroServer.server.lua | 48 | remote_abuse_surface | medium | local event = Instance.new("RemoteEvent") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/server_internal/AeroServer.server.lua | 111 | remote_abuse_surface | medium | return self._clientEvents[eventName].OnServerEvent:Connect(func) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/server_internal/AeroServer.server.lua | 126 | remote_abuse_surface | medium | local remoteFunc = Instance.new("RemoteFunction") |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/server_internal/AeroServer.server.lua | 316 | remote_abuse_surface | medium | local remoteFunction = child:FindFirstChildWhichIsA("RemoteFunction", true) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/server_internal/AeroServer.server.lua | 317 | remote_abuse_surface | medium | local remoteEvent = child:FindFirstChildWhichIsA("RemoteEvent", true) |
| https://github.com/howmanysmall/RobloxCaptureTheFlag | PASS_WITH_REVIEW | src/_framework/server_internal/AeroServer.server.lua | 318 | remote_abuse_surface | medium | if ((not remoteFunction) and (not remoteEvent)) then |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/pm.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/pm.luau | 156 | loadstring | critical | local function dostring (s) return loadstring(s)() or "" end |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/coroutine.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/tmerror.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/ifelseexpr.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/strconv.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/attrib.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/events.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/events.luau | 474 | getfenv | high | local _G = getfenv() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/events.luau | 475 | setfenv | high | setfenv(1, setmetatable({}, {__index=_G})) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/events.luau | 485 | getfenv | high | assert(_G == getfenv(0)) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/tpack.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/sort.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/sort.luau | 103 | loadstring | critical | loadstring(string.format("a[%q] = ''", x))() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/sort.luau | 119 | webhook_or_external_url | high | -- see https://igoro.com/archive/quicksort-killer/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/calls.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/calls.luau | 73 | loadstring | critical | else return x*loadstring("return fat(" .. x-1 .. ")")() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/calls.luau | 78 | loadstring | critical | a = loadstring('return fat(5), 3') |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 167 | getfenv | high | local _G = getfenv() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 170 | setfenv | high | setfenv(0, a) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 171 | getfenv | high | coroutine.yield(getfenv()) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 172 | getfenv | high | assert(getfenv(0) == a) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 173 | getfenv | high | assert(getfenv(1) == _G) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 174 | getfenv | high | assert(getfenv(loadstring"") == a) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 175 | getfenv | high | return getfenv() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 384 | getfenv | high | coroutine.yield(getfenv(0)) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/closure.luau | 385 | loadstring | critical | return loadstring("return a")() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/vararg.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 6 | loadstring | critical | local f, msg = loadstring(s) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 17 | datastore_or_token_refs | high | function checksyntax (prog, extra, token, line) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 19 | datastore_or_token_refs | high | token = string.gsub(token, "(%p)", "%%%1") |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 20 | datastore_or_token_refs | high | local pt = string.format([[^%%[string ".*"%%]:]]) -- only check that an error happened - ignore token/line since Luau error messages differ from Lua substantially |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 120 | loadstring | critical | local err,msg = pcall(loadstring(s)) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 285 | loadstring | critical | doit('I = loadstring("a=9+"); a=3') |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 301 | loadstring | critical | local a,b = loadstring(s) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 325 | loadstring | critical | local a,b = loadstring(s) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 335 | loadstring | critical | local a,b = loadstring(s) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 360 | loadstring | critical | local a,b = loadstring("nope", "@short") |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 363 | loadstring | critical | local a,b = loadstring("nope", "@" .. string.rep("thisisaverylongstringitssolongthatitwontfitintotheinternalbufferprovidedtovariousdebugfacilities", 10)) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 366 | loadstring | critical | local a,b = loadstring("nope", "=short") |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/errors.luau | 369 | loadstring | critical | local a,b = loadstring("nope", "=" .. string.rep("thisisaverylongstringitssolongthatitwontfitintotheinternalbufferprovidedtovariousdebugfacilities", 10)) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/basic.luau | 596 | loadstring | critical | assert((function() return concat(loadstring('hello world')) end)() == "nil,[string \"hello world\"]:1: Incomplete statement: expected assignment or a function call") |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/basic.luau | 812 | getfenv | high | getfenv() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/basic.luau | 823 | getfenv | high | getfenv().math = { abs = function(n) return n*n end } |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/gc.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/gc.luau | 40 | loadstring | critical | loadstring(string.format("function temp(a) return 'a%d' end", contCreate))() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/move.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/safeenv.luau | 11 | getfenv | high | getfenv().math = { abs = function(n) return n*n end } |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/constructs.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/constructs.luau | 155 | loadstring | critical | f,a = loadstring(f)(); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/constructs.luau | 234 | loadstring | critical | assert(loadstring(s))() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/datetime.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/math.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/math.luau | 146 | loadstring | critical | assert(loadstring(f))() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/iter.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/iter.luau | 199 | getfenv | high | local env = getfenv(1) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/buffers.luau | 687 | getfenv | high | getfenv() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/tables.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/tables.luau | 65 | loadstring | critical | local t = loadstring(s..'}')() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/tables.luau | 269 | setfenv | high | setfenv(foo, n) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/tables.luau | 270 | getfenv | high | assert(getfenv(foo) == getfenv(1)) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/tables.luau | 271 | getfenv | high | assert(getfenv(foo) == n) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/tables.luau | 662 | setfenv | high | setfenv(countud, env) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/utf8.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/utf8.luau | 26 | loadstring | critical | assert(assert(loadstring(ts))() == s) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/utf8.luau | 116 | large_encoded_blob | high | errorcodes("\244\144\128\128") -- "\u{110000}" in Lua 5.4 |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/utf8.luau | 165 | large_encoded_blob | high | assert(pcall(utf8.codepoint, "\253\191\191\191\191\191") == false) -- 0x7FFFFFFF in Lua 5.4 when called with lax=true |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/strings.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/strings.luau | 190 | loadstring | critical | assert(loadstring("return 1\n--comentário sem EOL no final")() == 1) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 26 | loadstring | critical | loadstring('local a = {}')() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 59 | getfenv | high | local _G = getfenv() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 60 | getfenv | high | for i=1,10 do f[i] = function (x) A=A+1; return A, _G.getfenv(x) end end |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 62 | setfenv | high | for i=1,10 do assert(setfenv(f[i], {A=i}) == f[i]) end |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 69 | setfenv | high | local function f () assert(setfenv(2, {a='10'}) == g) end |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 70 | getfenv | high | g = function () f(); _G.assert(_G.getfenv(1).a == '10') end |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 71 | getfenv | high | g(); assert(getfenv(g).a == '10') |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 76 | loadstring | critical | return loadstring(s) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 79 | getfenv | high | assert(getfenv(foo("")) == getfenv()) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 81 | setfenv | high | setfenv(foo, a) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 82 | getfenv | high | assert(getfenv(foo("")) == getfenv()) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 83 | setfenv | high | setfenv(0, a) -- change global environment |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 84 | getfenv | high | assert(getfenv(foo("")) == a) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 85 | getfenv | high | setfenv(0, getfenv()) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 85 | setfenv | high | setfenv(0, getfenv()) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 94 | loadstring | critical | assert(loadstring(string.format([[local a=%s;a=a+ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 98 | loadstring | critical | assert(loadstring(string.format([[local a=%s; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/locals.luau | 101 | loadstring | critical | assert(loadstring(string.format([[local a,b=0,%s; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/bitwise.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 2 | webhook_or_external_url | high | -- This file is based on Lua 5.x tests -- https://github.com/lua/lua/tree/master/testes |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 5 | loadstring | critical | local function dostring (x) return assert(loadstring(x))() end |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 45 | large_encoded_blob | high | b = "00123456789012345678901234567890123456789123456789012345678901234567890123456789001234567890123456789012345678901234567891234567890123456789012345678901234567890012345678901234567890123456789012345678912345678901234 |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 57 | loadstring | critical | assert(loadstring(a1))() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 60 | large_encoded_blob | high | b = "00123456789012345678901234567890123456789123456789012345678901234567890123456789001234567890123456789012345678901234567891234567890123456789012345678901234567890012345678901234567890123456789012345678912345678901234 |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 159 | loadstring | critical | assert(s == loadstring("return [====[\n"..s.."]====]")()) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 167 | loadstring | critical | assert(assert(loadstring("return 3.4"))() == 3.4) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 168 | loadstring | critical | assert(assert(loadstring("return .4,3"))() == .4) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 169 | loadstring | critical | assert(assert(loadstring("return 4."))() == 4.) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 170 | loadstring | critical | assert(assert(loadstring("return 4.+.5"))() == 4.5) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/tests/conformance/literals.luau | 171 | loadstring | critical | local a,b = loadstring("return 4.5.") |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/micro_tests/test_MethodCalls.lua | 7 | webhook_or_external_url | high | -- http://shootout.alioth.debian.org |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/micro_tests/test_SqrtSum_sqrt_getfenv.lua | 7 | getfenv | high | getfenv() |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/gc/test_BinaryTree.lua | 7 | webhook_or_external_url | high | -- http://benchmarksgame.alioth.debian.org/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 450 | datastore_or_token_refs | high | local function find_alternation(token, i, count) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 452 | datastore_or_token_refs | high | local v = token[i]; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 479 | datastore_or_token_refs | high | local function re_rawfind(token, str_arr, init, flags, verb_flags, as_bool) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 485 | datastore_or_token_refs | high | local next_alt = find_alternation(token, tkn_i); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 491 | datastore_or_token_refs | high | local ctkn = token[tkn_i]; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 500 | datastore_or_token_refs | high | local is_table = type(token[close_i]) == "table"; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 501 | datastore_or_token_refs | high | local close_i_tkn = token[close_i]; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 519 | datastore_or_token_refs | high | local next_alt, count = find_alternation(token, tkn_i, (ctkn[4] == 0x21 or ctkn[4] == 0x3D) and ctkn[5] and 0); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 556 | datastore_or_token_refs | high | if token[ctkn[3]][4] ~= "lazy" or v[10] + 1 < v[8] then |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 559 | datastore_or_token_refs | high | local ctkn1 = token[ctkn[3]]; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 578 | datastore_or_token_refs | high | local is_table = type(token[close_i]) == "table"; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 579 | datastore_or_token_refs | high | local close_i_tkn = token[close_i]; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 584 | datastore_or_token_refs | high | if token[close_i] then |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 595 | datastore_or_token_refs | high | table.insert(states, 1, { "group", ctkn[3], str_i, nil, nil, token[ctkn[3]][3], nil, jmp = tkn_i }); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 597 | datastore_or_token_refs | high | local next_alt, count = find_alternation(token, tkn_i); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 611 | datastore_or_token_refs | high | local next_alt = find_alternation(token, tkn_i + 1); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 716 | datastore_or_token_refs | high | local next_alt, count = find_alternation(token, tkn_i + 1); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 763 | datastore_or_token_refs | high | local span = table.create(token.group_n); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 764 | datastore_or_token_refs | high | span[0], span.n = { start_i, str_i }, token.group_n; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 777 | datastore_or_token_refs | high | return re_rawfind(self.token, to_str_arr(str, init), 1, self.flags, self.verb_flags, true); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 781 | datastore_or_token_refs | high | local span = re_rawfind(self.token, to_str_arr(str, init), 1, self.flags, self.verb_flags, false); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 792 | datastore_or_token_refs | high | local span = i <= str.n + 1 and re_rawfind(self.token, str, i, self.flags, self.verb_flags, false); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 801 | datastore_or_token_refs | high | local function insert_tokenized_sub(repl_r, str, span, tkn) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 807 | datastore_or_token_refs | high | insert_tokenized_sub(repl_r, str, span, v[3]); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 812 | datastore_or_token_refs | high | insert_tokenized_sub(repl_r, str, span, v[4]); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 863 | datastore_or_token_refs | high | local group_n = self.token.group_n; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 999 | datastore_or_token_refs | high | local span = re_rawfind(self.token, str, i0, self.flags, self.verb_flags, false); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1007 | datastore_or_token_refs | high | repl_r = insert_tokenized_sub(table.create(min_repl_n), str, span, repl); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1080 | datastore_or_token_refs | high | local span = n >= count and re_rawfind(self.token, str, i, self.flags, self.verb_flags, false); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1113 | datastore_or_token_refs | high | local function tokenize_ptn(codes, flags) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1910 | datastore_or_token_refs | high | local tokenized_ptn, group_id, verb_flags; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1912 | datastore_or_token_refs | high | local cached_token = cacheSize and cache_pattern[table.find(cache_pattern_names, cache_format)]; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1913 | datastore_or_token_refs | high | if cached_token then |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1914 | datastore_or_token_refs | high | tokenized_ptn, group_id, verb_flags = table.unpack(cached_token, 1, 3); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1916 | datastore_or_token_refs | high | tokenized_ptn, group_id, verb_flags = tokenize_ptn(str_arr, flags); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1917 | datastore_or_token_refs | high | if type(tokenized_ptn) == "string" then |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1918 | datastore_or_token_refs | high | error(tokenized_ptn, 2); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1920 | datastore_or_token_refs | high | if cacheSize and tokenized_ptn[1] then |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1922 | datastore_or_token_refs | high | table.insert(cache_pattern, 1, { tokenized_ptn, group_id, verb_flags }); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/regex.lua | 1931 | datastore_or_token_refs | high | proxy[object] = { name = "RegEx", flags = flags, flag_repr = flag_repr, pattern_repr = pattern_repr, token = tokenized_ptn, group_id = group_id, verb_flags = verb_flags }; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/LuauPolyfillMap.lua | 145 | webhook_or_external_url | high | -- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/LuauPolyfillMap.lua | 185 | webhook_or_external_url | high | -- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/LuauPolyfillMap.lua | 220 | webhook_or_external_url | high | -- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/LuauPolyfillMap.lua | 348 | webhook_or_external_url | high | -- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/forEach |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/LuauPolyfillMap.lua | 398 | webhook_or_external_url | high | -- polyfill for https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/instanceof |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/LuauPolyfillMap.lua | 516 | webhook_or_external_url | high | -- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/forEach |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/chess.lua | 839 | webhook_or_external_url | high | -- From https://www.chessprogramming.org/Perft_Results |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/tictactoe.lua | 6 | webhook_or_external_url | high | -- https://github.com/stefandd/Tic4 |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/base64.lua | 74 | large_encoded_blob | high | base64.decode("TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsa |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/shootout/scimark.lua | 6 | webhook_or_external_url | high | -- See: http://math.nist.gov/scimark2/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/shootout/scimark.lua | 29 | webhook_or_external_url | high | -- [ MIT license: http://www.opensource.org/licenses/mit-license.php ] |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/shootout/binary-trees.lua | 25 | webhook_or_external_url | high | -- http://benchmarksgame.alioth.debian.org/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/shootout/spectral-norm.lua | 25 | webhook_or_external_url | high | -- http://benchmarksgame.alioth.debian.org/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/shootout/n-body.lua | 7 | webhook_or_external_url | high | -- https://salsa.debian.org/benchmarksgame-team/benchmarksgame/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/shootout/ack.lua | 24 | webhook_or_external_url | high | -- http://www.bagley.org/~doug/shootout/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/shootout/fannkuch-redux.lua | 25 | webhook_or_external_url | high | -- http://benchmarksgame.alioth.debian.org/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/fannkuch.lua | 3 | webhook_or_external_url | high | http://shootout.alioth.debian.org/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 175 | datastore_or_token_refs | high | * Use AES to encrypt 'plaintext' with 'password' using 'nBits' key, in 'Counter' mode of operation |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 176 | webhook_or_external_url | high | * - see http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 182 | datastore_or_token_refs | high | local function AESEncryptCtr(plaintext, password, nBits) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 185 | datastore_or_token_refs | high | -- for this example script, generate the key by applying Cipher to 1st 16/24/32 chars of password; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 186 | datastore_or_token_refs | high | -- for real-world applications, a higher security approach would be to hash the password e.g. with SHA-1 |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 189 | datastore_or_token_refs | high | for i = 0,nBytes-1 do pwBytes[i + 1] = string.byte(password, i + 1); end |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 252 | datastore_or_token_refs | high | * Use AES to decrypt 'ciphertext' with 'password' using 'nBits' key, in Counter mode of operation |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 259 | datastore_or_token_refs | high | local function AESDecryptCtr(ciphertext, password, nBits) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 264 | datastore_or_token_refs | high | for i = 0,nBytes-1 do pwBytes[i + 1] = string.byte(password, i + 1); end |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 278 | datastore_or_token_refs | high | for token in string.gmatch(ciphertext, "[^-]+") do |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 279 | datastore_or_token_refs | high | table.insert(tmp, token) |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 352 | datastore_or_token_refs | high | local password = "O Romeo, Romeo! wherefore art thou Romeo?"; |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 354 | datastore_or_token_refs | high | local cipherText = AESEncryptCtr(plainText, password, 256); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/crypto-aes.lua | 355 | datastore_or_token_refs | high | local decryptedText = AESDecryptCtr(cipherText, password, 256); |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/3d-cube.lua | 2 | webhook_or_external_url | high | -- http://www.speich.net/computer/moztesting/3d.htm |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/controlflow-recursive.lua | 3 | webhook_or_external_url | high | http://shootout.alioth.debian.org/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/tests/sunspider/math-partial-sums.lua | 3 | webhook_or_external_url | high | http://shootout.alioth.debian.org/ |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/boatbomber-HashLib/init.lua | 7 | webhook_or_external_url | high | It can be found here: https://github.com/Egor-Skriptunoff/pure_lua_SHA/blob/master/sha2.lua |
| https://github.com/StayBlue/librebox-demo | QUARANTINE | librebox/luau/bench/other/boatbomber-HashLib/Base64.lua | 1 | webhook_or_external_url | high | -- @original: https://gist.github.com/Reselim/40d62b17d138cc74335a1b0709e19ce2 |
| https://github.com/rduoDevs/CameraService | PASS_WITH_REVIEW | CameraService.lua | 6 | webhook_or_external_url | high | DevForums Post: https://devforum.roblox.com/t/cameraservice-a-new-camera-for-a-new-roblox/1988655/ |
| https://github.com/rduoDevs/CameraService | PASS_WITH_REVIEW | CameraService.lua | 7 | webhook_or_external_url | high | GitHub Link: https://github.com/LugicalDev/CameraService |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/MathUtil.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/utils/math_utils.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/Scheme.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/scheme/scheme.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/Blend.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/blend/blend.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/ThemeUtil.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/utils/theme_utils.ts#L77 |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/ViewingConditions.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/hct/viewing_conditions.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/ColorUtil.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/utils/color_utils.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/HCT/Cam16.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/hct/cam16.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/HCT/Solver.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/hct/hct_solver.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/HCT/init.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/hct/hct.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/Palettes/Core.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/palettes/core_palette.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Theme/Palettes/Tonal.luau | 3 | webhook_or_external_url | high | -- https://github.com/material-foundation/material-color-utilities/blob/f5d03da60c268b43928f3a24d6bf499e2564d39a/typescript/palettes/tonal_palette.ts |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Component/ProgressIndicator/Circular/ColdFusion.luau | 2 | webhook_or_external_url | high | -- inspired by the technique used here: https://devforum.roblox.com/t/circular-progression-module-for-all-your-ui-needs/1004470 |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Util/ScrollingContainer/ColdFusion.luau | 19 | webhook_or_external_url | high | local MID_IMAGE = "http://www.roblox.com/asset/?id=16331943650" |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Util/ScrollingContainer/ColdFusion.luau | 20 | webhook_or_external_url | high | local TOP_IMAGE = "http://www.roblox.com/asset/?id=16331984401" |
| https://github.com/nightcycle/synthetic | QUARANTINE | src/Util/ScrollingContainer/ColdFusion.luau | 21 | webhook_or_external_url | high | local BOTTOM_IMAGE = "http://www.roblox.com/asset/?id=16331988989" |
| https://github.com/ffrostfall/fluid | PASS_WITH_REVIEW | .lune/analyze.luau | 7 | webhook_or_external_url | high | "https://raw.githubusercontent.com/JohnnyMorganz/luau-lsp/refs/heads/main/scripts/globalTypes.d.luau" |
| https://github.com/ffrostfall/fluid | PASS_WITH_REVIEW | vendor/signal.luau | 103 | webhook_or_external_url | high | [You can find more on this optimization here](https://devforum.roblox.com/t/thread-reuse-how-it-works-why-it-works/1999166). |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Renderer.luau | 18 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/rendering#render\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Renderer.luau | 29 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/rendering#mount\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Renderer.luau | 56 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/reactivity#virtual-dom-reconciliation\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Renderer.luau | 78 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/reactivity#virtual-dom-reconciliation\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Renderer.luau | 303 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/rendering#renderwithreconciliation\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/ElementBuilder.luau | 384 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/components\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/ElementBuilder.luau | 411 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/define\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/ElementBuilder.luau | 418 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/define\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/ElementBuilder.luau | 426 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/define\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/ElementBuilder.luau | 432 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/define\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/ElementBuilder.luau | 439 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/components#element-creation\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/ElementBuilder.luau | 451 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/components#element-creation\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 4 | http_service | high | local HttpService = game:GetService('HttpService') |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 25 | http_service | high | return HttpService:GenerateGUID(false) |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 63 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/advanced_features/deep_reactivity |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 349 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/state |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 404 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/advanced_features/memoization |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 458 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/state#usecomputed\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 465 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/state#usecomputed\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 482 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/state |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 501 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/context |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 514 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/context |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 525 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/context |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 548 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/advanced_features/async_state |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 570 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/advanced_features/async_state\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 603 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/state |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 629 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/state |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 646 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/state#usewatch\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/State.luau | 676 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/state |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 39 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/core_concepts/lifecycle_hooks |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 89 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/core_concepts/lifecycle_hooks |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 101 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/core_concepts/lifecycle_hooks |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 113 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/rendering |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 123 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/rendering#render\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 129 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/rendering#render\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 135 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/api_reference/rendering#render\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 159 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/core_concepts/components |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 165 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/components#element-creation\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 171 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/components#element-creation\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 183 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/core_concepts/components |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 197 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/core_concepts/components |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 208 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/core_concepts/components |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 223 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/rendering |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 233 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/context |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 258 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/api_reference/define |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 276 | webhook_or_external_url | high | formatted = formatted .. `\n📖 Learn more: https://rex.tigas.dev/docs/0.2.0/{docPath}` |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 289 | webhook_or_external_url | high | `Docs` https://rex.tigas.dev/docs/0.2.0/core_concepts/components |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/init.luau | 296 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/components#element-creation\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Props.luau | 91 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/event_handling\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Props.luau | 100 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/event_handling\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Props.luau | 126 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/event_handling\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Props.luau | 130 | webhook_or_external_url | high | "📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/event_handling\n" .. |
| https://github.com/OMouta/Rex | PASS_WITH_REVIEW | src/Rex/Props.luau | 143 | webhook_or_external_url | high | `📖 Learn more: https://rex.tigas.dev/docs/0.2.0/core_concepts/reactive_properties\n` .. |
| https://github.com/imacodr/Construct | PASS_WITH_REVIEW | modules/Utils/errorIDs.luau | 12 | http_service | high | toastUUIDCatch = "useToast was not able to generate a unique ID using Roblox's HttpService (most likely for Roblox Services being unavailable).\n\n Proceeding with number ToastId.\n\n Full Error: '%s'", |
| https://github.com/imacodr/Construct | PASS_WITH_REVIEW | modules/Components/Portal/init.luau | 10 | http_service | high | local HttpService = game:GetService("HttpService") |
| https://github.com/imacodr/Construct | PASS_WITH_REVIEW | modules/Components/Portal/init.luau | 41 | http_service | high | local ok,result = pcall(HttpService.GenerateGUID, HttpService, false) |
| https://github.com/imacodr/Construct | PASS_WITH_REVIEW | modules/Components/Toast/init.luau | 3 | http_service | high | local HttpService = game:GetService("HttpService") |
| https://github.com/imacodr/Construct | PASS_WITH_REVIEW | modules/Components/Toast/init.luau | 175 | http_service | high | local ok,result = pcall(HttpService.GenerateGUID, HttpService, false) |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/client/StowayClientv1_2/init.luau | 27 | remote_abuse_surface | medium | local GetStowayFromServer = ReplicatedStorage:WaitForChild("Remotes").AskForStoway :: RemoteFunction |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/client/StowayClientv1_2/init.luau | 473 | remote_abuse_surface | medium | local ReturnData = GetStowayFromServer:InvokeServer() |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/client/StowayClientv1_2/NetworkFunctions/NetworkHandler.luau | 11 | remote_abuse_surface | medium | local InventoryUpdate = Remotes:WaitForChild("InventoryUpdate") :: RemoteEvent |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/client/StowayClientv1_2/NetworkFunctions/NetworkHandler.luau | 12 | remote_abuse_surface | medium | local InventoryAction = Remotes:WaitForChild("InventoryAction") :: RemoteEvent |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/client/StowayClientv1_2/NetworkFunctions/NetworkHandler.luau | 19 | remote_abuse_surface | medium | InventoryAction:FireServer(action, args) |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/server/StowayServerV1_2/init.luau | 461 | remote_abuse_surface | medium | local InitialSyncRemote = GetOrCreateRemote("AskForStoway", "RemoteFunction") |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/server/StowayServerV1_2/init.luau | 488 | remote_abuse_surface | medium | local InventoryActionRemote = GetOrCreateRemote("InventoryAction", "RemoteEvent") :: RemoteEvent |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/server/StowayServerV1_2/init.luau | 489 | remote_abuse_surface | medium | InventoryActionRemote.OnServerEvent:Connect(function(player, operation: string, args: any) |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/server/StowayServerV1_2/Utils/UUID.luau | 6 | http_service | high | local HttpService = game:GetService("HttpService") |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/server/StowayServerV1_2/Utils/UUID.luau | 9 | http_service | high | return HttpService:GenerateGUID(false) |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/server/StowayServerV1_2/Replication/Replicator.luau | 28 | remote_abuse_surface | medium | local InventoryUpdateRemote = GetRemote("InventoryUpdate", "RemoteEvent") |
| https://github.com/Zyn-ic/Stoway | PASS_WITH_REVIEW | src/server/StowayServerV1_2/Replication/Replicator.luau | 81 | remote_abuse_surface | medium | local InitialSyncRemote = GetRemote("AskForStoway", "RemoteFunction") |
| https://github.com/bartek1009x/ServerInventory | PASS_WITH_REVIEW | ItemTypes.luau | 9 | webhook_or_external_url | high | Icon = "http://www.roblox.com/asset/?id=" |
| https://github.com/bartek1009x/ServerInventory | PASS_WITH_REVIEW | ItemTypes.luau | 15 | webhook_or_external_url | high | Icon = "http://www.roblox.com/asset/?id=" |
| https://github.com/OpenChassis/OpenChassis | PASS_WITH_REVIEW | src/Installer.lua | 33 | remote_abuse_surface | medium | local event = Instance.new('RemoteEvent') |
| https://github.com/OpenChassis/OpenChassis | PASS_WITH_REVIEW | src/Shared/Chassis.lua | 1 | http_service | high | local httpSer = game:GetService("HttpService") |
| https://github.com/OpenChassis/OpenChassis | PASS_WITH_REVIEW | src/Shared/Signal.lua | 1 | webhook_or_external_url | high | -- closure scoping reimplement of https://github.com/LPGhatguy/lemur/blob/master/lib/Signal.lua |
| https://github.com/OpenChassis/OpenChassis | PASS_WITH_REVIEW | src/Server/Factory.lua | 7 | http_service | high | local httpSer = game:GetService('HttpService') |
| https://github.com/OpenChassis/OpenChassis | PASS_WITH_REVIEW | src/Client/Camera/CameraShaker.lua | 43 | webhook_or_external_url | high | Original asset link: https://assetstore.unity.com/packages/tools/camera/ez-camera-shake-33148 |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Server/Repulsyn.luau | 27 | getfenv | high | for _, mod in pairs(getfenv()) do |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 42 | teleport_service | medium | local TeleportService = game:GetService("TeleportService") |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 45 | http_service | high | local HttpService = game:GetService("HttpService") |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 48 | marketplace_prompt | high | local MarketplaceService = game:GetService("MarketplaceService") |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 49 | datastore_or_token_refs | high | local DataStoreService = game:GetService("DataStoreService") |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 85 | http_service | high | HttpService = HttpService, |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 89 | teleport_service | medium | TeleportService = TeleportService, |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 93 | marketplace_prompt | high | MarketplaceService = MarketplaceService, |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 94 | datastore_or_token_refs | high | DataStoreService = DataStoreService, |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 107 | remote_abuse_surface | medium | -- RemoteEvent references |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Loaders/ConstantLoader.module.luau | 108 | remote_abuse_surface | medium | local remotesFolder = ReplicatedStorage:WaitForChild("RemoteEvents") |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Controllers/GunController.module.luau | 11 | remote_abuse_surface | medium | -- listen for RemoteEvent “FireWeapon” |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Controllers/GunController.module.luau | 12 | remote_abuse_surface | medium | self.FiredConn = game.ReplicatedStorage.RemoteEvents.FireWeapon.OnServerEvent:Connect(function(p, ...) |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Configuration/LoggingConfig.module.luau | 9 | webhook_or_external_url | high | RemoteLogEndpoint = nil, -- e.g. "https://your.log.server/collect" |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Engine/Configuration/ControlConfig.module.luau | 3 | webhook_or_external_url | high | -- See https://developer.roblox.com/en-us/api-reference/class/ContextActionService |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Server/Managers/VehicleManager.luau | 6 | remote_abuse_surface | medium | RS.RemoteEvents.EnterVehicle.OnServerEvent:Connect(function(player, chassisModel) |
| https://github.com/Kaminoan-Engineers/repulsyn | QUARANTINE | Repulsyn_Server/Managers/VehicleManager.luau | 16 | remote_abuse_surface | medium | RS.RemoteEvents.ExitVehicle.OnServerEvent:Connect(function(player, chassisModel) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/AttachmentModules/info.lua | 116 | webhook_or_external_url | high | scopeid ="http://www.roblox.com/asset/?id=296810337", |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/5.31.22.lua | 1203 | remote_abuse_surface | medium | game.ReplicatedStorage.Events.Respawn:FireServer() |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/7.3.2022.lua | 355 | remote_abuse_surface | medium | local remoteevent =game.ReplicatedStorage:WaitForChild("RemoteEvent") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/7.3.2022.lua | 356 | remote_abuse_surface | medium | local remotefunc =game.ReplicatedStorage:WaitForChild("RemoteFunction") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/7.3.2022.lua | 357 | remote_abuse_surface | medium | local fireserver =remoteevent.FireServer |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/7.3.2022.lua | 358 | remote_abuse_surface | medium | local invokeserver =remotefunc.InvokeServer |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/7.3.2022.lua | 367 | remote_abuse_surface | medium | fireserver(remoteevent,...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/7.3.2022.lua | 371 | remote_abuse_surface | medium | return invokeserver(remotefunc,...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/7.3.2022.lua | 378 | remote_abuse_surface | medium | remoteevent.OnClientEvent:connect(call) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/6.29.22.lua | 355 | remote_abuse_surface | medium | local remoteevent =game.ReplicatedStorage:WaitForChild("RemoteEvent") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/6.29.22.lua | 356 | remote_abuse_surface | medium | local remotefunc =game.ReplicatedStorage:WaitForChild("RemoteFunction") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/6.29.22.lua | 357 | remote_abuse_surface | medium | local fireserver =remoteevent.FireServer |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/6.29.22.lua | 358 | remote_abuse_surface | medium | local invokeserver =remotefunc.InvokeServer |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/6.29.22.lua | 367 | remote_abuse_surface | medium | fireserver(remoteevent,...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/6.29.22.lua | 371 | remote_abuse_surface | medium | return invokeserver(remotefunc,...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/shared/ReplicatedStorage/Framework Archive/6.29.22.lua | 378 | remote_abuse_surface | medium | remoteevent.OnClientEvent:connect(call) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 49 | webhook_or_external_url | high | s.SoundId="http://roblox.com/asset/?id=145542130" |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 908 | remote_abuse_surface | medium | local remoteevent =game.ReplicatedStorage:WaitForChild("RemoteEvent") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 910 | remote_abuse_surface | medium | local remotefunc =game.ReplicatedStorage:WaitForChild("RemoteFunction") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 911 | remote_abuse_surface | medium | local fireserver =remoteevent.FireServer |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 912 | remote_abuse_surface | medium | local invokeserver =remotefunc.InvokeServer |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 933 | remote_abuse_surface | medium | fireserver(remoteevent,getkey(),...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 937 | remote_abuse_surface | medium | fireserver(bounceevent,getkey(),...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 941 | remote_abuse_surface | medium | return invokeserver(remotefunc,getkey(),...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 956 | remote_abuse_surface | medium | remoteevent.OnClientEvent:connect(call) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 2673 | webhook_or_external_url | high | local randId = "http://www.roblox.com/asset/?id="..materials[random(1,#materials)] |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/client/StarterPlayer/StarterPlayerScripts/Framework.lua | 9868 | marketplace_prompt | high | game:GetService("MarketplaceService"):PromptProductPurchase(player,v)---omg this is the real shit here |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/EventHandler.lua | 18 | remote_abuse_surface | medium | respawn.OnServerEvent:connect(function(p) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 89 | remote_abuse_surface | medium | local remoteevent =game.ReplicatedStorage:WaitForChild("RemoteEvent") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 90 | remote_abuse_surface | medium | local remotefunc =game.ReplicatedStorage:WaitForChild("RemoteFunction") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 91 | remote_abuse_surface | medium | local fireclient =remoteevent.FireClient |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 92 | remote_abuse_surface | medium | local fireall =remoteevent.FireAllClients |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 120 | remote_abuse_surface | medium | fireclient(remoteevent,player[i],name,...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 123 | remote_abuse_surface | medium | fireclient(remoteevent,player,name,...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 181 | webhook_or_external_url | high | --good song https://www.youtube.com/watch?v=bHaFY4wjygM |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 182 | remote_abuse_surface | medium | bounceevent.OnServerEvent:connect(function(player,key,name,...) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 200 | remote_abuse_surface | medium | remoteevent.OnServerEvent:connect(call) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 254 | datastore_or_token_refs | high | local datastore =game:GetService("DataStoreService"):GetDataStore("T2") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 255 | datastore_or_token_refs | high | local statstore =game:GetService("DataStoreService"):GetDataStore("purchases") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 357 | teleport_service | medium | local tp=game:GetService('TeleportService') |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 358 | datastore_or_token_refs | high | local ds=game:GetService("DataStoreService"):GetDataStore("tplel") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 361 | http_service | high | local id=ds:GetAsync("tpid") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 389 | http_service | high | local newdata=datastore:GetAsync(key..":"..i) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 602 | marketplace_prompt | high | local market =game:GetService("MarketplaceService") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/server.lua | 1746 | webhook_or_external_url | high | shat.SoundId="http://roblox.com/asset/?id=144884907" |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/BanSystem.lua | 2 | marketplace_prompt | high | local mps = game:GetService("MarketplaceService") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/MainModule.lua | 4 | remote_abuse_surface | medium | local remoteEvent = script.ReportGoogleAnalyticsEvent |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/MainModule.lua | 7 | http_service | high | local googleUserTrackingId = game:GetService("HttpService"):GenerateGUID() |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/MainModule.lua | 65 | http_service | high | googleUserTrackingId = game:GetService("HttpService"):GenerateGUID() |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/MainModule.lua | 69 | http_service | high | local hs = game:GetService("HttpService") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/MainModule.lua | 70 | http_service | high | hs:PostAsync( |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/MainModule.lua | 71 | webhook_or_external_url | high | "http://www.google-analytics.com/collect", |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/MainModule.lua | 81 | remote_abuse_surface | medium | game:GetService("ReplicatedStorage").ReportGoogleAnalyticsEvent:FireServer(category, action, label, value) |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/MainModule.lua | 97 | remote_abuse_surface | medium | remoteEvent.Parent = game:GetService("ReplicatedStorage") |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/MainModule.lua | 98 | remote_abuse_surface | medium | remoteEvent.OnServerEvent:connect( |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/GoogleAnalyticsHelper/GoogleAnalyticsHelper.lua | 24 | remote_abuse_surface | medium | evt:FireServer(category, |
| https://github.com/GabrielNat1/blox-dutty-2021 | QUARANTINE | src/server/ServerScriptService/HTTPService/MainModule/GoogleAnalyticsHelper/GoogleAnalyticsHelper1.lua | 24 | remote_abuse_surface | medium | evt:FireServer(category, |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/GameManager.lua | 10 | remote_abuse_surface | medium | local RemoteEvents = ReplicatedStorage:WaitForChild("RemoteEvents") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/GameManager.lua | 11 | remote_abuse_surface | medium | local ActivitySelected = RemoteEvents:WaitForChild("ActivitySelected") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/GameManager.lua | 12 | remote_abuse_surface | medium | local DayEnded = RemoteEvents:WaitForChild("DayEnded") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/GameManager.lua | 46 | remote_abuse_surface | medium | ActivitySelected.OnServerEvent:Connect(function(player, activityKey) |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/GameManager.lua | 75 | remote_abuse_surface | medium | local updateEvent = RemoteEvents:WaitForChild("StateUpdated") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/GameManager.lua | 84 | remote_abuse_surface | medium | DayEnded.OnServerEvent:Connect(function(player) |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/GameManager.lua | 100 | remote_abuse_surface | medium | local updateEvent = RemoteEvents:WaitForChild("StateUpdated") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/EventManager.lua | 6 | remote_abuse_surface | medium | local RemoteEvents = ReplicatedStorage:WaitForChild("RemoteEvents") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/EventManager.lua | 57 | remote_abuse_surface | medium | local notifyEvent = RemoteEvents:WaitForChild("RandomEventTriggered") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/DataManager.lua | 3 | datastore_or_token_refs | high | -- Handles all DataStoreService save/load for Your Life Style |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/DataManager.lua | 5 | datastore_or_token_refs | high | local DataStoreService = game:GetService("DataStoreService") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/DataManager.lua | 6 | datastore_or_token_refs | high | local PlayerData = DataStoreService:GetDataStore("YourLifeStyle_v1") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/DataManager.lua | 26 | http_service | high | return PlayerData:GetAsync(key) |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/NPCManager.lua | 8 | remote_abuse_surface | medium | local RemoteEvents = ReplicatedStorage:WaitForChild("RemoteEvents") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/NPCManager.lua | 9 | remote_abuse_surface | medium | local StartDialogue = RemoteEvents:WaitForChild("StartDialogue") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/NPCManager.lua | 10 | remote_abuse_surface | medium | local ChoiceMade = RemoteEvents:WaitForChild("ChoiceMade") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/NPCManager.lua | 57 | remote_abuse_surface | medium | StartDialogue.OnServerEvent:Connect(function(player, npcName) |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/NPCManager.lua | 73 | remote_abuse_surface | medium | RemoteEvents:WaitForChild("DialogueNodeSent"):FireClient(player, rootNode) |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/NPCManager.lua | 77 | remote_abuse_surface | medium | ChoiceMade.OnServerEvent:Connect(function(player, choiceIndex) |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/NPCManager.lua | 94 | remote_abuse_surface | medium | RemoteEvents:WaitForChild("DialogueNodeSent"):FireClient(player, nextNode) |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/server/NPCManager.lua | 99 | remote_abuse_surface | medium | RemoteEvents:WaitForChild("DialogueEnded"):FireClient(player) |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/HUDClient.lua | 28 | remote_abuse_surface | medium | local RemoteEvents = ReplicatedStorage:WaitForChild("RemoteEvents") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/HUDClient.lua | 29 | remote_abuse_surface | medium | local StateUpdated = RemoteEvents:WaitForChild("StateUpdated") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/DialogueClient.lua | 18 | remote_abuse_surface | medium | local RemoteEvents = ReplicatedStorage:WaitForChild("RemoteEvents") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/DialogueClient.lua | 19 | remote_abuse_surface | medium | local DialogueNodeSent = RemoteEvents:WaitForChild("DialogueNodeSent") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/DialogueClient.lua | 20 | remote_abuse_surface | medium | local DialogueEnded = RemoteEvents:WaitForChild("DialogueEnded") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/DialogueClient.lua | 21 | remote_abuse_surface | medium | local ChoiceMade = RemoteEvents:WaitForChild("ChoiceMade") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/DialogueClient.lua | 50 | remote_abuse_surface | medium | ChoiceMade:FireServer(index) |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/DayCycleClient.lua | 15 | remote_abuse_surface | medium | local RemoteEvents = ReplicatedStorage:WaitForChild("RemoteEvents") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/DayCycleClient.lua | 16 | remote_abuse_surface | medium | local StateUpdated = RemoteEvents:WaitForChild("StateUpdated") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/DayCycleClient.lua | 17 | remote_abuse_surface | medium | local DayEnded = RemoteEvents:WaitForChild("DayEnded") |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/client/DayCycleClient.lua | 52 | remote_abuse_surface | medium | DayEnded:FireServer() |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/shared/remote-events/RemoteConfig.lua | 2 | remote_abuse_surface | medium | -- ReplicatedStorage/RemoteEvents/RemoteConfig |
| https://github.com/Momoiroart/your-life-style-repo | PASS_WITH_REVIEW | src/shared/remote-events/RemoteConfig.lua | 3 | remote_abuse_surface | medium | -- Single source of truth for all RemoteEvent names |
| https://github.com/evilbocchi/jconveyor | PASS_WITH_REVIEW | src/ClientPackets.luau | 6 | webhook_or_external_url | high | -- Client generated by Zap v0.6.14 (https://github.com/red-blox/zap) |
| https://github.com/evilbocchi/jconveyor | PASS_WITH_REVIEW | src/ClientPackets.luau | 21 | webhook_or_external_url | high | -- thanks to https://dom.rojo.space/binary.html#cframe |
| https://github.com/evilbocchi/jconveyor | PASS_WITH_REVIEW | src/ClientPackets.luau | 121 | remote_abuse_surface | medium | assert(reliable:IsA("RemoteEvent"), "Expected ZAP_RELIABLE to be a RemoteEvent") |
| https://github.com/evilbocchi/jconveyor | PASS_WITH_REVIEW | src/ClientPackets.luau | 122 | remote_abuse_surface | medium | assert(unreliable:IsA("UnreliableRemoteEvent"), "Expected ZAP_UNRELIABLE to be an UnreliableRemoteEvent") |
| https://github.com/evilbocchi/jconveyor | PASS_WITH_REVIEW | src/ClientPackets.luau | 130 | remote_abuse_surface | medium | reliable:FireServer(buff, outgoing_inst) |
| https://github.com/evilbocchi/jconveyor | PASS_WITH_REVIEW | src/ServerPackets.luau | 6 | webhook_or_external_url | high | -- Server generated by Zap v0.6.14 (https://github.com/red-blox/zap) |
| https://github.com/evilbocchi/jconveyor | PASS_WITH_REVIEW | src/ServerPackets.luau | 21 | webhook_or_external_url | high | -- thanks to https://dom.rojo.space/binary.html#cframe |
| https://github.com/evilbocchi/jconveyor | PASS_WITH_REVIEW | src/ServerPackets.luau | 133 | remote_abuse_surface | medium | reliable = Instance.new("RemoteEvent") |
| https://github.com/evilbocchi/jconveyor | PASS_WITH_REVIEW | src/ServerPackets.luau | 140 | remote_abuse_surface | medium | unreliable = Instance.new("UnreliableRemoteEvent") |
| https://github.com/TARNATlON/roblox-vfx | PASS_WITH_REVIEW | src/VFX/PartCache.lua | 7 | webhook_or_external_url | high | According to Roblox's Technical Director, zeuxcg (https://devforum.roblox.com/u/zeuxcg/summary)... |
| https://github.com/TARNATlON/roblox-vfx | PASS_WITH_REVIEW | src/VFX/PartCache.lua | 10 | webhook_or_external_url | high | - https://devforum.roblox.com/t/event-that-fires-when-rendering-finishes/32954/19 |
| https://github.com/TARNATlON/roblox-vfx | PASS_WITH_REVIEW | src/VFX/PartCache.lua | 17 | webhook_or_external_url | high | Look at the bottom of my thread for an API! https://devforum.roblox.com/t/partcache-for-all-your-quick-part-creation-needs/246641 |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 27 | webhook_or_external_url | high | Proxy for [UserInputService.TouchTap](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchTap). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 33 | webhook_or_external_url | high | Proxy for [UserInputService.TouchTapInWorld](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchTapInWorld). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 39 | webhook_or_external_url | high | Proxy for [UserInputService.TouchMoved](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchMoved). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 45 | webhook_or_external_url | high | Proxy for [UserInputService.TouchLongPress](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchLongPress). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 51 | webhook_or_external_url | high | Proxy for [UserInputService.TouchPan](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchPan). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 57 | webhook_or_external_url | high | Proxy for [UserInputService.TouchPinch](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchPinch). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 63 | webhook_or_external_url | high | Proxy for [UserInputService.TouchRotate](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchRotate). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 69 | webhook_or_external_url | high | Proxy for [UserInputService.TouchSwipe](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchSwipe). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 75 | webhook_or_external_url | high | Proxy for [UserInputService.TouchStarted](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchStarted). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 81 | webhook_or_external_url | high | Proxy for [UserInputService.TouchEnded](https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchEnded). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Touch.luau | 107 | webhook_or_external_url | high | Returns the value of [`UserInputService.TouchEnabled`](https://developer.roblox.com/en-us/api-reference/property/UserInputService/TouchEnabled). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Gamepad.luau | 523 | webhook_or_external_url | high | Sets the [`GuiService.AutoSelectGuiEnabled`](https://developer.roblox.com/en-us/api-reference/property/GuiService/AutoSelectGuiEnabled) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Gamepad.luau | 531 | webhook_or_external_url | high | manually set the [`GuiService.SelectedObject`](https://developer.roblox.com/en-us/api-reference/property/GuiService/SelectedObject) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/Gamepad.luau | 545 | webhook_or_external_url | high | Returns the [`GuiService.AutoSelectGuiEnabled`](https://developer.roblox.com/en-us/api-reference/property/GuiService/AutoSelectGuiEnabled) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/input/PreferredInput.luau | 50 | webhook_or_external_url | high | [`UserInputService.PreferredInput`](https://create.roblox.com/docs/reference/engine/classes/UserInputService#PreferredInput). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/task-queue/init.luau | 12 | remote_abuse_surface | medium | a RemoteEvent to help prevent calling it too many times on |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/task-queue/init.luau | 17 | remote_abuse_surface | medium | bulletRemoteEvent:FireAllClients(bullets) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/spring/init.luau | 7 | webhook_or_external_url | high | [`TweenService:SmoothDamp()`](https://create.roblox.com/docs/reference/engine/classes/TweenService#SmoothDamp). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/signal/init.luau | 129 | webhook_or_external_url | high | This implementation is a direct copy of the de facto standard, [GoodSignal](https://devforum.roblox.com/t/lua-signal-class-comparison-optimal-goodsignal-class/1387063), |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 6 | remote_abuse_surface | medium | RemoteEvents and RemoteFunctions. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 11 | remote_abuse_surface | medium | Gets a RemoteEvent with the given name. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 13 | remote_abuse_surface | medium | On the server, if the RemoteEvent does not exist, then |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 16 | remote_abuse_surface | medium | On the client, if the RemoteEvent does not exist, then |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 18 | remote_abuse_surface | medium | If the RemoteEvent does not exist after 10 seconds, an |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 22 | remote_abuse_surface | medium | local remoteEvent = Net:RemoteEvent("PointsChanged") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 25 | remote_abuse_surface | medium | function Net:RemoteEvent(name: string): RemoteEvent |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 30 | remote_abuse_surface | medium | r = Instance.new("RemoteEvent") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 38 | remote_abuse_surface | medium | error("Failed to find RemoteEvent: " .. name, 2) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 45 | remote_abuse_surface | medium | Gets an UnreliableRemoteEvent with the given name. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 47 | remote_abuse_surface | medium | On the server, if the UnreliableRemoteEvent does not |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 50 | remote_abuse_surface | medium | On the client, if the UnreliableRemoteEvent does not |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 52 | remote_abuse_surface | medium | 10 seconds. If the UnreliableRemoteEvent does not exist |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 56 | remote_abuse_surface | medium | local unreliableRemoteEvent = Net:UnreliableRemoteEvent("PositionChanged") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 59 | remote_abuse_surface | medium | function Net:UnreliableRemoteEvent(name: string): UnreliableRemoteEvent |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 64 | remote_abuse_surface | medium | r = Instance.new("UnreliableRemoteEvent") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 72 | remote_abuse_surface | medium | error("Failed to find UnreliableRemoteEvent: " .. name, 2) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 79 | remote_abuse_surface | medium | Connects a handler function to the given RemoteEvent. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 93 | remote_abuse_surface | medium | return self:RemoteEvent(name).OnServerEvent:Connect(handler) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 95 | remote_abuse_surface | medium | return self:RemoteEvent(name).OnClientEvent:Connect(handler) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 100 | remote_abuse_surface | medium | Connects a handler function to the given UnreliableRemoteEvent. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 114 | remote_abuse_surface | medium | return self:UnreliableRemoteEvent(name).OnServerEvent:Connect(handler) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 116 | remote_abuse_surface | medium | return self:UnreliableRemoteEvent(name).OnClientEvent:Connect(handler) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 121 | remote_abuse_surface | medium | Gets a RemoteFunction with the given name. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 123 | remote_abuse_surface | medium | On the server, if the RemoteFunction does not exist, then |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 126 | remote_abuse_surface | medium | On the client, if the RemoteFunction does not exist, then |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 128 | remote_abuse_surface | medium | If the RemoteFunction does not exist after 10 seconds, an |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 132 | remote_abuse_surface | medium | local remoteFunction = Net:RemoteFunction("GetPoints") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 135 | remote_abuse_surface | medium | function Net:RemoteFunction(name: string): RemoteFunction |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 140 | remote_abuse_surface | medium | r = Instance.new("RemoteFunction") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 148 | remote_abuse_surface | medium | error("Failed to find RemoteFunction: " .. name, 2) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 156 | remote_abuse_surface | medium | Sets the invocation function for the given RemoteFunction. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 165 | remote_abuse_surface | medium | self:RemoteFunction(name).OnServerInvoke = handler |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 170 | remote_abuse_surface | medium | Invokes the RemoteFunction with the given arguments. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 177 | remote_abuse_surface | medium | return self:RemoteFunction(name):InvokeServer(...) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/net/init.luau | 182 | remote_abuse_surface | medium | Destroys all RemoteEvents and RemoteFunctions. This |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/trove/init.luau | 544 | webhook_or_external_url | high | This is only compatible with the [roblox-lua-promise](https://eryn.io/roblox-lua-promise/) library, version 4. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/pid/init.luau | 12 | webhook_or_external_url | high | The PID class simulates a [PID controller](https://en.wikipedia.org/wiki/PID_controller). PID is an acronym |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/pid/init.luau | 173 | webhook_or_external_url | high | warn("Install the PID Debug plugin: https://create.roblox.com/store/asset/16279661108/PID-Debug") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/pid/init.luau | 173 | plugin_install_update | medium | warn("Install the PID Debug plugin: https://create.roblox.com/store/asset/16279661108/PID-Debug") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/streamable/Streamable.luau | 79 | webhook_or_external_url | high | [Content Streaming](https://developer.roblox.com/en-us/articles/content-streaming#technical-behavior) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/query/init.luau | 7 | webhook_or_external_url | high | [`Instance:QueryDescendants()`](https://create.roblox.com/docs/reference/engine/classes/Instance#QueryDescendants). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/query/init.luau | 15 | webhook_or_external_url | high | Equivalent to [`parent:QueryDescendants(selector)`](https://create.roblox.com/docs/reference/engine/classes/Instance#QueryDescendants). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/query/init.luau | 82 | admin_backdoor | critical | -- the OwnerId attribute matching the player's UserId: |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/query/init.luau | 83 | admin_backdoor | critical | local tycoon = Query.first(workspace, `.Tycoon[$OwnerId = {player.UserId}]`) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/log/init.luau | 128 | http_service | high | local HttpService = game:GetService("HttpService") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/log/init.luau | 260 | http_service | high | message = HttpService:JSONEncode(message) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/log/init.luau | 267 | http_service | high | error(logMessage .. (customData and (" " .. HttpService:JSONEncode(customData)) or ""), 4) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/log/init.luau | 328 | webhook_or_external_url | high | is based off of Google's [Flogger](https://google.github.io/flogger/) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/table-util/init.luau | 22 | http_service | high | local HttpService = game:GetService("HttpService") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/table-util/init.luau | 893 | http_service | high | Proxy for [`HttpService:JSONEncode`](https://developer.roblox.com/en-us/api-reference/function/HttpService/JSONEncode). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/table-util/init.luau | 893 | webhook_or_external_url | high | Proxy for [`HttpService:JSONEncode`](https://developer.roblox.com/en-us/api-reference/function/HttpService/JSONEncode). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/table-util/init.luau | 896 | http_service | high | return HttpService:JSONEncode(value) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/table-util/init.luau | 905 | http_service | high | Proxy for [`HttpService:JSONDecode`](https://developer.roblox.com/en-us/api-reference/function/HttpService/JSONDecode). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/table-util/init.luau | 905 | webhook_or_external_url | high | Proxy for [`HttpService:JSONDecode`](https://developer.roblox.com/en-us/api-reference/function/HttpService/JSONDecode). |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/table-util/init.luau | 908 | http_service | high | return HttpService:JSONDecode(str) |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/component/init.luau | 76 | admin_backdoor | critical | local ownerId = component.Instance:GetAttribute("OwnerId") |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/component/init.luau | 77 | admin_backdoor | critical | return ownerId == player.UserId |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 21 | remote_abuse_surface | medium | .OnServerEvent PlayerSignal<T...>, |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 24 | remote_abuse_surface | medium | .FireServer (self: Event<T...>, T...) -> (), |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 28 | remote_abuse_surface | medium | OnServerEvent: PlayerSignal<T...>, |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 31 | remote_abuse_surface | medium | FireServer: (self: Event<T...>, T...) -> (), |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 38 | remote_abuse_surface | medium | .OnServerEvent PlayerSignal<T...>, |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 41 | remote_abuse_surface | medium | .FireServer (self: Event<T...>, T...) -> (), |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 48 | remote_abuse_surface | medium | .InvokeServer (self: Function<T..., R...>, T...) -> R..., |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 52 | remote_abuse_surface | medium | InvokeServer: (self: Function<T..., R...>, T...) -> R..., |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 63 | remote_abuse_surface | medium | Simple networking package that helps create typed RemoteEvents and RemoteFunctions. |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 70 | remote_abuse_surface | medium | -- Get the RF, RE and URE instance creators, which create RemoteFunctions/RemoteEvents/UnreliableRemoteEvents |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 81 | remote_abuse_surface | medium | -- RemoteFunction that takes two arguments (boolean, string) and returns a number: |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 84 | remote_abuse_surface | medium | -- RemoteEvent that takes two arguments - a string and a number: |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 87 | remote_abuse_surface | medium | -- UnreliableRemoteEvent that takes two arguments - a string and a number: |
| https://github.com/Sleitnick/RbxUtil | QUARANTINE | modules/typed-remote/init.luau | 104 | remote_abuse_surface | medium | RemoteFunction and RemoteEvent builder functions. From there, call the given functions |
