diagnostic-malware-scan

Scan locally synced WordPress files for malware and suspicious code patterns.

27|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dr-robert-li/cowork-wordpress-expert --skill diagnostic-malware-scan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: diagnostic-malware-scan
Source: https://github.com/dr-robert-li/cowork-wordpress-expert/tree/main/skills/diagnostic-malware-scan
Command: npx skills add https://github.com/dr-robert-li/cowork-wordpress-expert --skill diagnostic-malware-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify potential security threats within your WordPress site's files by scanning for suspicious code patterns and known malware signatures.

Core Features & Use Cases

  • Pattern-Based Scanning: Detects obfuscation chains, backdoor signatures, suspicious file placements, and risky function usage.
  • Local File Analysis: Operates on locally synced files, making scans fast and efficient.
  • Use Case: After a suspected security incident, use this Skill to quickly pinpoint potentially malicious PHP files within your WordPress installation without needing direct server access.

Quick Start

Scan the locally synced WordPress files for malware and suspicious code patterns.

Frequently Asked Questions about diagnostic-malware-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan WordPress files for malware and suspicious code locally?▼

To scan WordPress files for malware locally, you must sync your site files using the /connect command. The scan then analyzes these local files to identify backdoor signatures, obfuscation chains, and risky functions without needing direct server access.

What suspicious code patterns are detected during a WordPress malware scan?▼

A WordPress malware scan detects suspicious code patterns including obfuscation chains, backdoor signatures, suspicious file placements, and dangerous function usage. The scanning mechanism applies pattern matching with built-in false positive reduction.

Do I need direct server access to run a malware scan on my WordPress site?▼

You do not need direct server access to run a malware scan on your WordPress site. The scan operates on locally synced files, allowing you to pinpoint potentially malicious PHP files efficiently after syncing them.

When should I use a local file malware scan for WordPress security?▼

You should use a local file malware scan for WordPress security after a suspected security incident. It helps quickly identify potential security threats within your WordPress installation by analyzing locally synced files for known malware signatures.

Can I identify backdoor signatures in PHP files without false positives?▼

You can identify backdoor signatures in PHP files with false positive reduction. The scanning mechanism uses pattern matching specifically designed to detect obfuscation chains and dangerous functions while minimizing incorrect threat identification.