Back to skill

Security audit

Trading Knowledge

Security checks for vulnerabilities and agentic risk

Overview

This is a straightforward trading education skill with no hidden execution, network access, persistence, or authority to trade on the user's behalf.

Install only if you want a general trading-analysis reference. Do not rely on it as personalized investment advice, and verify any trading decision with current market data, risk controls, and qualified financial judgment.

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

Missing User Warnings

Medium
Confidence
97% confidence
Finding
The skill provides concrete trading signals and timing guidance such as bullish/bearish reversal patterns, buy/sell cues, and 'best approach' recommendations without any disclaimer that the material is educational only and not financial advice. In an agent setting, users may rely on this content for real financial decisions, increasing the risk of monetary loss and inappropriate overreliance on the system.

Autonomous Decision Making

Medium
Category
Excessive Agency
Content
| Wick | >2x body | <body |
| Body | Small | Large |
| Volume | High | Low |
| Confirmation | Next candle reverses | No confirmation |

---
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.

Static analysis

No suspicious patterns detected.