High Risk
网页剪藏到有道云笔记。触发词:剪藏网页、保存网页、收藏网页。
H:4 D:4 A:3 C:1
⚠️ Hazard Flags
EXEC CODE_EXEC PERSISTENCE FS_READ_WORKSPACE FS_READ_USER FS_WRITE_WORKSPACE FS_WRITE_USER FS_WRITE_SYSTEM FS_DELETE NET_EGRESS_ANY CREDS_ENV CREDS_FILES CREDS_BROWSER ACT_SEND_MESSAGE 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:
- APPROVE_SEND: Can send messages
- SANDBOX_CONTAINER: Code execution capability
Recommended:
- LOG_ACTIONS: Audit trail for all actions
⚡ Risks
Base64 decode + execute pattern in: static/collect-combined.fn.js critical
Mitigation: Decode and review obfuscated content before use.
Unauthorized tool use: MCP_SYS_CRITICAL_ACCESS, MCP_SYS_FILE_DESTRUCTION critical
Mitigation: Avoid accessing system directories unless absolutely necessary.
Command injection risk: COMMAND_INJECTION_EVAL, COMMAND_INJECTION_USER_INPUT critical
Mitigation: Avoid eval(), exec(), and compile(). Use safer alternatives like ast.literal_eval()
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:youdaonote-clip:1.21.8",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-14T04:49:12.717Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "YoudaoNote Clip",
"version": "1.21.8",
"format": "agent_skill",
"description": "网页剪藏到有道云笔记。触发词:剪藏网页、保存网页、收藏网页。",
"publisher": "ClawHub",
"source": {
"channel": "clawhub",
"slug": "youdaonote-clip",
"owner": "lephix",
"downloads": 178,
"stars": 1
},
"artifact": {
"sha256": "91cfcba1ee25759237937da75de422a64a26ed6291b57c60fc23d46cd6287dc3",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": true,
"privilege_level": "user",
"can_install_deps": false,
"can_persist": true
},
"filesystem": {
"reads_workspace": true,
"reads_user_home": true,
"reads_system": false,
"writes_workspace": true,
"writes_user_home": true,
"writes_system": true,
"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": true,
"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": 4,
"A": 3,
"C": 1
},
"flags": [
"EXEC",
"CODE_EXEC",
"PERSISTENCE",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_WRITE_WORKSPACE",
"FS_WRITE_USER",
"FS_WRITE_SYSTEM",
"FS_DELETE",
"NET_EGRESS_ANY",
"CREDS_ENV",
"CREDS_FILES",
"CREDS_BROWSER",
"ACT_SEND_MESSAGE",
"PI_WEB"
],
"custom_flags": [
{
"code": "BASE64_EXEC",
"name": "Base64 Execute",
"description": "Decodes and executes obfuscated code in: static/collect-combined.fn.js"
},
{
"code": "PERSISTENCE",
"name": "Persistence Mechanism",
"description": "Creates scheduled tasks or startup entries in: SKILL.md"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: twitter-apify.mjs, clip-note.sh, clip-note.mjs"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "MCP_SYS_CRITICAL_ACCESS, MCP_SYS_FILE_DESTRUCTION: Access to critical system directories"
},
{
"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, COMMAND_INJECTION_USER_INPUT: Dangerous code execution functions that can execute arbitrary code"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 6 security patterns (8 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D4: Critical: Credential theft or data exfiltration",
"A": "A3: External actions (deploy/message/post)",
"C": "C1: General content"
}
},
"containment": {
"level": "maximum",
"required": [
{
"control": "APPROVE_SEND",
"reason": "Can send messages"
},
{
"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": "Base64 decode + execute pattern in: static/collect-combined.fn.js",
"severity": "critical",
"mitigation": "Decode and review obfuscated content before use."
},
{
"risk": "Unauthorized tool use: MCP_SYS_CRITICAL_ACCESS, MCP_SYS_FILE_DESTRUCTION",
"severity": "critical",
"mitigation": "Avoid accessing system directories unless absolutely necessary."
},
{
"risk": "Command injection risk: COMMAND_INJECTION_EVAL, COMMAND_INJECTION_USER_INPUT",
"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": "twitter-apify.mjs",
"file_path": "twitter-apify.mjs"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "static/wait-and-parse.fn.js",
"file_path": "static/wait-and-parse.fn.js"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "static/parse-page.fn.js",
"file_path": "static/parse-page.fn.js"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "static/marked.mjs",
"file_path": "static/marked.mjs"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "static/inject-sdk.fn.js",
"file_path": "static/inject-sdk.fn.js"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "static/collect-combined.fn.js",
"file_path": "static/collect-combined.fn.js"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "SKILL.md",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "compress-image.sh",
"file_path": "compress-image.sh"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "collect-page.sh",
"file_path": "collect-page.sh"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] static/marked.mjs:16: `)}var w=class{options;rules;lexer;constructor(e){this.options=e||T}space(e){let",
"file_path": "static/marked.mjs"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "SOCIAL_ENG_VAGUE_DESCRIPTION [LOW] SKILL.md:1: ---",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] compress-image.sh:1: #!/usr/bin/env bash",
"file_path": "compress-image.sh"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_USER_INPUT [MEDIUM] collect-page.sh:26: SCRIPT_DIR=\"$(cd \"$(dirname \"$0\")\" && pwd)\"",
"file_path": "collect-page.sh"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] collect-page.sh:1: #!/usr/bin/env bash",
"file_path": "collect-page.sh"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_USER_INPUT [MEDIUM] clip-note.sh:17: SCRIPT_DIR=\"$(cd \"$(dirname \"$0\")\" && pwd)\"",
"file_path": "clip-note.sh"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "MCP_SYS_FILE_DESTRUCTION [CRITICAL] clip-note.sh:118: trap 'rm -rf \"$TMP_DIR\"' EXIT",
"file_path": "clip-note.sh"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] clip-note.sh:1: #!/usr/bin/env bash",
"file_path": "clip-note.sh"
}
]
}