Beacon
ยท v2.14.0
Beacon - the AI agent orchestrator. 13 transports, agent scorecard dashboard, heartbeat, mayday, accords, virtual cities, proof-of-thought, relay, memory markets, hybrid districts, x402 micropayments, compute marketplace
โ ๏ธ 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_SEND: Can send messages
- SANDBOX_CONTAINER: Code execution capability
- LOG_ACTIONS: Audit trail for all actions
โก Risks
Mitigation: Avoid instructing agents to install arbitrary binaries; bundle dependencies or use sandboxed environments
Mitigation: Remove dangerous system commands.
Mitigation: Provide clear, detailed description of skill functionality
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:beacon-skill:2.14.0",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-05T03:32:30.095Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Beacon",
"version": "2.14.0",
"format": "agent_skill",
"description": "Beacon - the AI agent orchestrator. 13 transports, agent scorecard dashboard, heartbeat, mayday, accords, virtual cities, proof-of-thought, relay, memory markets, hybrid districts, x402 micropayments, compute marketplace",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "667ad6b3c2b342619f06d79b4c2d7baad1cd3b5d7bd85edfbe97ae00fd730893",
"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": true,
"writes_system": false,
"can_delete": true
},
"network": {
"egress": "any",
"ingress": true
},
"credentials": {
"reads_env_vars": true,
"reads_credential_files": true,
"reads_browser_data": false,
"reads_keychain": false
},
"services": [
{
"service": "code_hosting",
"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"
],
"content_types": [
"general"
]
},
"hazards": {
"hdac": {
"H": 4,
"D": 4,
"A": 3,
"C": 1
},
"flags": [
"EXEC",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_WRITE_WORKSPACE",
"FS_WRITE_USER",
"FS_DELETE",
"NET_EGRESS_ANY",
"NET_INGRESS",
"CREDS_ENV",
"CREDS_FILES",
"ACT_SEND_MESSAGE",
"PI_WEB"
],
"custom_flags": [
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: scripts/clean_pack.js, scripts/webhook_loopback_smoke.sh"
},
{
"code": "NET_INGRESS",
"name": "Network Server",
"description": "Listens for incoming connections in: atlas/beacon_chat.py, scorecard/scorecard.py"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "INSTRUCTED_BINARY_INSTALL, MCP_SYS_FILE_DESTRUCTION, MCP_SYS_CRITICAL_ACCESS, TOOL_ABUSE_SYSTEM_MODIFICATION: Instructs agent to install external binary or package"
},
{
"code": "SOCIAL_ENGINEERING",
"name": "Social Engineering Risk",
"description": "SOCIAL_ENG_VAGUE_DESCRIPTION, SOCIAL_ENG_ANTHROPIC_IMPERSONATION: Skill description is too vague or missing"
},
{
"code": "COMMAND_INJECTION",
"name": "Command Injection Risk",
"description": "MCP_CMD_DANGEROUS_SYSTEM, MCP_SQL_BLIND, TIRITH_INSECURE_TLS: Dangerous system commands or Windows exploitation"
},
{
"code": "DATA_EXFILTRATION",
"name": "Data Exfiltration Risk",
"description": "DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_HTTP_POST, DATA_EXFIL_ENV_VARS: HTTP client library imports that enable external communication"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 6 security patterns (43 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": "Unauthorized tool use: INSTRUCTED_BINARY_INSTALL, MCP_SYS_FILE_DESTRUCTION, MCP_SYS_CRITICAL_ACCESS, TOOL_ABUSE_SYSTEM_MODIFICATION",
"severity": "critical",
"mitigation": "Avoid instructing agents to install arbitrary binaries; bundle dependencies or use sandboxed environments"
},
{
"risk": "Command injection risk: MCP_CMD_DANGEROUS_SYSTEM, MCP_SQL_BLIND, TIRITH_INSECURE_TLS",
"severity": "critical",
"mitigation": "Remove dangerous system commands."
},
{
"risk": "Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION, SOCIAL_ENG_ANTHROPIC_IMPERSONATION",
"severity": "low",
"mitigation": "Provide clear, detailed description of skill functionality"
},
{
"risk": "Data exfiltration patterns: DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_HTTP_POST, DATA_EXFIL_ENV_VARS",
"severity": "critical",
"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": "atlas/advertise.js",
"file_path": "atlas/advertise.js"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "atlas/beacon_chat.py",
"file_path": "atlas/beacon_chat.py"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "atlas/data.js",
"file_path": "atlas/data.js"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "atlas/vehicles.js",
"file_path": "atlas/vehicles.js"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "beacon_skill/__init__.py",
"file_path": "beacon_skill/__init__.py"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "beacon_skill/accord.py",
"file_path": "beacon_skill/accord.py"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "beacon_skill/agent_card.py",
"file_path": "beacon_skill/agent_card.py"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "beacon_skill/anchor.py",
"file_path": "beacon_skill/anchor.py"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "beacon_skill/atlas.py",
"file_path": "beacon_skill/atlas.py"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "beacon_skill/cli_agentmatrix.py",
"file_path": "beacon_skill/cli_agentmatrix.py"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] atlas/beacon_chat.py:17: import requests as http_requests",
"file_path": "atlas/beacon_chat.py"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "DATA_EXFIL_HTTP_POST [CRITICAL] atlas/beacon_chat.py:445: resp = http_requests.post(",
"file_path": "atlas/beacon_chat.py"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_CMD_DANGEROUS_SYSTEM [CRITICAL] beacon_skill/cli_agentmatrix.py:44: reg = transport.register()",
"file_path": "beacon_skill/cli_agentmatrix.py"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] beacon_skill/cli.py:1348: import requests",
"file_path": "beacon_skill/cli.py"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] beacon_skill/cli.py:2915: time.sleep(interval)",
"file_path": "beacon_skill/cli.py"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] beacon_skill/compute_marketplace.py:22: import requests",
"file_path": "beacon_skill/compute_marketplace.py"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "DATA_EXFIL_HTTP_POST [CRITICAL] beacon_skill/compute_marketplace.py:65: resp = requests.post(",
"file_path": "beacon_skill/compute_marketplace.py"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] beacon_skill/dashboard.py:11: import requests",
"file_path": "beacon_skill/dashboard.py"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] beacon_skill/dns.py:14: import requests",
"file_path": "beacon_skill/dns.py"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "DATA_EXFIL_HTTP_POST [CRITICAL] beacon_skill/dns.py:113: resp = requests.post(",
"file_path": "beacon_skill/dns.py"
}
]
}