Skip to main content

Activitywatch Analysis Skill

Analyzes ActivityWatch data to identify productivity patterns, detect distractions, and provide actionable insights for improved focus.

Install this skill

or
87/100

Security score

The Activitywatch Analysis Skill skill was audited on May 12, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 30

Curl to non-GitHub URL

SourceSKILL.md
30curl -s http://localhost:5600/api/0/info 2>/dev/null
medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -s http://localhost:5600/api/0/buckets 2>/dev/null | python3 -c "import json,sys; buckets=json.load(sys.stdin); [print(k) for k in sorted(buckets.keys())]"
low line 30

External URL reference

SourceSKILL.md
30curl -s http://localhost:5600/api/0/info 2>/dev/null
low line 37

External URL reference

SourceSKILL.md
37curl -s http://localhost:5600/api/0/buckets 2>/dev/null | python3 -c "import json,sys; buckets=json.load(sys.stdin); [print(k) for k in sorted(buckets.keys())]"
low line 162

External URL reference

SourceSKILL.md
1621. Open ActivityWatch (`http://localhost:5600`) → Raw Data → Export → CSV
Scanned on May 12, 2026
View Security Dashboard