Ai Bill Clawhub
ยท v2.2.5
Real-time AI spending dashboard and billing intelligence for OpenClaw. Track OpenAI, Claude, Gemini, Kimi, DeepSeek, and Groq usage with smart onboarding.
โ ๏ธ Hazard Flags
๐ 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
๐ Containment
Level: maximum
- APPROVE_SEND: Can send messages
- SANDBOX_CONTAINER: Code execution capability
- LOG_ACTIONS: Audit trail for all actions
โก Risks
Mitigation: Do not execute. Review source for malicious intent.
Mitigation: Deobfuscate and review code before use.
Mitigation: Use user-level installs without sudo
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:ai-bill-intelligence:2.2.5",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-05T02:56:49.547Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Ai Bill Clawhub",
"version": "2.2.5",
"format": "agent_skill",
"description": "Real-time AI spending dashboard and billing intelligence for OpenClaw. Track OpenAI, Claude, Gemini, Kimi, DeepSeek, and Groq usage with smart onboarding.",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "cea52e7672aeb47bb2b42da95ddf45b8c048f15dbe9b9ca8798908d0a767fee0",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": true,
"privilege_level": "admin",
"can_install_deps": true,
"can_persist": true
},
"filesystem": {
"reads_workspace": true,
"reads_user_home": false,
"reads_system": false,
"writes_workspace": true,
"writes_user_home": true,
"writes_system": true,
"can_delete": true
},
"network": {
"egress": "any",
"ingress": true
},
"credentials": {
"reads_env_vars": false,
"reads_credential_files": false,
"reads_browser_data": false,
"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": 2,
"A": 3,
"C": 1
},
"flags": [
"EXEC",
"CODE_EXEC",
"PRIVILEGED",
"PERSISTENCE",
"FS_READ_WORKSPACE",
"FS_WRITE_WORKSPACE",
"FS_WRITE_USER",
"FS_WRITE_SYSTEM",
"FS_DELETE",
"NET_EGRESS_ANY",
"NET_INGRESS",
"ACT_SEND_MESSAGE",
"PI_WEB"
],
"custom_flags": [
{
"code": "PIPE_TO_SHELL",
"name": "Pipe to Shell",
"description": "Downloads and executes remote code (curl|bash pattern) in: app/installer.sh"
},
{
"code": "OBFUSCATED_CODE",
"name": "Obfuscated Code",
"description": "Contains obfuscated code patterns in: app/dist/assets/main.js, app/public/assets/main.js"
},
{
"code": "PERSISTENCE",
"name": "Persistence Mechanism",
"description": "Creates scheduled tasks or startup entries in: app/installer.sh"
},
{
"code": "PRIVILEGE_ESCALATION",
"name": "Privilege Escalation",
"description": "Uses elevated privileges (sudo/root) in: app/installer.sh, app/setup.js"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: app/installer.sh"
},
{
"code": "NET_INGRESS",
"name": "Network Server",
"description": "Listens for incoming connections in: app/server.js, app/simple-server.js"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL, MCP_SYS_FILE_DESTRUCTION, MCP_SYS_CRITICAL_ACCESS, MCP_SYS_PROCESS_MANIPULATION: Attempting to install system packages with elevated privileges"
},
{
"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_SCRIPT_TAGS: Dangerous code execution functions that can execute arbitrary code"
},
{
"code": "PROMPT_INJECTION",
"name": "Prompt Injection Risk",
"description": "MCP_PI_EVASION_TECHNIQUES: Evasion techniques: hidden instructions in HTML comments, code blocks, or markers"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 10 security patterns (14 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D2: Network + file access",
"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": "Pipe-to-shell pattern detected (curl|bash) in: app/installer.sh",
"severity": "critical",
"mitigation": "Do not execute. Review source for malicious intent."
},
{
"risk": "Code obfuscation detected in: app/dist/assets/main.js, app/public/assets/main.js",
"severity": "medium",
"mitigation": "Deobfuscate and review code before use."
},
{
"risk": "Unauthorized tool use: TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL, MCP_SYS_FILE_DESTRUCTION, MCP_SYS_CRITICAL_ACCESS, MCP_SYS_PROCESS_MANIPULATION",
"severity": "critical",
"mitigation": "Use user-level installs without sudo"
},
{
"risk": "Command injection risk: COMMAND_INJECTION_EVAL, MCP_SCRIPT_TAGS",
"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": "app/collector.js",
"file_path": "app/collector.js"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "app/dist/assets/main.js",
"file_path": "app/dist/assets/main.js"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "app/installer.sh",
"file_path": "app/installer.sh"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "app/package.json",
"file_path": "app/package.json"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "app/public/assets/main.js",
"file_path": "app/public/assets/main.js"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "app/server.js",
"file_path": "app/server.js"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "app/setup.js",
"file_path": "app/setup.js"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "app/simple-server.js",
"file_path": "app/simple-server.js"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "app/src/App.jsx",
"file_path": "app/src/App.jsx"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "app/src/main.jsx",
"file_path": "app/src/main.jsx"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] app/dist/assets/main.js:40: `+o.stack}return{value:e,source:t,stack:i,digest:null}}function ef(e,t,n){return",
"file_path": "app/dist/assets/main.js"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "OBFUSCATION_BASE64_LARGE [MEDIUM] app/dist/assets/main.js:59: In order to be iterable, non-array objects must have a [Symbol.iterator]() metho",
"file_path": "app/dist/assets/main.js"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] app/dist/assets/main.js:40: `+o.stack}return{value:e,source:t,stack:i,digest:null}}function ef(e,t,n){return",
"file_path": "app/dist/assets/main.js"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL [MEDIUM] app/installer.sh:16: sudo apt-get update -qq && sudo apt-get install -y -qq unzip",
"file_path": "app/installer.sh"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "MCP_SYS_FILE_DESTRUCTION [CRITICAL] app/installer.sh:55: rm -rf project-bill-master master.zip",
"file_path": "app/installer.sh"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] app/installer.sh:1: #!/bin/bash",
"file_path": "app/installer.sh"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] app/public/assets/main.js:40: `+o.stack}return{value:e,source:t,stack:i,digest:null}}function ef(e,t,n){return",
"file_path": "app/public/assets/main.js"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "OBFUSCATION_BASE64_LARGE [MEDIUM] app/public/assets/main.js:59: In order to be iterable, non-array objects must have a [Symbol.iterator]() metho",
"file_path": "app/public/assets/main.js"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] app/public/assets/main.js:40: `+o.stack}return{value:e,source:t,stack:i,digest:null}}function ef(e,t,n){return",
"file_path": "app/public/assets/main.js"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] app/start-macos.sh:1: #!/bin/bash",
"file_path": "app/start-macos.sh"
}
]
}