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.zip found in the Installation section.
  • [REMOTE_CODE_EXECUTION]: Instructions guide the user to download, extract, and immediately execute external binaries (OptiscalerClient.exe or ./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 RestartAsAdmin method in the Troubleshooting section uses ProcessStartInfo with Verb = "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.PatchGameAsync method performs File.Copy operations to overwrite nvngx_dlss.dll and nvngx.dll in various game directories.
Recommendations
  • AI detected serious security threats
Audit Metadata
Risk Level
HIGH
Analyzed
Jul 1, 2026, 10:56 PM
Security Audit — agent-trust-hub — optiscaler-client-fsr4-manager