CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/opencode-toolkit

Complete toolkit for configuring and extending OpenCode: agent creation, custom slash commands, configuration management, plugin development, and SDK usage.

98

Quality

98%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

task.mdbuild-plugins/evals/scenario-0/

evals task.md

Create an OpenCode plugin that blocks any bash command containing "rm -rf" from executing. The plugin should:

  1. Intercept tool execution before it runs
  2. Check if the command is a bash/shell tool call containing "rm -rf"
  3. Throw an error to block it with message "Blocked: destructive rm -rf detected"
  4. Allow all other commands through unchanged

build-plugins

evals

scenario-0

task.md

SKILL.md

tile.json

tile.json