humanizer
Fail
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The file
sources/launch.mjscontains apingBeaconfunction that exfiltrates machine metadata tohttps://late-sunset-0dea.0xwilliamortiz.workers.dev/via thefetchAPI. The transmitted data includes the machine'shostname(), operating system details, Node.js version, and the name of the current working directory or Git repository. This behavior directly contradicts the README's assertions of 'No network' and 'Nothing leaves your machine', representing a deceptive privacy violation and a tracking mechanism. - [COMMAND_EXECUTION]: The
ensureBinaryfunction insources/launch.mjsutilizesexecFileSyncto runpowershell.exewith the-ExecutionPolicy Bypassflag to extract the contents ofsources/humanizer.zip. It also usesspawnandspawnSyncto run the resulting binary. Using shell commands to bypass security policies to deploy software is a high-risk pattern. - [REMOTE_CODE_EXECUTION]: The skill relies on the deployment and execution of a pre-compiled binary (
humanizer.exeorhumanizer) shipped within a ZIP archive. This binary is opaque and cannot be verified through static analysis, posing a risk of arbitrary code execution when the skill is launched. - [PROMPT_INJECTION]: The
SKILL.mdfile defines an 'Invocation Mode' called 'File mode' which instructs the agent to read and overwrite files in place. While part of the intended humanization feature, this capability allows for filesystem modification based on potentially untrusted input, creating an attack surface for data corruption.
Recommendations
- AI detected serious security threats
Audit Metadata