Solana Funding Arb Cn
· v1.0.1
"Solana 资金费率套利 | Solana Funding Rate Arbitrage. 永续合约资金费率套利 | Perpetual funding rate arbitrage. 监控资金费率、发现套利机会 | Monitor funding rates, find arb opportunities. 触发词:Solana、资金费率、套利、funding rate."
H:4 D:3 A:1 C:1
⚠️ Hazard Flags
EXEC PERSISTENCE FS_READ_WORKSPACE FS_READ_USER FS_WRITE_WORKSPACE FS_WRITE_USER NET_EGRESS_ANY NET_INGRESS CREDS_ENV CREDS_FILES PI_WEB
📋 Capabilities
Execution
- ✅ Shell execution
- ❌ Code execution
- ✅ Install dependencies
- ✅ Persistence
- Privilege: user
Filesystem
- ✅ Read workspace
- ✅ Write workspace
- ✅ Read home
- ✅ Write home
- ❌ Read system
- ❌ Delete
Network
- Egress: any
- ✅ Ingress
Credentials
- ✅ Environment vars
- ✅ Credential files
- ❌ Browser data
- ❌ Keychain
Actions
❌ send messages❌ post public❌ purchase❌ transfer money❌ deploy❌ delete external
🔒 Containment
Level: maximum
Required:
- SANDBOX_CONTAINER: Code execution capability
Recommended:
- LOG_ACTIONS: Audit trail for all actions
⚡ Risks
Unauthorized tool use: MCP_SYS_FILE_DESTRUCTION, MCP_SYS_CRITICAL_ACCESS critical
Mitigation: Remove destructive file operations.
Command injection risk: COMMAND_INJECTION_USER_INPUT, MCP_SQL_BLIND, MCP_SCRIPT_TAGS high
Mitigation: Validate and sanitize all user inputs before using in commands
Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION low
Mitigation: Provide clear, detailed description of skill functionality
Want a deeper analysis?
This report was generated by static analysis. Get an LLM-powered deep review with behavioral reasoning and attack surface mapping.
🧠 Deep Analysis — $5.00🚨 Incident Response
Kill switch: Stop the agent process
Containment: Review logs for unexpected actions
Recovery: Depends on skill capabilities
📄 Raw SSDS JSON click to expand
{
"meta": {
"document_id": "ssds:auto:solana-funding-arb-cn:2.0.0",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-05T13:55:14.497Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Solana Funding Arb Cn",
"version": "1.0.1",
"format": "agent_skill",
"description": "\"Solana 资金费率套利 | Solana Funding Rate Arbitrage. 永续合约资金费率套利 | Perpetual funding rate arbitrage. 监控资金费率、发现套利机会 | Monitor funding rates, find arb opportunities. 触发词:Solana、资金费率、套利、funding rate.\"",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "558a0c5767f50a226f2a307ded041e33aa43c35804b277499969e842b4f75cd6",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": false,
"privilege_level": "user",
"can_install_deps": true,
"can_persist": true
},
"filesystem": {
"reads_workspace": true,
"reads_user_home": true,
"reads_system": false,
"writes_workspace": true,
"writes_user_home": true,
"writes_system": false,
"can_delete": false
},
"network": {
"egress": "any",
"ingress": true
},
"credentials": {
"reads_env_vars": true,
"reads_credential_files": true,
"reads_browser_data": false,
"reads_keychain": false
},
"services": [],
"actions": {
"can_send_messages": false,
"can_post_public": false,
"can_purchase": false,
"can_transfer_money": false,
"can_deploy": false,
"can_delete_external": false
},
"prompt_injection_surfaces": [
"web"
],
"content_types": [
"general"
]
},
"hazards": {
"hdac": {
"H": 4,
"D": 3,
"A": 1,
"C": 1
},
"flags": [
"EXEC",
"PERSISTENCE",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_WRITE_WORKSPACE",
"FS_WRITE_USER",
"NET_EGRESS_ANY",
"NET_INGRESS",
"CREDS_ENV",
"CREDS_FILES",
"PI_WEB"
],
"custom_flags": [
{
"code": "PERSISTENCE",
"name": "Persistence Mechanism",
"description": "Creates scheduled tasks or startup entries in: scripts/cron-runner.sh, SKILL.md"
},
{
"code": "NET_INGRESS",
"name": "Network Server",
"description": "Listens for incoming connections in: scripts/src/dashboard/drift-dashboard.ts, scripts/src/dashboard/multi-dex-dashboard.ts, scripts/src/dashboard/server.ts, scripts/src/dashboard/simple-server.ts"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "MCP_SYS_FILE_DESTRUCTION, MCP_SYS_CRITICAL_ACCESS: File destruction or wiping commands"
},
{
"code": "SOCIAL_ENGINEERING",
"name": "Social Engineering Risk",
"description": "SOCIAL_ENG_VAGUE_DESCRIPTION: Skill description is too vague or missing"
},
{
"code": "COMMAND_INJECTION",
"name": "Command Injection Risk",
"description": "COMMAND_INJECTION_USER_INPUT, MCP_SQL_BLIND, MCP_SCRIPT_TAGS: User input used in command substitution - potential injection risk"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 5 security patterns (9 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D3: Credential access detected",
"A": "A1: Local side effects only",
"C": "C1: General content"
}
},
"containment": {
"level": "maximum",
"required": [
{
"control": "SANDBOX_CONTAINER",
"reason": "Code execution capability"
}
],
"recommended": [
{
"control": "LOG_ACTIONS",
"reason": "Audit trail for all actions"
}
],
"uncontained_risk": "Risk level depends on manual review of actual capabilities."
},
"risks": {
"risks": [
{
"risk": "Unauthorized tool use: MCP_SYS_FILE_DESTRUCTION, MCP_SYS_CRITICAL_ACCESS",
"severity": "critical",
"mitigation": "Remove destructive file operations."
},
{
"risk": "Command injection risk: COMMAND_INJECTION_USER_INPUT, MCP_SQL_BLIND, MCP_SCRIPT_TAGS",
"severity": "high",
"mitigation": "Validate and sanitize all user inputs before using in commands"
},
{
"risk": "Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION",
"severity": "low",
"mitigation": "Provide clear, detailed description of skill functionality"
}
],
"limitations": [
"Static analysis only - runtime behavior not verified"
]
},
"incident_response": {
"kill_switch": [
"Stop the agent process"
],
"containment": [
"Review logs for unexpected actions"
],
"recovery": [
"Depends on skill capabilities"
]
},
"evidence": [
{
"evidence_id": "EV:file-1",
"type": "file_excerpt",
"title": "_meta.json",
"file_path": "_meta.json"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "scripts/backtest-1month.ts",
"file_path": "scripts/backtest-1month.ts"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "scripts/cron-runner.sh",
"file_path": "scripts/cron-runner.sh"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "scripts/dry-run-1h.sh",
"file_path": "scripts/dry-run-1h.sh"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "scripts/monte-carlo.ts",
"file_path": "scripts/monte-carlo.ts"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "scripts/package.json",
"file_path": "scripts/package.json"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "scripts/src/cli/scan.ts",
"file_path": "scripts/src/cli/scan.ts"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "scripts/src/core/arbitrage.ts",
"file_path": "scripts/src/core/arbitrage.ts"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "scripts/src/core/cross-protocol-arb.ts",
"file_path": "scripts/src/core/cross-protocol-arb.ts"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "scripts/src/core/drift-aggregator.ts",
"file_path": "scripts/src/core/drift-aggregator.ts"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_USER_INPUT [MEDIUM] scripts/cron-runner.sh:7: SCRIPT_DIR=\"$(cd \"$(dirname \"$0\")\" && pwd)\"",
"file_path": "scripts/cron-runner.sh"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "MCP_SYS_FILE_DESTRUCTION [CRITICAL] scripts/cron-runner.sh:35: find \"$LOG_DIR\" -name \"cron-*.log\" -mtime +7 -delete",
"file_path": "scripts/cron-runner.sh"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] scripts/cron-runner.sh:1: #!/bin/bash",
"file_path": "scripts/cron-runner.sh"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] scripts/dry-run-1h.sh:1: #!/bin/bash",
"file_path": "scripts/dry-run-1h.sh"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] scripts/src/core/arbitrage.ts:62: await this.sleep(this.config.scanIntervalMs);",
"file_path": "scripts/src/core/arbitrage.ts"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] scripts/src/core/funding-arbitrage.ts:79: await this.sleep(this.config.checkIntervalMs);",
"file_path": "scripts/src/core/funding-arbitrage.ts"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] scripts/src/dashboard/server.ts:522: <script>",
"file_path": "scripts/src/dashboard/server.ts"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "TIRITH_ANSI_ESCAPE_IN_STRING [HIGH] scripts/src/utils/logger.ts:6: reset: '\\x1b[0m',",
"file_path": "scripts/src/utils/logger.ts"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "SOCIAL_ENG_VAGUE_DESCRIPTION [LOW] SKILL.md:1: ---",
"file_path": "SKILL.md"
}
]
}