X Intelligence CLI โ search, analyze, and engage on X/Twitter from your terminal
โ ๏ธ 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
- APPROVE_POST: Can post publicly
- SANDBOX_CONTAINER: Code execution capability
- LOG_ACTIONS: Audit trail for all actions
โก Risks
Mitigation: Do not execute. Review source for malicious intent.
Mitigation: Review SKILL.md for hidden instructions. Do not use with untrusted input.
Mitigation: Remove system modification commands
Mitigation: Validate and sanitize all user inputs before using in commands
Mitigation: Provide clear, detailed description of skill functionality
Mitigation: Document all remote data storage. Avoid storing sensitive data externally.
Mitigation: Ensure network access is necessary and documented
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:xint:2026.3.16",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-28T09:26:35.588Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Xint",
"version": "2026.3.16",
"format": "agent_skill",
"description": "X Intelligence CLI โ search, analyze, and engage on X/Twitter from your terminal",
"publisher": "ClawHub",
"source": {
"channel": "clawhub",
"slug": "xint",
"owner": "0xnyk",
"downloads": 503,
"stars": 2
},
"artifact": {
"sha256": "67d1df23631a7c9d12c7f1828160730c5fd5b8c02252f14e43ab8565b5b73e0c",
"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": true
},
"network": {
"egress": "any",
"ingress": true
},
"credentials": {
"reads_env_vars": true,
"reads_credential_files": true,
"reads_browser_data": true,
"reads_keychain": false
},
"services": [
{
"service": "code_hosting",
"operations": [
"read",
"write"
]
}
],
"actions": {
"can_send_messages": false,
"can_post_public": true,
"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",
"PERSISTENCE",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_WRITE_WORKSPACE",
"FS_WRITE_USER",
"FS_DELETE",
"NET_EGRESS_ANY",
"NET_INGRESS",
"CREDS_ENV",
"CREDS_FILES",
"CREDS_BROWSER",
"ACT_POST_PUBLIC",
"PI_WEB",
"PI_DOCUMENTS"
],
"custom_flags": [
{
"code": "PIPE_TO_SHELL",
"name": "Pipe to Shell",
"description": "Downloads and executes remote code (curl|bash pattern) in: SKILL.md, README.md"
},
{
"code": "PROMPT_INJECTION",
"name": "Prompt Injection Risk",
"description": "Contains prompt injection patterns in: README.md, lib/format.ts"
},
{
"code": "PERSISTENCE",
"name": "Persistence Mechanism",
"description": "Creates scheduled tasks or startup entries in: lib/completions.ts"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: scripts/release.sh, lib/tui.test.ts, lib/reliability.test.ts, lib/cache.ts, lib/cache.test.ts, install.sh"
},
{
"code": "NET_INGRESS",
"name": "Network Server",
"description": "Listens for incoming connections in: lib/package_api_server.ts, lib/mcp.ts"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "TOOL_ABUSE_SYSTEM_MODIFICATION, INSTRUCTED_BINARY_INSTALL, MCP_SYS_FILE_DESTRUCTION, MCP_SYS_CRITICAL_ACCESS, INSTRUCTED_GIT_CLONE_AND_BUILD: Modifying system permissions or configuration"
},
{
"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, TIRITH_DOTFILE_OVERWRITE: User input used in command substitution - potential injection risk"
},
{
"code": "TOOL_POISONING",
"name": "Tool Poisoning",
"description": "Hidden secondary behavior detected: MCP_TOOL_POISONING_REMOTE_STORAGE"
},
{
"code": "DATA_EXFILTRATION",
"name": "Data Exfiltration Risk",
"description": "DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_ENV_VARS: HTTP client library imports that enable external communication"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 10 security patterns (32 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_POST",
"reason": "Can post publicly"
},
{
"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": "Pipe-to-shell pattern detected (curl|bash) in: SKILL.md, README.md",
"severity": "critical",
"mitigation": "Do not execute. Review source for malicious intent."
},
{
"risk": "Prompt injection patterns detected in: README.md, lib/format.ts",
"severity": "high",
"mitigation": "Review SKILL.md for hidden instructions. Do not use with untrusted input."
},
{
"risk": "Unauthorized tool use: TOOL_ABUSE_SYSTEM_MODIFICATION, INSTRUCTED_BINARY_INSTALL, MCP_SYS_FILE_DESTRUCTION, MCP_SYS_CRITICAL_ACCESS, INSTRUCTED_GIT_CLONE_AND_BUILD",
"severity": "critical",
"mitigation": "Remove system modification commands"
},
{
"risk": "Command injection risk: COMMAND_INJECTION_USER_INPUT, MCP_SQL_BLIND, TIRITH_DOTFILE_OVERWRITE",
"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"
},
{
"risk": "Tool poisoning: hidden behaviors detected (MCP_TOOL_POISONING_REMOTE_STORAGE)",
"severity": "medium",
"mitigation": "Document all remote data storage. Avoid storing sensitive data externally."
},
{
"risk": "Data exfiltration patterns: DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_ENV_VARS",
"severity": "medium",
"mitigation": "Ensure network access is necessary and documented"
}
],
"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": "xint.ts",
"file_path": "xint.ts"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "SKILL.md",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "scripts/xai_x_search_scan.py",
"file_path": "scripts/xai_x_search_scan.py"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "scripts/xai_collections.py",
"file_path": "scripts/xai_collections.py"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "scripts/release.sh",
"file_path": "scripts/release.sh"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "scripts/check-release-version-parity.mjs",
"file_path": "scripts/check-release-version-parity.mjs"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "scripts/check-capability-contract.mjs",
"file_path": "scripts/check-capability-contract.mjs"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "scripts/audit-guardrails.sh",
"file_path": "scripts/audit-guardrails.sh"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "scripts/apply-repo-rulesets.sh",
"file_path": "scripts/apply-repo-rulesets.sh"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "TOOL_ABUSE_SYSTEM_MODIFICATION [CRITICAL] SKILL.md:62: - OAuth tokens stored with restrictive permissions (chmod 600)",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "INSTRUCTED_BINARY_INSTALL [HIGH] SKILL.md:77: - For Bun: prefer OS package managers over `curl | bash` when possible",
"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": "MCP_TOOL_POISONING_REMOTE_STORAGE [MEDIUM] SKILL.md:63: - Review exported data before sharing - may contain sensitive search queries",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/xai_x_search_scan.py:19: import urllib.request",
"file_path": "scripts/xai_x_search_scan.py"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "DATA_EXFIL_ENV_VARS [MEDIUM] scripts/xai_x_search_scan.py:260: api_key = (os.environ.get(\"XAI_API_KEY\") or \"\").strip()",
"file_path": "scripts/xai_x_search_scan.py"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/xai_collections.py:26: import urllib.request",
"file_path": "scripts/xai_collections.py"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_USER_INPUT [MEDIUM] scripts/release.sh:32: SCRIPT_DIR=\"$(cd \"$(dirname \"$0\")\" && pwd)\"",
"file_path": "scripts/release.sh"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "MCP_SYS_FILE_DESTRUCTION [CRITICAL] scripts/release.sh:637: rm -rf \"$temp_dir\"",
"file_path": "scripts/release.sh"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] scripts/release.sh:1: #!/usr/bin/env bash",
"file_path": "scripts/release.sh"
}
]
}