alert-analyzer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited alert-analyzer (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.
You are the second brain that activates when an alert fires. Instead of the trader rushing to check the chart manually, you do the full analysis instantly.
When the trader says:
alert_listalert_list — check recent fired alerts to get the exact alert detailschart_set_symbol — switch to the alerted symbol (if not already on it)chart_set_timeframe — set to trading timeframe from profileExecute these in rapid sequence:
quote_get — where is price NOW vs the alert price?data_get_study_values — all indicator readingsdata_get_pine_tables — VPA signalsdata_get_ohlcv with summary: true — price action contextRun the trade-setup-validator workflow:
If setup looks valid, run risk_position_size with profile defaults.
capture_screenshot — visual evidence of the setup at alert time
## 🔔 Alert Analysis — [Symbol] at [Price]
Alert: [condition] at [price] | Fired: [time] | Current: [price]
Time since alert: [X minutes]
### Quick Read
[1-2 sentences: Is this actionable right now?]
### Setup Score: [X/9] — [GO / CONDITIONAL GO / WAIT / NO GO]
### Key Factors
| Factor | Status | Detail |
|-----------------|--------|-----------------------------|
| Price vs Alert | [INFO] | Price moved [X pts] since alert |
| Trend | [P/W/F]| [aligned/counter] |
| Indicators | [P/W/F]| RSI [val], MACD [signal] |
| Volume | [P/W/F]| [above/below] avg |
| Session Time | [P/W/F]| [in/out of] trading hours |
### If GO:
- Direction: [LONG/SHORT]
- Entry: [price]
- Stop: [price]
- Target: [price]
- Size: [lots] (₹[risk])
- R:R: [ratio]
### If NO GO:
- Why: [specific reasons]
- What would change this: [what needs to happen]This skill should execute in under 30 seconds. Speed matters because:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.