Back to skill

Security audit

fulfillment-allocation-ledger

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward fulfillment helper that plans allocations or records reservations only when the user asks for that stage.

Before installing, make sure agents using this skill only call the reservation-recording stage after an explicit user request to record a reservation, especially if the connected tool mutates a real inventory or order system.

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
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • 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)

Vague Triggers

Medium
Confidence
88% confidence
Finding
The top-level guidance says to 'Invoke the stage requested by the user' and presents both stages in one workflow, but the boundary between planning and recording is only described narratively. In a generic fulfillment request, an agent could over-trigger or infer the wrong stage, especially escalating from planning into reservation recording, which risks unintended state-changing operations in inventory systems.

Static analysis

No suspicious patterns detected.