Tp4
High
- Category
- MCP Tool Poisoning
- Confidence
- 98% confidence
- Finding
- The overall purpose substantially matches birthday management: the script adds birthdays, lists upcoming birthdays, checks reminders, and computes age-related information. However, there is a clear resource mismatch: the description explicitly says birthdays are stored in /home/clawd/clawd/data/birthdays.md, while the code uses /home/clawd/clawd/data/birthdays.json. That is a material inconsistency in accessed resources. Additionally, the code includes a remove capability not declared in the description. The natural-language understanding mentioned in the description is not present in this code chunk; this may be handled elsewhere, so it is a weaker mismatch than the file-path discrepancy. Because the primary purpose aligns but the storage target is materially different, this should be flagged as a mismatch.
