𝗛𝗼𝘄 𝗔 𝗙𝗮𝗸𝗲 𝗝𝗼𝗯 𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝗧𝗿𝗶𝗲𝗱 𝗧𝗼 𝗦𝘁𝗲𝗮𝗹 𝗠𝘆 𝗞𝗲𝘆𝘀

A recruiter messaged me. They offered a take-home challenge on GitHub. It looked normal.

The malware lived in the build tool. It did not hide in the app code. Most developers read the source. Few read the lockfile. Few read the postinstall script.

This is where the payload lives.

The scam follows a pattern:

Red flags to watch for:

How to stay safe:

Cloning a repo is safe. Installing it is not. Read every file before you run a single command.

I built a tool to automate this. It scans repos for build-time execution and obfuscated payloads. It reads the files without running them.

The job was fake. The malware was real.

Source: https://dev.to/pavelespitia/how-a-fake-job-interview-repo-tried-to-steal-my-keys-and-how-i-caught-it-1pkp