Back to skill

Security audit

Pet Leash Hook Map

Security checks for vulnerabilities and agentic risk

Overview

This is a prompt-only pet-walk organization skill with clear safety boundaries and no executable code, network use, credentials, or persistence.

Installers should treat this as an English prompt template for organizing pet-walk gear, not as veterinary advice or a guarantee that hooks, harnesses, leashes, or clips are safe or escape-proof. Verify mounting, weight limits, and gear condition yourself and consult a veterinarian or qualified professional for medical, behavioral, or fit concerns.

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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
  • 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 (3)

Natural-Language Policy Violations

Medium
Confidence
97% confidence
Finding
The checklist explicitly states 'Language is English only,' which is a natural-language policy constraint. Under the policy, forcing a specific language without user opt-in or a documented justification is a reportable violation.

Autonomous Decision Making

Medium
Category
Excessive Agency
Content
Ask for practical walk-station details:

- Pet type, size range, and number of pets, without asking for medical history.
- Exit used for walks: front door, back door, mudroom, garage entry, elevator hallway, or car area.
- Gear used: leash, collar, harness, poop bags, treat pouch, ID tag light, towel, rain coat, paw wipes, backup clip, muzzle, stroller, or carrier.
- Trip types: quick potty, long walk, night walk, rainy walk, car trip, training walk, or multi-pet walk.
Confidence
75% confidence
Finding
Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.

Natural-Language Policy Violations

Low
Confidence
95% confidence
Finding
The manifest sets `language: "en"`, which is a natural-language locale restriction. The file does not state that users may choose another language or that the English-only behavior is required for a region-specific or compliance reason, so this appears to be a language policy constraint without opt-in.

Static analysis

No suspicious patterns detected.