primary
Fail
Audited by Snyk on Jun 12, 2026
Risk Level: HIGH
Full Analysis
HIGH W008: Secret detected in skill content (API keys, tokens, passwords).
- Secret detected (high risk: 1.00). I scanned the entire skill content for literal, high-entropy credentials.
Findings:
- One high-entropy credential is present in references/REFERENCE.md under "1. Autenticación": Token obtenido: jiRCar5sB7vr7ufmV3gIqCZ8r2pWFzWahFUrIAG0vlU=
- This is a 44-character base64-like token, random-looking, and presented as a token obtained from live API testing — not a documentation placeholder. It meets the definition of a secret (actual API token).
Other values in the doc are placeholders or low-entropy examples and were ignored per the rules:
- Environment variable names (PRIMARY_USER, PRIMARY_PASSWORD, PRIMARY_TOKEN, PRIMARY_ACCOUNT) — ignored.
- Placeholder/sample values like "tu_usuario", "tu_password", "TU_CUENTA", "REM..." account formats — ignored.
- Short/example identifiers and strings (PBCP, mioid-unico-123, clientId numbers, example numeric balances) — low entropy or clearly examples, ignored.
- Script comments and example command-line usage (example passwords like "tu_password") — documentation placeholders, ignored.
Conclusion: the only real high-entropy secret present is the token string shown in REFERENCE.md.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). El documento describe una API de trading explícita para Matba ROFEX con endpoints y mensajes para crear, reemplazar y cancelar órdenes (REST: /rest/order/newSingleOrder, /rest/order/replaceById, /rest/order/cancelById; WebSocket: type "no" para New Order, "co" para Cancel), además de reportes de ejecución, gestión de cuentas y posiciones, y ejemplos de scripts que envían órdenes en vivo. Eso permite enviar órdenes de mercado/límite y por tanto ejecutar transacciones financieras directamente (compra/venta de activos).
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (3)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata