Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security audit
Security checks for vulnerabilities and agentic risk
This is a local productivity-planning skill that turns user-provided goals into structured task plans without hidden access or risky behavior.
Install this if you want structured help breaking goals into steps. It should not need credentials, account access, broad filesystem permissions, or background access; only provide the goal details and constraints you want reflected in the plan.
def _load_prompt_template(skill_name):
return PROMPT_TEMPLATE
def _clean_text(value: Any) -> str:No suspicious patterns detected.