Context Leakage
High
- Category
- Data Exfiltration
- Content
`scripts/collaboration_helper.py` is a lightweight JSON-backed tracker for community action items: - `list` shows every open or in-progress task with owner, priority, and creation timestamp. - `add` creates a new entry using `--owner`, `--priority`, and optional `--note` fields to capture context. - `complete` marks a task as finished and records who closed it. The data lives in `data/tasks.json`, so the collaboration state survives across skill runs and reboots.
- Confidence
- 78% confidence
- Finding
- The skill is designed to persist collaboration notes, owners, and handoff details across runs in a JSON file, which can expose sensitive operational context to later users or agents. In this context, 'capture context' is not dangerous by itself, but the persistent shared task store and support for pointing at another workspace make unintended disclosure of internal notes, priorities, or coordination state plausible.
