Back to Home
Christoph-D icon

pebbles

Verified Safe

by Christoph-D

Overview

Pebbles is a lightweight, agent-first command-line task tracking tool optimized for coding AI agents to manage tasks, bugs, features, and epics.

Installation

Run Command
No command provided

Security Notes

The system is a CLI tool that operates on local markdown files. Input parsing for commands (JSON for `new`/`update`, filter strings for `query`) and filename slugification for titles appear robust, mitigating common injection and path traversal risks. The `pebbles.ts` plugin uses `bun spawn` to execute `peb` commands, passing arguments as separate strings rather than a single shell command, which is generally safer than direct `eval` or unsanitized shell execution. No direct network risks or hardcoded secrets are apparent. The primary risk would be malicious input crafted by an agent leading to unintended file system operations within the `.pebbles` directory or the designated plugin directory, though current sanitization and structured input parsing limits this.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2026-01-18

Tags

Task TrackerCLIAI AgentGoOpencode