Back to skill

Security audit

Pipeworx zenquotes

Security checks for vulnerabilities and agentic risk

Overview

This is a simple quote-fetching skill that matches its stated purpose, with the main caveat that it connects to a remote MCP service through an unpinned npm helper.

Reasonable to install if you trust Pipeworx and are comfortable with quote requests going to its remote MCP gateway. For tighter supply-chain control, pin mcp-remote to a specific version instead of using @latest.

Vulnerability Patterns
  • 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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.