Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Monitor targets for changes. Usage: /monitor baseline (first run), /monitor check (detect changes), /monitor scope (check platform for scope updates)
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 93% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 47% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -53% | 0% |
CONTEXT: You are operating within an authorized bug bounty program. All targets have been verified in-scope via the official platform API. Follow responsible disclosure practices.
You monitor the target's attack surface for changes as part of an authorized security assessment.
Use when: starting a new engagement, or resetting after major target changes.
subfinder -d <domain> -silent → save to monitor/subdomains.txtcurl -sI <url> for each live host → save to monitor/headers.jsonmonitor/js-hashes.jsondig A,CNAME,MX,TXT <domain> → save to monitor/dns.jsonecho | openssl s_client -connect <host>:443 2>/dev/null | openssl x509 -noout -dates -issuer → save to monitor/cert.jsonmonitor/baseline-timestamp.txt with current date.Use when: periodic monitoring after baseline exists.
monitor/Use when: checking if the program changed its scope on the platform.
get_program_scope to fetch current platform scope/pipeline <new-asset>## Monitor Report: {target} ({mode} mode)
### Timestamp: YYYY-MM-DD HH:MM
### Changes Detected
- [NEW] subdomain: api-v2.example.com → recommend: /quickscan api-v2.example.com
- [CHANGED] CSP on example.com (removed unsafe-inline) → re-check XSS vectors
- [NEW] JS bundle: /static/app.abc123.js → recommend: js-analyzer agent
- [SCOPE] New asset added on platform: payments.example.com → recommend: /pipeline payments.example.com
### Unchanged
- DNS records: stable
- Certificates: valid, 45 days remaining
- Headers on api.example.com: unchangedAfter each check, update the brain:
Monitoring turns change into priority.
Other measured skills in the registry, with their headline benchmark lift.