Back to skill

Security audit

phoenix-execution-check

Security checks for vulnerabilities and agentic risk

Overview

This skill is a small, disclosed curl-based helper for checking L2 network health and optionally querying a caller-profiling passport endpoint.

Before installing, be aware that using the passport command sends request metadata to a third-party service for caller classification. Use the free delayed health check for normal transaction timing, and use the paid live endpoint only with an x402-capable wallet/tool you intend to charge.

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
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Missing User Warnings

Medium
Category
Not specified by scanner
Confidence
95% confidence
Finding

The skill directs users to a third-party endpoint that explicitly profiles the caller using request timing and headers, which can expose behavioral fingerprints and identifying metadata without a prominent privacy warning or consent step. In an agent context, this may also leak infrastructure traits, automation patterns, and stable network identifiers to an external service.

Content

No source excerpt is available for this finding.

Description-Behavior Mismatch

Low
Category
Not specified by scanner
Confidence
91% confidence
Finding

The manifest description limits the network-health check feature to a specific set of L2s: Base, Arbitrum, Optimism, zkSync, Scroll, Linea, Blast, Mantle, Mode, Taiko, and Polygon zkEVM. The skill file's documented chain list additionally includes casper, which is outside that stated scope and changes what the skill claims to support.

Content

No source excerpt is available for this finding.

Static analysis

No suspicious patterns detected.