"Word 文档处理 | Word Document Processing. 创建、读取、编辑 Word 文档 | Create, read, edit Word documents. 支持 .docx 格式、格式化、表格、图片 | Supports .docx format, formatting, tables, images. 触发词:Word、文档、docx."
⚠️ 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: Add proper exit conditions or limits to loops
Mitigation: Avoid instructing agents to install arbitrary binaries; bundle dependencies or use sandboxed environments
Mitigation: Remove embedded script tags and encoded payloads.
Mitigation: Provide clear, detailed description of skill functionality
Mitigation: Clearly document which sensitive services are accessed and why; use minimal required permissions
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:docx-cn:1.0.1",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-05T11:47:26.684Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Docx Cn",
"version": "1.0.1",
"format": "agent_skill",
"description": "\"Word 文档处理 | Word Document Processing. 创建、读取、编辑 Word 文档 | Create, read, edit Word documents. 支持 .docx 格式、格式化、表格、图片 | Supports .docx format, formatting, tables, images. 触发词:Word、文档、docx.\"",
"publisher": "ClawHub",
"source": {
"channel": "clawhub",
"slug": "docx-cn",
"owner": "guohongbin-git",
"downloads": 1224,
"stars": 1
},
"artifact": {
"sha256": "ece46ff58cf1c7fd7c9182e74331d160f069d1ad5f581c8412234445786be0ea",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": false,
"privilege_level": "user",
"can_install_deps": false,
"can_persist": false
},
"filesystem": {
"reads_workspace": true,
"reads_user_home": true,
"reads_system": false,
"writes_workspace": true,
"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": 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": 4,
"A": 1,
"C": 1
},
"flags": [
"EXEC",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_WRITE_WORKSPACE",
"FS_DELETE",
"NET_EGRESS_ANY",
"CREDS_ENV",
"CREDS_FILES",
"PI_WEB"
],
"custom_flags": [
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: scripts/office/soffice.py"
},
{
"code": "RESOURCE_ABUSE",
"name": "Resource Abuse Risk",
"description": "RESOURCE_ABUSE_INFINITE_LOOP detected: Infinite loop without clear exit condition"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "INSTRUCTED_BINARY_INSTALL: Instructs agent to install external binary or package"
},
{
"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": "MCP_SCRIPT_TAGS: Script tags, VBScript, or encoded script data URIs"
},
{
"code": "DATA_EXFILTRATION",
"name": "Data Exfiltration Risk",
"description": "INSTRUCTED_SENSITIVE_SERVICE_ACCESS: Instructs agent to access sensitive services (email, calendar, contacts, drive)"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 6 security patterns (5 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D4: Critical: Credential theft or data exfiltration",
"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": "Resource abuse detected: RESOURCE_ABUSE_INFINITE_LOOP",
"severity": "high",
"mitigation": "Add proper exit conditions or limits to loops"
},
{
"risk": "Unauthorized tool use: INSTRUCTED_BINARY_INSTALL",
"severity": "high",
"mitigation": "Avoid instructing agents to install arbitrary binaries; bundle dependencies or use sandboxed environments"
},
{
"risk": "Command injection risk: MCP_SCRIPT_TAGS",
"severity": "high",
"mitigation": "Remove embedded script tags and encoded payloads."
},
{
"risk": "Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION",
"severity": "low",
"mitigation": "Provide clear, detailed description of skill functionality"
},
{
"risk": "Data exfiltration patterns: INSTRUCTED_SENSITIVE_SERVICE_ACCESS",
"severity": "high",
"mitigation": "Clearly document which sensitive services are accessed and why; use minimal required permissions"
}
],
"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": "SKILL.md",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "scripts/office/validators/redlining.py",
"file_path": "scripts/office/validators/redlining.py"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "scripts/office/validators/pptx.py",
"file_path": "scripts/office/validators/pptx.py"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "scripts/office/validators/docx.py",
"file_path": "scripts/office/validators/docx.py"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "scripts/office/validators/base.py",
"file_path": "scripts/office/validators/base.py"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "scripts/office/validators/__init__.py",
"file_path": "scripts/office/validators/__init__.py"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "scripts/office/validate.py",
"file_path": "scripts/office/validate.py"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "scripts/office/unpack.py",
"file_path": "scripts/office/unpack.py"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "scripts/office/soffice.py",
"file_path": "scripts/office/soffice.py"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "scripts/office/pack.py",
"file_path": "scripts/office/pack.py"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "INSTRUCTED_BINARY_INSTALL [HIGH] SKILL.md:61: Generate .docx files with JavaScript, then validate. Install: `npm install -g do",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "INSTRUCTED_SENSITIVE_SERVICE_ACCESS [HIGH] SKILL.md:187: width: { size: 9360, type: WidthType.DXA }, // Always use DXA (percentages break",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "SOCIAL_ENG_VAGUE_DESCRIPTION [LOW] SKILL.md:1: ---",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "RESOURCE_ABUSE_INFINITE_LOOP [HIGH] scripts/office/helpers/merge_runs.py:113: while True:",
"file_path": "scripts/office/helpers/merge_runs.py"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] scripts/accept_changes.py:21: <script:module xmlns:script=\"http://openoffice.org/2000/script\" script:name=\"Mod",
"file_path": "scripts/accept_changes.py"
}
]
}