Crypto Genie
ยท v1.0.0
AI-powered cryptocurrency safety assistant with database-first architecture. Protects users from phishing, honeypots, rug pulls, and ponzi schemes. No external API calls during checks!
โ ๏ธ 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_POST: Can post publicly
- SANDBOX_CONTAINER: Code execution capability
- LOG_ACTIONS: Audit trail for all actions
โก Risks
Mitigation: Add proper exit conditions or limits to loops
Mitigation: Avoid accessing system directories unless absolutely necessary.
Mitigation: Validate and sanitize all user inputs before using in commands
Mitigation: Provide clear, detailed description of skill functionality
Mitigation: Minimize access to environment variables
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:crypto-genie:1.0.0",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-05T14:19:06.576Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Crypto Genie",
"version": "1.0.0",
"format": "agent_skill",
"description": "AI-powered cryptocurrency safety assistant with database-first architecture. Protects users from phishing, honeypots, rug pulls, and ponzi schemes. No external API calls during checks!",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "af6ecca4260a18e6b136e1b809d255f5f0e7e8d550ad3b8cd67ebf1ccb6c7e4a",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": false,
"privilege_level": "admin",
"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": 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": true,
"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",
"PRIVILEGED",
"PERSISTENCE",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_WRITE_WORKSPACE",
"FS_WRITE_USER",
"FS_DELETE",
"NET_EGRESS_ANY",
"CREDS_ENV",
"CREDS_FILES",
"ACT_POST_PUBLIC",
"PI_WEB"
],
"custom_flags": [
{
"code": "PERSISTENCE",
"name": "Persistence Mechanism",
"description": "Creates scheduled tasks or startup entries in: README.md, SKILL.md"
},
{
"code": "PRIVILEGE_ESCALATION",
"name": "Privilege Escalation",
"description": "Uses elevated privileges (sudo/root) in: README.md"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: secure_key_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": "MCP_SYS_CRITICAL_ACCESS, TOOL_ABUSE_SYSTEM_MODIFICATION: 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_USER_INPUT, MCP_SQL_BLIND, TIRITH_DOTFILE_OVERWRITE: User input used in command substitution - potential injection risk"
},
{
"code": "DATA_EXFILTRATION",
"name": "Data Exfiltration Risk",
"description": "DATA_EXFIL_ENV_VARS, DATA_EXFIL_BASE64_AND_NETWORK, DATA_EXFIL_NETWORK_REQUESTS: Reading environment variables that may contain secrets"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 8 security patterns (16 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": "Resource abuse detected: RESOURCE_ABUSE_INFINITE_LOOP",
"severity": "high",
"mitigation": "Add proper exit conditions or limits to loops"
},
{
"risk": "Unauthorized tool use: MCP_SYS_CRITICAL_ACCESS, TOOL_ABUSE_SYSTEM_MODIFICATION",
"severity": "critical",
"mitigation": "Avoid accessing system directories unless absolutely necessary."
},
{
"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": "Data exfiltration patterns: DATA_EXFIL_ENV_VARS, DATA_EXFIL_BASE64_AND_NETWORK, DATA_EXFIL_NETWORK_REQUESTS",
"severity": "critical",
"mitigation": "Minimize access to environment variables"
}
],
"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": "blockchain_detector.py",
"file_path": "blockchain_detector.py"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "check_address.sh",
"file_path": "check_address.sh"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "crypto_check_db.py",
"file_path": "crypto_check_db.py"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "database.py",
"file_path": "database.py"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "install.sh",
"file_path": "install.sh"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "package.json",
"file_path": "package.json"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "README.md",
"file_path": "README.md"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "scam_database.py",
"file_path": "scam_database.py"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "secure_key_manager.py",
"file_path": "secure_key_manager.py"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "setup.sh",
"file_path": "setup.sh"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_USER_INPUT [MEDIUM] check_address.sh:14: cd \"$(dirname \"$0\")\"",
"file_path": "check_address.sh"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] check_address.sh:1: #!/bin/bash",
"file_path": "check_address.sh"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] crypto_check_db.py:61: await asyncio.sleep(0.1)",
"file_path": "crypto_check_db.py"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] install.sh:1: #!/bin/bash",
"file_path": "install.sh"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "TOOL_ABUSE_SYSTEM_MODIFICATION [CRITICAL] README.md:348: chmod 755 ~/.config/crypto-genie/",
"file_path": "README.md"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "TIRITH_DOTFILE_OVERWRITE [HIGH] README.md:310: echo 'export ETHERSCAN_API_KEY=\"your_key\"' >> ~/.bashrc",
"file_path": "README.md"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "DATA_EXFIL_ENV_VARS [MEDIUM] secure_key_manager.py:186: if env_key := os.environ.get(\"ETHERSCAN_API_KEY\"):",
"file_path": "secure_key_manager.py"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "DATA_EXFIL_BASE64_AND_NETWORK [CRITICAL] secure_key_manager.py:58: \"salt\": base64.b64encode(salt).decode('utf-8'),",
"file_path": "secure_key_manager.py"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_USER_INPUT [MEDIUM] setup.sh:5: cd \"$(dirname \"$0\")\"",
"file_path": "setup.sh"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] setup.sh:1: #!/bin/bash",
"file_path": "setup.sh"
}
]
}