Trust Assessment
meal-planner-jp received a trust score of 88/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 2 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Missing required field: name, Unconstrained web_search tool usage.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/sa9saq/meal-planner-jp/SKILL.md:1 | |
| MEDIUM | Unconstrained web_search tool usage The skill instructs the host LLM to use the `web_search` tool for recipe lookup. While the examples provided show benign usage, the skill does not explicitly define how user-provided input (e.g., for `[季節の食材]` or `[食材名]`) should be sanitized or constrained before being passed to the search tool. This creates a potential vulnerability where a malicious user could inject arbitrary search terms, leading to data exfiltration (e.g., searching for sensitive internal documents) or abuse of the search functionality for unintended purposes. Implement strict input validation and sanitization for any user-provided input that is incorporated into the `web_search` query. The LLM runtime should ensure that user input cannot arbitrarily modify the search query beyond the intended placeholders. Consider defining allowed search patterns, domains, or a whitelist of acceptable keywords to limit the scope of the search tool. | LLM | SKILL.md:25 |
Scan History
Embed Code
[](https://skillshield.io/report/c6903a5e4b0627e7)
Powered by SkillShield