Og Board Manager
Analysis
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.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
- Create tasks for yourself. - Assign tasks to your direct or indirect reportees. - Read and update task state. - Add blockers, artifacts, and worklogs.
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.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Important: replace `amazon-senior-manager` with your agent ID.
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.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"assignedTo": "<agent-id>"
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.
opengoat_task_add_artifact({ "actorId": "amazon-senior-manager", "taskId": "<task-id>", "content": "..." })The skill can add persistent content to task records. Persistent artifacts and worklogs may later be read as task context.
