Back to skill

Security audit

07 Risk Dashboard

Security checks for vulnerabilities and agentic risk

Overview

This is a disclosed internal risk-reporting skill with no executable code, but its automatic report delivery should be configured carefully.

Install only in an environment where recipients, channels, and schedules are controlled by internal policy. Do not route the generated reports to public or broad channels, because they may contain complaints, supplier-risk signals, logistics anomalies, and estimated losses.

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 (2)

Vague Triggers

Medium
Confidence
97% confidence
Finding
The trigger section allows the skill to act both on a schedule and on vague ad hoc prompts without clearly separating automatic execution from explicit user invocation. In an internal-control context, that ambiguity can cause unsolicited processing or disclosure of sensitive operational risk information, especially if the hosting agent auto-runs skills based on loose matching.

Missing User Warnings

Medium
Confidence
91% confidence
Finding
The push mechanism describes automatic delivery of real-time alerts and daily/weekly risk reports to responsible parties but does not specify access control, recipient validation, data minimization, or confidentiality safeguards. Because the reports aggregate complaints, logistics anomalies, supplier risk, and estimated losses, automatic pushing could expose sensitive internal risk data to unintended recipients or channels.

Static analysis

No suspicious patterns detected.