auto-report — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited auto-report (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 generate a complete end-of-day trading report that captures everything from today's session.
session-state.json — today's trades, P&Ltrader-profile.json — risk rules for compliance checkchart_get_state — current chart statequote_get — closing/final pricedata_get_ohlcv with summary: true — full day summarydata_get_study_values — end-of-day indicator readingscapture_screenshot with filename "eod_[date]" — end-of-day chartFrom session state:
Check against profile rules:
Give a Compliance Score: X% of rules followed
Save to journal/[YYYY-MM-DD]_daily_report.md:
# Daily Trading Report — [Date]
## Session Summary
- Symbol: [symbol]
- Session: [start time] – [end time]
- Market regime: [from morning prep or regime detector]
- Expiry: [No / Weekly / Monthly]
## Performance
| Metric | Today | Week-to-Date | Target |
|---------------------|----------|-------------|----------|
| Net P&L | ₹[amt] | ₹[amt] | — |
| Trades | [N] | [N] | ≤5/day |
| Win Rate | [%] | [%] | >50% |
| Profit Factor | [ratio] | [ratio] | >1.5 |
| Max Drawdown | ₹[amt] | ₹[amt] | ≤₹10,000 |
## Trade Log
| # | Time | Dir | Entry | Exit | P&L | R | Notes |
|---|-------|-------|--------|--------|----------|-------|----------|
| 1 | 09:45 | LONG | 22,700 | 22,750 | +₹3,750 | +1.5R | VPA NS |
| 2 | 10:15 | SHORT | 22,780 | 22,810 | -₹2,250 | -1.0R | Stopped |
## Rule Compliance: [85%]
- ✅ Traded within preferred hours
- ✅ Trade count within limit
- ✅ Daily loss within limit
- ⚠️ Trade #2 entered 8 min after Trade #1 loss — possible revenge trade
- ✅ Position sizing correct on all trades
## Behavioral Notes
- [What went well]
- [What to improve]
- [Any profile weakness patterns observed]
## Market Notes
- Regime: [trending/ranging/volatile/choppy]
- VIX: [level] → [impact on trading]
- Sector rotation: [who led, who lagged]
## Key Levels for Tomorrow
- Support: [level from today's action]
- Resistance: [level from today's action]
- PDH: [today's high]
- PDL: [today's low]
- PDC: [today's close]
## Screenshots
- End-of-day chart: eod_[date].png
---
*Generated by TradingView MCP Auto-Report*If it's Friday or the trader asks for a weekly review, append:
## Weekly Summary
| Day | P&L | Trades | Win Rate | Compliance |
|-------|---------|--------|----------|------------|
| Mon | +₹5,200 | 3 | 67% | 90% |
| Tue | -₹3,100 | 4 | 25% | 75% |
| Wed | +₹7,800 | 2 | 100% | 100% |
| Thu | -₹1,500 | 5 | 40% | 60% |
| Fri | +₹2,400 | 3 | 67% | 85% |
| **Week** | **+₹10,800** | **17** | **53%** | **82%** |
### Week's Lessons
1. [Best day analysis — what made Wednesday great]
2. [Worst day analysis — what went wrong Tuesday]
3. [Pattern: e.g., "Expiry Thursday continues to be weakest day"]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.