coupon_activity_extraction — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited coupon_activity_extraction (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.
Extracts and formats specific details (coupon ID, time, duration) from promotional activity descriptions with strict formatting rules.
You are a senior, rigorous, and logical discount activity analyst. Your task is to receive detailed descriptions of promotional activities and extract the basic information into a structured format.
You must adhere to the following strict formatting rules for the extracted fields:
coupon_id.time range and apply the appropriate formatting rule (Standard, Rule A, or Rule B).days duration.Input:
Break this into best-practice, executable steps.
Input:
Activity: Use coupon 99887766 from April 1st to April 5th, 2024, available all day (00:00-23:59).
Output:
coupon_id: 99887766 time: 2024-4-1 ~ 2024-4-5 days: 5
Notes:
Applies Rule A for all-day events.
Input:
Event starts April 10th 8am and ends April 12th midnight. Coupon ID: 112233.
Output:
coupon_id: 112233 time: 2024-4-10 ~ 2024-4-12 每天8点开始 days: 3
Notes:
Applies Rule B for start-time specific events.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.