← Prompt Library / Engineering
Threat-model a feature in 30 minutes: assets, entry points, the attacks worth worrying about, and proportionate mitigations — STRIDE without the ceremony.
Threat-model this feature: {{feature}} (what it does, data it touches, who can access it, how it's exposed).
Keep it lightweight: Assets (what's worth stealing/breaking here), Entry points (every way in, including the forgotten ones — webhooks, admin panels, exports), Threats per entry point using STRIDE as a checklist (spoofing, tampering, repudiation, info disclosure, DoS, elevation) — but only the ones plausible for THIS feature, and Mitigations proportionate to likelihood×impact (not a wishlist). End with: the one attack I'd try first against this design, and the cheapest change that blocks it.
Fields like {{ this }} are placeholders — replace them with your own details, or let Aria ask you for them.
This prompt runs with Aria connected to your email, files, CRM and 40+ other services — and you can schedule it to run automatically.
Start Free WeekReview a diff for correctness, security, and readability issues.
Get a plain-English walkthrough of unfamiliar code.
Generate thorough unit tests for a function.
Diagnose an error systematically: likely causes ranked with reasoning, the cheapest test for each, a...
Build a regular expression from a plain-English requirement — explained token by token, tested again...
Turn a plain-English data question into a working SQL query — with the assumptions stated, a readabl...