wraith

mcp
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This project is an open-source, provider-agnostic agent harness runtime built in Rust. It acts as a clean-room reimplementation forked from another popular repository, designed to help developers run and manage AI agents across different providers.

Security Assessment
The automated code scan of 12 files found no dangerous patterns, no hardcoded secrets, and the tool requests no dangerous system permissions. However, the manual README review raises potential concerns. It is a port of a third-party codebase and relies on executing a Python script (`python3 -m src.main`) alongside the compiled Rust binary. Developers should manually verify what these scripts do before running them, as agent harnesses often require the ability to execute shell commands or make external network requests to function properly.
Overall Risk: Medium

Quality Assessment
The repository is very new and recently active (last push was today), though it suffers from extremely low community visibility with only 5 stars. Most notably, the project completely lacks a license file, meaning strict copyright applies and you cannot legally use, modify, or distribute this code in your own projects without explicit permission from the authors.

Verdict
Use with caution: the code appears safe from automated threats but lacks a license, has low community trust, and should be manually reviewed before adopting.
SUMMARY

Open-source agent harness runtime. Built in Rust. Provider-agnostic. For everyone.

README.md

Wraith

Wraith

The agent harness, open sourced.

Rust Platform Provider Agnostic Stars


The claw-code repository reached 128K stars as a clean-room reimplementation of an AI agent harness. The repo is still viewable on GitHub, but you can't clone or fork it.

We had the same problem, so we retrieved the source files and published them here. The first commit is the original, completely unmodified. Everything after that is ours.

If the original authors have concerns, reach out at [email protected].

Our vision

We want to take this foundation and build it into something provider-agnostic. The original targets one provider. We think an agent harness should work with Claude, OpenAI, Gemini, local models - your choice. We're building that in the open, one commit at a time, with Claude Code.

See PARITY.md for what works today and what still needs building.

Quick start

cd rust && cargo build --release
python3 -m src.main summary

Credits

The foundation was built by Sigrid Jin (@instructkr) and the ultraworkers team using oh-my-codex and oh-my-opencode. This is their work. We're carrying it forward.

Star History

Star History Chart

Reviews (0)

No results found