fingerprint-bypass
Fail
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to clone a repository from an unverified third-party source:
https://github.com/zhizhuodemao/fingerprint-collector.git. It also suggests installing multiple external packages such ascurl_cffi,tls_client,undetected-chromedriver,playwright-extra, andpuppeteer-extra-plugin-stealthusing pip and npm. - [REMOTE_CODE_EXECUTION]: After cloning the external repository, the instructions direct the user to run the script
python app.py, which results in the execution of unverified code from a remote source. - [COMMAND_EXECUTION]: The skill recommends using
sudoto execute the downloaded script (sudo ENABLE_TCP=1 python app.py). Requesting superuser privileges for a script from an untrusted repository is a significant security risk that could lead to full system compromise. - [COMMAND_EXECUTION]: The skill mentions using a
Patchrightengine built into another internal tool (js-reverse-mcp) and suggests running various CLI-based installation and execution commands.
Recommendations
- AI detected serious security threats
Audit Metadata