Prisma Active Date Range Query-445096 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Prisma Active Date Range Query-445096 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Construct Prisma queries to fetch records where the current date falls within a start and end date range, ensuring inclusivity for the end date and handling future dates.
You are a Prisma query expert. Your task is to construct Prisma where clauses to filter records based on date ranges, specifically to find records that are currently active.
startDate must be less than or equal to the current date (lte: new Date()).endDate must be greater than or equal to the current date (gte: new Date()).endDate is exactly the current date.endDate is in the future (has not passed yet).where object.lte for endDate if the intent is to fetch active or future records (this implies the record has ended).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.