wyattmcph-claude-monitor

v3.2.1 suspicious
5.0
Medium Risk

Real-time terminal monitor for Claude Code token usage — with keyword analytics, gradient UI, and animated display

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package shows some signs of potential malicious behavior, particularly due to its recent creation and incomplete metadata, along with the use of dynamic imports that could indicate obfuscation.

  • Recent package creation with incomplete metadata
  • Use of dynamic imports suggesting possible obfuscation
Per-check LLM notes
  • Network: No network calls detected, indicating low risk of data exfiltration or C2 communication.
  • Shell: The shell executions appear to be gathering system locale and time information, which may be benign but warrants further investigation into the package's purpose.
  • Obfuscation: The use of dynamic imports with error handling can be a sign of obfuscation, as it hides the actual dependencies until runtime.
  • Credentials: No clear signs of credential harvesting detected.
  • Metadata: The repository and package were created very recently, the author information is incomplete, and the maintainer has only one package on PyPI, indicating potential suspicious activity.

🔬 Heuristic Checks

Outbound Network Calls

No suspicious network call patterns found

Code Obfuscation score 2.0

Found 1 obfuscation pattern(s)

  • try: __import__(module) except ImportError: missing_mod
Shell / Subprocess Execution score 10.0

Found 6 shell execution pattern(s)

  • ocess.CompletedProcess[str] = subprocess.run( ["defaults", "read", "NSGlobalDomain",
  • ocess.CompletedProcess[str] = subprocess.run( ["date", "+%r"], capture_output=True, t
  • ocess.CompletedProcess[str] = subprocess.run( ["locale", "LC_TIME"], capture_output=T
  • ocess.CompletedProcess[str] = subprocess.run( ["readlink", "/etc/localtime"],
  • ocess.CompletedProcess[str] = subprocess.run( ["timedatectl", "show", "-p", "Timezone
  • ocess.CompletedProcess[str] = subprocess.run( ["tzutil", "/g"], capture_output=True,
Credential Harvesting

No credential harvesting patterns detected

Typosquatting

No typosquatting candidates detected

Registered Email Domain

Email domain looks legitimate: roboblog.eu>

Suspicious Page Links

All external links appear legitimate

Git Repository History score 2.5

Git history flags: Repository created very recently: 0 day(s) ago (2026-06-05T02:22:32Z)

  • Repository created very recently: 0 day(s) ago (2026-06-05T02:22:32Z)
Maintainer History score 6.0

3 maintainer concern(s) found

  • Package uploaded less than 24 hours ago (2026-06-05T03:27:12.000Z)
  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)