optiscaler-client-fsr4-manager
Fail
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads a ZIP file containing executable binaries from a personal GitHub repository that is not affiliated with a known trusted organization or the skill author.
- Evidence:
https://github.com/Devanshu-dev/optiscaler-client-fsr4/releases/download/v1.0.5/OptiscalerClient-1.0.5.zipfound in the Installation section. - [REMOTE_CODE_EXECUTION]: Instructions guide the user to download, extract, and immediately execute external binaries (
OptiscalerClient.exeor./OptiscalerClient) without any integrity verification steps beyond a placeholder code snippet. - [COMMAND_EXECUTION]: The provided C# code includes logic to elevate process privileges to administrative level using the Windows 'runas' verb.
- Evidence: The
RestartAsAdminmethod in the Troubleshooting section usesProcessStartInfowithVerb = "runas". - [COMMAND_EXECUTION]: The skill implements automated modification of system files by replacing game DLLs with versions provided in the downloaded archive.
- Evidence: The
DLLPatcher.PatchGameAsyncmethod performsFile.Copyoperations to overwritenvngx_dlss.dllandnvngx.dllin various game directories.
Recommendations
- AI detected serious security threats
Audit Metadata