awiki-agent-did-message
ยท v1.1.0
|
H:4 D:4 A:3 C:1
โ ๏ธ Hazard Flags
EXEC PRIVILEGED PERSISTENCE FS_READ_USER FS_DELETE NET_EGRESS_ANY CREDS_ENV CREDS_FILES ACT_SEND_MESSAGE PI_WEB PI_DOCUMENTS
๐ Capabilities
Execution
- โ Shell execution
- โ Code execution
- โ Install dependencies
- โ Persistence
- Privilege: admin
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
Prompt injection patterns detected in: scripts/listener_config.py high
Mitigation: Review SKILL.md for hidden instructions. Do not use with untrusted input.
Resource abuse detected: RESOURCE_ABUSE_INFINITE_LOOP high
Mitigation: Add proper exit conditions or limits to loops
Unauthorized tool use: INSTRUCTED_BINARY_INSTALL, INSTRUCTED_GIT_CLONE_AND_BUILD high
Mitigation: Avoid instructing agents to install arbitrary binaries; bundle dependencies or use sandboxed environments
Command injection risk: MCP_SQL_BLIND high
Mitigation: Remove SQL exploitation patterns.
Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION low
Mitigation: Provide clear, detailed description of skill functionality
Data exfiltration patterns: MCP_EXFIL_CONVERSATION, DATA_EXFIL_ENV_VARS, DATA_EXFIL_SENSITIVE_FILES, DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_BASE64_AND_NETWORK critical
Mitigation: Remove references to exfiltrating conversation data or monitoring input.
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:awiki-agent-id-message:1.1.0",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-07T07:22:04.012Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "awiki-agent-did-message",
"version": "1.1.0",
"format": "agent_skill",
"description": "|",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "a3f4b79a72cd7bedc71dbd8f32584bf2cbba8f1e7b8c6699f602d392c24a31fd",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": false,
"privilege_level": "admin",
"can_install_deps": false,
"can_persist": true
},
"filesystem": {
"reads_workspace": false,
"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": false,
"reads_keychain": false
},
"services": [
{
"service": "email",
"operations": [
"read",
"write"
]
}
],
"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",
"documents"
],
"content_types": [
"general"
]
},
"hazards": {
"hdac": {
"H": 4,
"D": 4,
"A": 3,
"C": 1
},
"flags": [
"EXEC",
"PRIVILEGED",
"PERSISTENCE",
"FS_READ_USER",
"FS_DELETE",
"NET_EGRESS_ANY",
"CREDS_ENV",
"CREDS_FILES",
"ACT_SEND_MESSAGE",
"PI_WEB",
"PI_DOCUMENTS"
],
"custom_flags": [
{
"code": "PROMPT_INJECTION",
"name": "Prompt Injection Risk",
"description": "Contains prompt injection patterns in: scripts/listener_config.py"
},
{
"code": "PERSISTENCE",
"name": "Persistence Mechanism",
"description": "Creates scheduled tasks or startup entries in: scripts/service_manager.py, service/README.md"
},
{
"code": "PRIVILEGE_ESCALATION",
"name": "Privilege Escalation",
"description": "Uses elevated privileges (sudo/root) in: scripts/service_manager.py, service/README.md"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: scripts/credential_store.py, scripts/e2ee_store.py, scripts/service_manager.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, INSTRUCTED_GIT_CLONE_AND_BUILD: 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_SQL_BLIND: Blind SQL injection, system table access, or stored procedure abuse"
},
{
"code": "DATA_EXFILTRATION",
"name": "Data Exfiltration Risk",
"description": "MCP_EXFIL_CONVERSATION, DATA_EXFIL_ENV_VARS, DATA_EXFIL_SENSITIVE_FILES, DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_BASE64_AND_NETWORK: Conversation, clipboard, or keystroke exfiltration patterns"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 9 security patterns (17 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": "Prompt injection patterns detected in: scripts/listener_config.py",
"severity": "high",
"mitigation": "Review SKILL.md for hidden instructions. Do not use with untrusted input."
},
{
"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, INSTRUCTED_GIT_CLONE_AND_BUILD",
"severity": "high",
"mitigation": "Avoid instructing agents to install arbitrary binaries; bundle dependencies or use sandboxed environments"
},
{
"risk": "Command injection risk: MCP_SQL_BLIND",
"severity": "high",
"mitigation": "Remove SQL exploitation patterns."
},
{
"risk": "Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION",
"severity": "low",
"mitigation": "Provide clear, detailed description of skill functionality"
},
{
"risk": "Data exfiltration patterns: MCP_EXFIL_CONVERSATION, DATA_EXFIL_ENV_VARS, DATA_EXFIL_SENSITIVE_FILES, DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_BASE64_AND_NETWORK",
"severity": "critical",
"mitigation": "Remove references to exfiltrating conversation data or monitoring input."
}
],
"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": "install_dependencies.py",
"file_path": "install_dependencies.py"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "pyproject.toml",
"file_path": "pyproject.toml"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "README.md",
"file_path": "README.md"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "scripts/__init__.py",
"file_path": "scripts/__init__.py"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "scripts/check_inbox.py",
"file_path": "scripts/check_inbox.py"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "scripts/check_status.py",
"file_path": "scripts/check_status.py"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "scripts/credential_store.py",
"file_path": "scripts/credential_store.py"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "scripts/e2ee_handler.py",
"file_path": "scripts/e2ee_handler.py"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "scripts/e2ee_messaging.py",
"file_path": "scripts/e2ee_messaging.py"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "scripts/e2ee_store.py",
"file_path": "scripts/e2ee_store.py"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "INSTRUCTED_BINARY_INSTALL [HIGH] README.md:38: pip install -r requirements.txt",
"file_path": "README.md"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "INSTRUCTED_GIT_CLONE_AND_BUILD [MEDIUM] README.md:34: git clone https://github.com/AgentConnect/awiki-agent-id-message.git",
"file_path": "README.md"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_EXFIL_CONVERSATION [HIGH] README.md:12: **awiki-did** is a Claude Code Skill that enables AI agents to create and manage",
"file_path": "README.md"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "DATA_EXFIL_ENV_VARS [MEDIUM] scripts/listener_config.py:120: env_token = os.environ.get(\"LISTENER_WEBHOOK_TOKEN\")",
"file_path": "scripts/listener_config.py"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "DATA_EXFIL_SENSITIVE_FILES [HIGH] scripts/service_manager.py:245: config_home = Path(os.environ.get(\"XDG_CONFIG_HOME\", Path.home() / \".config\"))",
"file_path": "scripts/service_manager.py"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/utils/auth.py:18: import httpx",
"file_path": "scripts/utils/auth.py"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/utils/client.py:14: import httpx",
"file_path": "scripts/utils/client.py"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "DATA_EXFIL_BASE64_AND_NETWORK [CRITICAL] scripts/utils/e2ee.py:299: \"send_chain_key\": base64.b64encode(send_chain_key).decode(\"ascii\"),",
"file_path": "scripts/utils/e2ee.py"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/utils/rpc.py:16: import httpx",
"file_path": "scripts/utils/rpc.py"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "RESOURCE_ABUSE_INFINITE_LOOP [HIGH] scripts/utils/ws.py:124: while True:",
"file_path": "scripts/utils/ws.py"
}
]
}