Boss AI Agent

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent management assistant, but its connected Team Operations Mode is powerful and should be enabled only after reviewing cloud, messaging, sync, credential, and cron settings.

Advisor Mode appears low-risk and offline. Before enabling Team Operations Mode, verify the MCP package, protect the API key, review what employee data will be sent to manageaibrain.com, confirm which tools can send messages or sync Notion/Sheets, and inspect or disable any cron jobs you do not want running automatically.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

If enabled, the agent may send workplace messages or coordinate actions through connected tools when instructed or scheduled.

Why it was flagged

Team Operations Mode can perform real-world workplace actions, including employee messaging. This is expected for a team operations skill, but users should treat it as operational authority rather than simple advice.

Skill content
Write tools deliver messages to employees via connected platforms.
Recommendation

Use explicit confirmation for employee-facing messages and sync actions, and test workflows with a small scope before using them broadly.

#
ASI10: Rogue Agents
Medium
What this means

Scheduled check-ins, reminders, summaries, scans, or syncs may run later without the user actively chatting with the agent.

Why it was flagged

The skill documents persistent autonomous jobs in connected mode. The behavior is disclosed and purpose-aligned, but it can continue after the initial session and can affect employees.

Skill content
Registers up to 6 cron jobs that run autonomously — including jobs that send messages to employees.
Recommendation

Review schedules in config.json before activation, regularly run cron list, and remove or disable any automated job you do not want.

#
ASI03: Identity and Privilege Abuse
Medium
What this means

Anyone with the API key could potentially access or operate the connected company's management workflows through the service.

Why it was flagged

The optional API key grants access to company-scoped management operations. The scope is disclosed, but the credential is sensitive.

Skill content
MANAGEMENT_BRAIN_API_KEY ... Authenticates all MCP calls to manageaibrain.com/mcp. Scoped to one company; each API key maps to exactly one organization.
Recommendation

Store the key in a secrets manager or environment variable, do not commit it to source control, and rotate/revoke it if exposed.

#
ASI07: Insecure Inter-Agent Communication
Medium
What this means

Employee names, workplace topics, and message text may leave the local environment when Team Operations Mode is used.

Why it was flagged

Connected mode sends employee and management content to the provider's cloud MCP/API service. This is disclosed and aligned with the cloud team-ops feature.

Skill content
Tool parameters (employee names, discussion topics, message content) are sent to the cloud server for processing.
Recommendation

Review the provider's privacy and retention terms before enabling connected mode, and avoid sending highly sensitive HR or personal information unless appropriate.

#
ASI06: Memory and Context Poisoning
Low
What this means

Past preferences or session context may shape future management recommendations.

Why it was flagged

The skill stores learned preferences and patterns locally for future sessions. This supports personalization, but persistent context can become outdated or influence later advice.

Skill content
scripts/update-learning.py | Automates learning field updates in config.json | At end of session to persist preferences and patterns
Recommendation

Periodically review or delete ~/.openclaw/skills/boss-ai-agent/config.json if preferences, context, or assumptions become stale.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

The MCP bridge code may update over time and will run with the provided management API key.

Why it was flagged

The optional MCP setup runs an npm package through npx without a pinned version. This is a normal user-directed setup path for the service, but it depends on the current npm package contents.

Skill content
"command": "npx", "args": ["-y", "@tonykk/management-brain-mcp"]
Recommendation

Verify the npm package publisher, consider pinning a reviewed version, and keep the MCP package updated through a controlled process.