Documentation Assistant — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Documentation Assistant (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.
A comprehensive MCP (Model Context Protocol) server that automatically analyzes Python codebases and generates professional documentation.
git clone https://github.com/YOUR_USERNAME/documentation-assistant.git
cd documentation-assistantpython -m venv venv
# On Windows:
venv\Scripts\activate
# On Mac/Linux:
source venv/bin/activatepip install -r requirements.txtAdd to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"documentation-assistant": {
"command": "python",
"args": ["/absolute/path/to/doc_assistant_mcp.py"]
}
}
}scan_repository - Analyze Python files in a directorygenerate_readme - Create comprehensive READMEgenerate_api_docs - Generate API documentationgenerate_setup_guide - Create setup instructionsexplain_code - Explain specific functions/classeslist_dependencies - Show all project dependenciesRun the test suite:
python test_client.pyMIT License
Contributions welcome! Please read the contributing guidelines first.
For issues or questions, please open an issue on GitHub.
Lubaina - [email protected]
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.