TaskTrace MCP

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

Overview

This appears to be a disclosed TaskTrace MCP bundle, but installing it can let your agent inspect TaskTrace activity history and screenshots, so users should review the setup commands and privacy implications.

This skill looks purpose-aligned, but install it only if you want an agent to access TaskTrace activity history and screenshots. Verify the local TaskTrace app is trusted, review any npm/GitHub helper scripts before running them, and avoid broad tool-profile changes unless you understand their effect.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal engine telemetry is currently stale for this artifact.

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.

#
ASI06: Memory and Context Poisoning
Medium
What this means

An enabled agent may be able to read recent work history and screenshots from TaskTrace.

Why it was flagged

The skill explicitly gives the agent access to persistent TaskTrace activity data and screenshots, which can contain sensitive private information.

Skill content
"exposing your work history, activity feeds, and screenshots"
Recommendation

Install only if you trust TaskTrace and want your agent to inspect this data; review TaskTrace privacy settings and use the most scoped/project-specific configuration available.

#
ASI05: Unexpected Code Execution
Low
What this means

When the MCP server is enabled, your client can start and communicate with the local TaskTrace app.

Why it was flagged

The bundle works by launching the local TaskTrace desktop executable as an MCP stdio server. This is disclosed and central to the stated purpose.

Skill content
"command": "/Applications/TaskTrace.app/Contents/MacOS/TaskTrace", "args": ["--mcp-stdio"]
Recommendation

Make sure the local TaskTrace app is installed from a trusted source before enabling this MCP bundle.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

Running this command may enable a broader tool profile in OpenClaw.

Why it was flagged

The OpenClaw setup example changes the tools profile to full. It is a manual setup command, but users should understand whether it affects tool access more broadly than this plugin.

Skill content
openclaw config set tools.profile '"full"' --strict-json
Recommendation

Only run the full-tools-profile command if it is required and acceptable for your workspace; otherwise prefer a narrower, project-scoped MCP configuration.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

If you follow GitHub/npm setup instructions instead of using only the provided bundle, you may run helper code outside the scanned artifact set.

Why it was flagged

The package metadata references helper scripts for local Codex installation, but the provided artifact set contains no code files. This is not automatic execution, but source-repo installs may involve code not reviewed in this bundle.

Skill content
"install:codex-local": "node ./scripts/install-codex-plugin.mjs"
Recommendation

Review any helper scripts in the source checkout before running npm scripts, especially scripts that modify local agent/plugin directories.