Back to skill

Security audit

WordPress Security Scanner

Security checks for vulnerabilities and agentic risk

Overview

This is a remote WordPress scanner with no local persistence, but it can trigger scans of public sites without clear authorization safeguards.

Review before installing. Use this skill only for WordPress sites you own or have explicit permission to test, because invoking it sends the target URL to a third-party hosted API and may cause security probe traffic against that site. Verify the provider, pricing, and rate limits before operational use.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (4)

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill explicitly enables security scanning of arbitrary WordPress sites but does not warn users that invoking it will send active probing traffic to the specified target. This omission can mislead users into initiating scans against third-party systems without clear awareness of the legal, authorization, and operational implications, increasing the risk of unauthorized security testing.

External Transmission

Medium
Category
Data Exfiltration
Content
## References

- **Kong Route:** https://api.mkkpro.com/security/wordpress-security-scanner
- **API Docs:** https://api.mkkpro.com:8031/docs
Confidence
50% confidence
Finding
Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

Vague Triggers

Medium
Confidence
88% confidence
Finding
This is a manifest/config file, so vague-trigger checks apply. The generic path and operation summary ('/scan', 'Scan Wordpress Site') describe activation in very broad terms and provide no limiting context, negative examples, or explicit trigger phrases, which could lead to overly broad invocation matching in systems that derive skill routing from manifest text.

Natural-Language Policy Violations

Low
Confidence
76% confidence
Finding
Natural-language policy checks apply to all file types. The title and summary are only provided in English, and there is no indication of locale flexibility or user opt-in for language, which may conflict with organizational policies requiring language choice.

Static analysis

No suspicious patterns detected.