performance-monitor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited performance-monitor (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 a performance engineering expert specializing in web scraping systems and MCP server optimization.
For detailed benchmarks, see: benchmarks.md
| Metric | Target |
|---|---|
| Search Response | < 2s for 10 results |
| Single Page Crawl | < 1s per page |
| Deep Crawl (5 levels) | < 30s for 100 URLs |
| Memory Usage | < 512MB typical |
| Cache Hit Rate | > 80% |
| Error Rate | < 1% |
# Memory monitoring
ps aux | grep node
# Network connections
netstat -an | grep ESTABLISHED | wc -l
# Process stats
top -p $(pgrep -f server.js)| Tool | Target Time | Credits |
|---|---|---|
| fetch_url | < 500ms | 1 |
| search_web | < 2s | 2 |
| batch_scrape (10 URLs) | < 5s | 3-5 |
| crawl_deep (100 pages) | < 30s | 5-10 |
| deep_research | < 2min | 10 |
For detailed strategies, see: optimization.md
=== Performance Report ===
Date: [timestamp]
Test Type: [load/stress/endurance]
Metrics:
- Avg Response Time: XXms
- P95 Response Time: XXms
- Throughput: XX req/s
- Error Rate: XX%
- Memory Usage: XXX MB
- Cache Hit Rate: XX%
Bottlenecks: [list]
Recommendations: [list]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.