erc-8004
Fail
Audited by Socket on Mar 1, 2026
1 alert found:
Obfuscated FileObfuscated Filescripts/register-http.sh
HIGHObfuscated FileHIGH
scripts/register-http.sh
The script's intended function is benign (on-chain registration of a URL), but it contains a high-risk code-injection vulnerability: embedding REGISTRATION_URL into an inline node -e single-quoted string allows arbitrary JavaScript execution if the URL contains a single-quote or crafted payload. The script also trusts a local helper (~/thinkfleet/.../bankr.sh) without integrity checks, which expands the attack surface for credential theft or arbitrary command execution. No explicit hard-coded secrets or obvious backdoor code are present in the file itself, but the injection and trust of a user-writable helper constitute a meaningful security risk that should be remediated before use.
Confidence: 98%
Audit Metadata