触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。
⚠️ Hazard Flags
📋 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
🔒 Containment
Level: maximum
- SANDBOX_CONTAINER: Code execution capability
- LOG_ACTIONS: Audit trail for all actions
⚡ Risks
Mitigation: Remove hardcoded secrets. Use environment variables instead.
Mitigation: Deobfuscate and review code before use.
Mitigation: Review SKILL.md for hidden instructions. Do not use with untrusted input.
Mitigation: Remove destructive file operations.
Mitigation: Avoid eval(), exec(), and compile(). Use safer alternatives like ast.literal_eval()
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:xiaomi-outbound-bot:1.0.1",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-05T10:39:47.306Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "通义晓蜜 - 智能外呼",
"version": "1.0.1",
"format": "agent_skill",
"description": "触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。",
"publisher": "ClawHub",
"source": {
"channel": "clawhub",
"slug": "xiaomi-outbound-call",
"owner": "Raven-XIA",
"downloads": 1551,
"stars": 0
},
"artifact": {
"sha256": "81edb64bd887f1b9acfc2f5bd5b73bbfe1be5e631c4492e8f5f506e875251380",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": true,
"privilege_level": "user",
"can_install_deps": false,
"can_persist": false
},
"filesystem": {
"reads_workspace": true,
"reads_user_home": true,
"reads_system": false,
"writes_workspace": false,
"writes_user_home": false,
"writes_system": false,
"can_delete": true
},
"network": {
"egress": "any",
"ingress": false
},
"credentials": {
"reads_env_vars": true,
"reads_credential_files": true,
"reads_browser_data": true,
"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",
"documents"
],
"content_types": [
"general"
]
},
"hazards": {
"hdac": {
"H": 4,
"D": 4,
"A": 0,
"C": 1
},
"flags": [
"EXEC",
"CODE_EXEC",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_DELETE",
"NET_EGRESS_ANY",
"CREDS_ENV",
"CREDS_FILES",
"CREDS_BROWSER",
"PI_WEB",
"PI_DOCUMENTS"
],
"custom_flags": [
{
"code": "OBFUSCATED_CODE",
"name": "Obfuscated Code",
"description": "Contains obfuscated code patterns in: scripts/bundle.js"
},
{
"code": "HARDCODED_SECRET",
"name": "Hardcoded Secrets",
"description": "Contains hardcoded secrets/API keys in: scripts/bundle.js"
},
{
"code": "PROMPT_INJECTION",
"name": "Prompt Injection Risk",
"description": "Contains prompt injection patterns in: scripts/bundle.js"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: scripts/bundle.js"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "MCP_SYS_FILE_DESTRUCTION: 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_EVAL, MCP_CMD_DANGEROUS_SYSTEM, MCP_SCRIPT_TAGS, MCP_SQL_BLIND: Dangerous code execution functions that can execute arbitrary code"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 7 security patterns (10 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D4: Critical: Credential theft or data exfiltration",
"A": "A0: No side effects detected",
"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": "Hardcoded secrets detected in: scripts/bundle.js",
"severity": "high",
"mitigation": "Remove hardcoded secrets. Use environment variables instead."
},
{
"risk": "Code obfuscation detected in: scripts/bundle.js",
"severity": "medium",
"mitigation": "Deobfuscate and review code before use."
},
{
"risk": "Prompt injection patterns detected in: scripts/bundle.js",
"severity": "high",
"mitigation": "Review SKILL.md for hidden instructions. Do not use with untrusted input."
},
{
"risk": "Unauthorized tool use: MCP_SYS_FILE_DESTRUCTION",
"severity": "critical",
"mitigation": "Remove destructive file operations."
},
{
"risk": "Command injection risk: COMMAND_INJECTION_EVAL, MCP_CMD_DANGEROUS_SYSTEM, MCP_SCRIPT_TAGS, MCP_SQL_BLIND",
"severity": "critical",
"mitigation": "Avoid eval(), exec(), and compile(). Use safer alternatives like ast.literal_eval()"
},
{
"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": "SKILL.md",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "scripts/bundle.js",
"file_path": "scripts/bundle.js"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "SOCIAL_ENG_VAGUE_DESCRIPTION [LOW] SKILL.md:1: ---",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] scripts/bundle.js:62: var match = /^(-?(?:\\d+)?\\.?\\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minu",
"file_path": "scripts/bundle.js"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "OBFUSCATION_BASE64_LARGE [MEDIUM] scripts/bundle.js:31236: exports2.ListAnnotationMissionSessionResponseBody = exports2.ListAnnotationMissi",
"file_path": "scripts/bundle.js"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "OBFUSCATION_XOR_ENCODING [HIGH] scripts/bundle.js:10721: var xor = baseRest(function(arrays) {",
"file_path": "scripts/bundle.js"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "SECRET_PRIVATE_KEY [CRITICAL] scripts/bundle.js:22130: var PEM_BEGIN = \"-----BEGIN PRIVATE KEY-----\\n\";",
"file_path": "scripts/bundle.js"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "MCP_CMD_DANGEROUS_SYSTEM [CRITICAL] scripts/bundle.js:2421: var reg = new RegExp(val);",
"file_path": "scripts/bundle.js"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "MCP_SYS_FILE_DESTRUCTION [CRITICAL] scripts/bundle.js:20073: clean: \"rm -rf coverage\"",
"file_path": "scripts/bundle.js"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] scripts/bundle.js:17533: // <script> ...",
"file_path": "scripts/bundle.js"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] scripts/bundle.js:1767: function cast(obj, t) {",
"file_path": "scripts/bundle.js"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "TIRITH_ANSI_ESCAPE_IN_STRING [HIGH] scripts/bundle.js:626: const colorCode = \"\\x1B[3\" + (c < 8 ? c : \"8;5;\" + c);",
"file_path": "scripts/bundle.js"
}
]
}