Og Board Manager

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is a coherent OpenGoat task-board manager; it can create, assign, and update persistent task records, but that is disclosed and aligned with its purpose.

Before installing, make sure you want your agent to manage OpenGoat tasks, including assigning work and updating persistent task records. Confirm the correct agent ID and reportee scope, and avoid adding secrets or sensitive context to task artifacts or worklogs.

Findings (4)

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.

What this means

The agent can create or modify OpenGoat task records and assign work within the org hierarchy.

Why it was flagged

The skill authorizes task-board mutations and delegation actions. This is expected for a board manager, but users should notice that the agent may change task state and create work for others.

Skill content
- Create tasks for yourself.
- Assign tasks to your direct or indirect reportees.
- Read and update task state.
- Add blockers, artifacts, and worklogs.
Recommendation

Use it only when you want the agent to manage task-board state, and review assignees, task descriptions, and status changes for important work.

What this means

Using the wrong actor ID could cause task operations to be attempted under the wrong organizational identity if the backend permits it.

Why it was flagged

OpenGoat tool examples are parameterized with an actor ID, so correct identity selection matters for permission boundaries. The instructions do tell the user to use their own agent ID.

Skill content
Important: replace `amazon-senior-manager` with your agent ID.
Recommendation

Confirm the agent ID and org context before creating or updating tasks, and assign only to yourself or valid reportees as the skill instructs.

What this means

Task titles, descriptions, artifacts, and worklogs may be visible to or acted on by other agents assigned through the board.

Why it was flagged

The task-create workflow sends work items to other agents through the OpenGoat board. This is central to the skill's purpose, but it is still an inter-agent communication path.

Skill content
"assignedTo": "<agent-id>"
Recommendation

Verify the target agent before assigning work and avoid placing sensitive or unrelated data in task descriptions or artifacts.

What this means

Information or instructions placed into task artifacts/worklogs can persist and influence later review or execution.

Why it was flagged

The skill can add persistent content to task records. Persistent artifacts and worklogs may later be read as task context.

Skill content
opengoat_task_add_artifact({ "actorId": "amazon-senior-manager", "taskId": "<task-id>", "content": "..." })
Recommendation

Keep persisted task content minimal, accurate, and free of secrets or untrusted instructions unless they are clearly labeled as data.