Back to skill

Security audit

pine-editor

Security checks for vulnerabilities and agentic risk

Overview

This is a simple Pine Script reference skill with trading examples; it does not install code, run commands, access data, or persist outside the user's TradingView use.

Install only if you want Spanish-oriented Pine Script help. Treat all trading examples as educational templates: review the logic, backtest, paper trade, and confirm position sizing and broker settings before using anything with live money.

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

Missing User Warnings

Medium
Confidence
87% confidence
Finding
The skill includes executable trading strategy examples that place entries, exits, and can close positions, but it does not warn users about financial risk, backtesting limitations, or the need to validate behavior before live use. In the context of a skill meant to help create automated trading systems, omission of safety guidance can lead users to deploy or trust scripts too quickly, causing monetary loss even though the file does not itself execute trades.

Natural-Language Policy Violations

Low
Confidence
95% confidence
Finding
SQP-3 applies to all file types and covers language or locale policy violations. The skill consistently uses Spanish identifiers, comments, labels, and instructions, which effectively forces a specific language for users without any opt-in or explanation that the skill is intended only for a Spanish-speaking context.