Install
$ agentstack add skill-riggdai-uniqent-dietary-check ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Dietary Check
When asked to check a menu for dietary compliance:
- Scan every dish for the Big Four allergens: nuts (all tree nuts + peanuts), gluten (wheat,
barley, rye, oats), dairy, and shellfish. Flag any unlabelled allergen as a blocker.
- Check vegan coverage. A vegan dish must contain no meat, fish, dairy, eggs, or honey.
Flag every service period that lacks at least one vegan option.
- Check halal coverage. Flag any service period that lacks at least one clearly halal option
(no pork, no alcohol in cooking, halal-certified protein).
- Surface hidden risks. Look for cross-contamination notes (shared fryers, prep surfaces)
and flag them separately from declared allergens.
- Report findings as a table: dish | allergens present | vegan? | halal? | issues.
Use ✓ / ✗ for boolean columns so the operator can scan at a glance.
- Propose fixes. For each flagged issue suggest the minimal change that resolves it — a
substitution, an added label, or a preparation note.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: RiggdAI
- Source: RiggdAI/uniqent
- License: Apache-2.0
- Homepage: https://uniqent.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.