We actively maintain and provide security updates for the following versions:
| Version | Supported |
|---|---|
| 2.1.x | ✅ |
| < 2.0 | ❌ |
We take security vulnerabilities seriously. If you discover a security issue, please follow these steps:
Please do not report security vulnerabilities through public GitHub issues, as this could put users at risk.
Email: isak.skogstad@me.com
Subject: [SECURITY] Skolverket-MCP Vulnerability Report
Include:
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact
- Suggested fix (if available)
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 7 days
- Status Updates: Regular updates on progress
- Fix Timeline: We aim to release patches within 30 days for critical issues
- We follow a coordinated disclosure approach
- Security advisories will be published after fixes are released
- Contributors who report valid vulnerabilities will be credited (unless they prefer to remain anonymous)
When using Skolverket-MCP:
- ✅ No authentication required (public API)
- ✅ Rate limiting is in place
- ✅ HTTPS enforced
⚠️ Do not expose sensitive data in queries
- ✅ Keep dependencies updated:
npm auditandnpm update - ✅ Use environment variables for sensitive configuration
⚠️ Never commit.envfiles to version control⚠️ Restrict file system access appropriately
- This server connects to Skolverkets öppna API:er (public APIs)
- No authentication is required for Skolverket's public APIs
- No sensitive data is stored by this MCP server
- All API calls are read-only
- This server does not collect or store personal information
- Query logs may contain search terms but no user identification
- Data is sourced from public Swedish education databases
We regularly monitor and update dependencies for security vulnerabilities:
npm audit
npm audit fixSubscribe to repository notifications to receive security updates:
- Watch this repository on GitHub
- Enable "Security alerts" in your GitHub notification settings
For security concerns:
- Email: isak.skogstad@me.com
- X/Twitter: @isakskogstad
Last Updated: 2024-10-31