⚠ Security Alert — Developer Community

I Trusted a LinkedIn Profile.
They Stole My Crypto
While I Slept.

A real account of how a fake blockchain job offer turned into a silent malware attack that drained my Phantom wallet overnight — and how I had a chance to stop it.

Total Stolen 300.338 USDC + 1.362 SOL Via malware · Bridged to BNB Chain · Blockchain-verified · Unrecoverable
01 — The Setup

It Started With a "Professional" LinkedIn Message

I'm a full-stack developer. I get LinkedIn connection requests regularly — recruiters, founders, fellow developers. So when someone connected and said they were building a blockchain gaming platform called PSPN and needed a developer, it didn't seem unusual.

They seemed legitimate. Professional profile. A company called ParaLead. They scheduled a proper 30-minute Google Meet call via Calendly — one day after connecting. Everything looked real.

⚠ Red Flag I Missed

The meeting invite came from cboy88755@gmail.com — a random Gmail, not a company domain. Legitimate companies use their own email. I didn't notice.

Calendly meeting invite from scammer
📸 The Calendly meeting invite — sent from cboy88755@gmail.com, not a company email

After the call, one day later, they invited me to collaborate on their GitHub MVP repository: Tirios2036/pspn_mvp. I accepted, cloned the project to my MacBook, ran npm install, and started the project. Normal developer workflow. Or so I thought.

GitHub collaboration invite
📸 GitHub collaboration invite to repository Tirios2036/pspn_mvp — one day after the Meet call
02 — The Attack

What the Project Actually Did

The repository wasn't a real project. Hidden inside — likely in install scripts or a malicious dependency — was a Node.js malware payload.

The moment I ran the project, it silently installed itself as a persistent background process on my Mac. Here is exactly what it planted:

# Planted in: ~/Library/LaunchAgents/ File: com.MyNodeStartupScript.plist # What it executed on every login: /usr/local/bin/node /private/var/folders/.../T/Programs_X64 # RunAtLoad: true → ran silently on every Mac startup # No alert. No permission prompt. No notification from macOS.

This abused macOS LaunchAgents — a system feature for background services — to run invisibly with no warning to the user whatsoever.

That night, while I was sleeping, the script accessed my Phantom wallet, extracted my credentials, and initiated the transfers. By morning, the funds were gone.

Solscan blockchain proof of theft
📸 Solscan proof — 300.338 USDC transferred from my wallet without my knowledge
03 — The Moment I Could Have Stopped It

My Friends Warned Me. I Chose to Sleep.

When I noticed the LinkedIn profile had suddenly disappeared, something felt wrong. I told my friends. They said immediately — "Take your money out of Phantom right now. Don't wait."

The funds were still there. I had the chance. But I convinced myself I was overthinking it.

जो सोवत है वो खोवत है।
Those who sleep, lose.
⚡ The Lesson That Cost Me Everything

By the time I woke up, everything was gone. My friends were right. In crypto security, if something feels wrong — act immediately, not in the morning. Move your funds first. Investigate later. You can always move them back. You cannot reverse a blockchain transaction.

04 — The Evidence

The Blockchain Trail They Left Behind

Unlike traditional theft, crypto theft is permanently recorded on-chain. Every transaction is public and verifiable. Here is exactly what happened:

Transaction 1 — Solana

300.338147 USDC transferred from my wallet to attacker's wallet (6dyWYQ...mKwJfR)

Transaction 2 — Solana

1.362934205 SOL transferred to the same attacker wallet

Bridge — deBridge Protocol

Attacker bridged 399.373 USDC from Solana → BNB Smart Chain to make tracing and freezing harder

BNB bridge transaction
📸 Attacker bridging funds to BNB Smart Chain via deBridge — a deliberate laundering step
Aftermath

LinkedIn account deleted. GitHub repository removed. The scammer vanished without a trace.

GitHub 404 - repo deleted
📸 GitHub 404 — Tirios2036/pspn_mvp deleted immediately after completing the theft
Verified Blockchain Evidence
TX Hash 1:2NKrtP7VVNmvTeihpPDZiDDpWDDhMbWK4zuwDyGThS9D4xRpcvTmgYH6MkxfhWszMDvBuaNNQiusu79UG8XSJtMW
TX Hash 2:2HNXiR41sGWbZDoVjmzSRCr1S3WwKYw8qqrd6aRBJEK7XMyqeqPaMhHcK5bojfWGv6ZnAxCegQqKQx8f7taQdpqZ
Scammer GitHub:github.com/Tirios2036 (deleted)
Scammer Email:cboy88755@gmail.com
Fake Company:ParaLead (LinkedIn — profile deleted)

05 — Learn From This

Red Flags Every Developer Must Know

06 — Platform Accountability

What Apple, Phantom & LinkedIn Need to Fix

🍎 Apple macOS
Gap Exists

macOS allowed a third-party script to install a LaunchAgent — a persistent background process that runs on every login — with zero notification. No alert. No permission dialog. Apple's Gatekeeper protects against unsigned apps but does not warn users when code installs background persistence during npm install. A permission prompt must be shown when any unknown process attempts to register a LaunchAgent.

👻 Phantom Wallet
Action Needed

Once a device is compromised, Phantom offers zero second line of defence. No 2FA. No transaction alerts. No confirmation on a secondary device. A single stolen seed phrase = total, instant, irreversible loss. Phantom must add 2FA for outgoing transactions, spending limits, and real-time alerts. One security layer in 2026 is not enough.

🔵 LinkedIn's Scammer Problem

These scammers create professional profiles, target developers with fake job offers, complete the theft — then delete their account within hours. LinkedIn has the tools to detect newly-created accounts immediately sending collaboration requests at scale, and to preserve deleted account data for law enforcement. They choose not to act proactively. Public pressure is the only way to change this.

07 — Protect Yourself

What Every Developer Should Do Right Now

🔍
Audit package.json First

Before npm install on any cloned repo, read the scripts section. Check preinstall, postinstall, prepare. These run automatically and silently.

🖥️
Use a VM or Docker

Run all unknown projects inside a virtual machine or Docker container. Malware inside a VM cannot touch your host system, wallet, or browser data.

🔐
Hardware Wallet

Use a Ledger or Trezor for any meaningful crypto. Software wallets on your laptop are one compromised repo away from total loss.

🔎
Check LaunchAgents

On Mac, run ls ~/Library/LaunchAgents/ regularly. Any file you don't recognise is a red flag. Check after running any new project.

Verify on Multiple Platforms

Before working with anyone from LinkedIn, verify them on Twitter, GitHub history, and company website. Fake profiles rarely have consistent presence across platforms.

Act on Suspicion Immediately

If something feels wrong — move your crypto first, sleep later. You can always move funds back. You cannot undo a blockchain transaction.

👻 Crypto & Blockchain
@phantom (Twitter) @solana @circle (USDC) @deBridgeFinance @BNBCHAIN @solscan_io
🍎 Apple
@Apple @AppleSecurity
🌐 Platform Safety
@LinkedIn @github
someone claiming to be from
https://www.paralead.com/ — may be innocent company whose identity was stolen

Share This.
Stop the Next Victim.

I lost money I cannot get back. But if this post stops even one developer from making the same mistake, it is worth every word.

Written by Pushpendra Singh · Full-Stack Developer · June 2026
All blockchain evidence preserved on-chain