Skip to content

Wolfkit v1.3.2

Latest

Choose a tag to compare

@CLewisMessina CLewisMessina released this 14 Jul 23:35
· 11 commits to main since this release

🐺 Wolfkit v1.3.2 - Security Analysis Revolution

Try, Test, Trust. The comprehensive AI-powered development toolkit with enterprise-grade security analysis.


🌟 What's New in v1.3.2

πŸ›‘οΈ NEW: Security Analysis

  • OWASP Top 10 vulnerability scanning with professional reporting
  • Framework detection for FastAPI, Flask, Django, Express, Spring
  • Risk scoring (0-100) with executive summaries and technical details
  • Privacy-first approach: Code analysis stays local, only insights sent for reporting
  • Export capabilities: Markdown, HTML, and JSON security reports

πŸ€– AI Code Review

  • Pre-flight analysis of LLM-generated code for syntax, logic, and import issues
  • Multi-file batch processing with professional markdown reports
  • Budget-friendly with gpt-4o-mini (~$0.002-0.005 per file)

πŸ“„ Document Clustering & Merge

  • Semantic AI-powered document organization for PDF, Word, Text, Markdown files
  • Visual cluster cards with similarity scoring and merge previews
  • Intelligent filename suggestions and one-click merging
  • Cost-effective at ~$0.01-0.05 per document batch

πŸš€ Enhanced File Testing

  • Safe staging with automatic backups and one-click rollback
  • Python app and static web page launch support
  • Virtual environment auto-detection
  • Batch accept/revert operations

🎯 Complete Workflow: Analyze β†’ Organize β†’ Secure β†’ Test β†’ Trust

  1. πŸ€– Code Review: Analyze AI-generated code for issues before deployment
  2. πŸ“„ Document Merge: Organize and cluster related project documentation
  3. πŸ›‘οΈ Security Analysis: Scan for vulnerabilities with professional insights
  4. πŸš€ File Testing: Stage secure, reviewed code with automatic backups
  5. βœ… Trust: Deploy with confidence or revert instantly

πŸ—οΈ Architecture Highlights

  • 85% code reduction in main orchestrator (v1.3.1 refactoring)
  • Clean modular design with single-responsibility components
  • Type safety with comprehensive type hints throughout
  • Privacy-first AI integration - code stays local, only structured summaries sent
  • Professional reporting with executive summaries and technical details

πŸ’° Transparent Pricing

Feature API Required Typical Cost
πŸ€– Code Review βœ… OpenAI ~$0.002-0.005/file
πŸ“„ Document Merge βœ… OpenAI ~$0.01-0.05/batch
πŸ›‘οΈ Security Analysis βœ… OpenAI ~$0.01-0.03/scan
πŸš€ File Testing ❌ None FREE

Monthly budget for active developer: ~$10-15


πŸš€ Quick Start

# 1. Clone and setup
git clone https://github.com/your-username/wolfkit.git
cd wolfkit
python -m venv venv
source venv/bin/activate  # or venv\Scripts\activate on Windows

# 2. Install dependencies
pip install -r requirements.txt

# 3. Setup AI features (optional - only for Code Review, Document Merge, Security Analysis)
cp .env.example .env
# Add your OpenAI API key to .env

# 4. Launch
python main.py

▢️ Windows Users: Use the included launch-wolfkit.bat for desktop shortcut


πŸ›‘οΈ Safety & Privacy

  • βœ… Local code analysis - your source code never leaves your machine
  • βœ… Automatic backups - every file change backed up until you accept
  • βœ… Reversible operations - all merges and staging can be undone
  • βœ… AI privacy - only structured summaries sent to OpenAI for insights
  • βœ… No data retention - OpenAI doesn't store your content per API policy

🎯 Perfect For

Developers:

  • Safe testing of ChatGPT/Claude-generated code
  • Pre-deployment security vulnerability scanning
  • Organizing scattered technical documentation
  • Catching syntax and logic errors before staging

Security Teams:

  • Regular vulnerability assessments without external tools
  • Professional compliance reports for management
  • Framework-specific security audits
  • Privacy-focused scanning (all local analysis)

Content Creators:

  • Merging multiple document drafts and research notes
  • Organizing interview transcripts by topic
  • Cleaning up duplicate files and assets

πŸ“„ What's Included

  • Complete desktop application with intuitive tabbed interface
  • Built-in documentation - no external docs needed
  • Professional reporting - markdown reports for all analysis
  • Cross-platform support - Windows, macOS, Linux
  • MIT License - use freely in commercial and personal projects

πŸ§™β€β™‚οΈ Part of the Wolflow Ecosystem


πŸ’¬ Built By

A developer who got tired of:

  • βœ‹ Breaking working code with AI-generated "improvements"
  • πŸ”“ Deploying vulnerabilities hidden in complex codebases
  • πŸ“„ Managing chaos across multiple document versions
  • πŸ› Debugging issues that could be caught before staging

If you build with LLMs, care about security, and want to deploy with confidence...

Wolfkit is for you. 🐺


πŸš€ Try It Today

git clone https://github.com/your-username/wolfkit.git
cd wolfkit && pip install -r requirements.txt && python main.py

Try it. Test it. Secure it. Trust it. 🐺


"The best code review is the one that happens before you deploy. The best security analysis is the one that happens before you stage."