acidrain-security-testing-scripts
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [OBFUSCATION]: The skill documentation includes an XSS payload example that uses a common obfuscation technique to execute code.
- Evidence: The file
SKILL.mdcontains the payload<img src=x onerror="eval(atob('YWxlcnQoJ1hTUycp'))">, whereatobdecodes a Base64 string into an executable command. - [DATA_EXFILTRATION]: The skill provides a script designed to capture and transmit sensitive browser data to a remote endpoint for testing purposes.
- Evidence: The script
scripts/javascript/cookie-exfil-test.jsdemonstrates how to accessdocument.cookieand send it to a remote URL using thefetchAPI. - [EXTERNAL_DOWNLOADS]: The installation instructions direct the user to download the primary skill content from an external GitHub repository that is not managed by the skill's author or a trusted vendor.
- Evidence:
git clone https://github.com/henry-lewiskpp1107/acidrain-security-script-hub.gitin the Installation section ofSKILL.md.
Audit Metadata