Back to skill

Security audit

Subscription Receipt Desk

Security checks for vulnerabilities and agentic risk

Overview

This skill only formats a user-supplied callback URL into a recorded callback object and does not request credentials, private files, scripts, or background access.

Before installing, understand that the skill is meant to handle callback URLs supplied in a request and return a structured record. It does not appear to perform real external registration by itself, so any actual subscription change would need to come from other tools or user-directed workflow around it.

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.