Back to skill

Security audit

Seo Reporter

Security checks across malware telemetry and agentic risk

Overview

This is a read-only SEO auditing skill that fetches a user-provided webpage and reports common SEO issues.

Install this if you are comfortable with the agent making read-only web requests to URLs you provide. Use it for public or authorized pages, and avoid internal services, localhost, private network addresses, or URLs containing secrets.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Lp3

Medium
Category
MCP Least Privilege
Confidence
92% confidence
Finding
The skill explicitly instructs the agent to execute a local shell script (`./audit.sh`) and declares a required binary (`curl`), but it does not declare any corresponding permissions for shell execution or outbound network access. This creates a trust and enforcement gap: the skill can perform command execution and fetch arbitrary URLs while appearing to require no privileges, which increases the risk of unintended command use, SSRF against internal resources, or policy bypass in permission-gated environments.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.