Skip to main content

edstem

Organizes and fetches EdStem discussion threads for courses, enhancing course management and student engagement.

Install this skill

or
93/100

Security score

The edstem skill was audited on Feb 28, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 47

Curl to non-GitHub URL

SourceSKILL.md
47curl -H "Authorization: Bearer YOUR_TOKEN" https://us.edstem.org/api/user | jq '.courses[] | {id: .course.id, name: .course.name}'
low line 42

External URL reference

SourceSKILL.md
422. Look at the URL: `https://edstem.org/us/courses/<course_id>/`
low line 47

External URL reference

SourceSKILL.md
47curl -H "Authorization: Bearer YOUR_TOKEN" https://us.edstem.org/api/user | jq '.courses[] | {id: .course.id, name: .course.name}'
Scanned on Feb 28, 2026
View Security Dashboard