Back to skill

Security audit

Goal Chunking Helper

Security checks for vulnerabilities and agentic risk

Overview

The skill is an instruction-only goal-planning helper; its code only reads the local SKILL.md and transforms user input into a markdown plan with no network calls, secrets, or elevated privileges requested.

This skill appears coherent and low-risk: it runs locally, parses the bundled SKILL.md, and formats a goal breakdown without network access or credential use. If you want extra assurance, review the bundled handler.py (it only uses stdlib modules and reads SKILL.md) and the SKILL.md content to confirm the behavior matches your expectations. Be aware the skill will echo any sensitive text you provide into the generated plan, so avoid pasting secrets or private data into the goal text.

Static analysis

No suspicious patterns detected.