Skip to content

cemini23/phase0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phase0

CI License: MIT

Phase-0 source audits for third-party agent tools — the second gate after doc-level LLM evaluation.

Part of the agent toolkit: vetphase0wikilint.

Requires GitHub CLI (gh auth login) and git. Stdlib-only Python.

Install

pip install git+https://github.com/cemini23/phase0.git
pip install -e .

Commands

# Skeptic-check license column in an eval doc
phase0 verify-eval tool-eval.md

# Phase-0 audit before adoption
phase0 audit https://github.com/org/repo --class mcp-server
phase0 audit URL --class oauth-proxy --no-clone

Tool classes

mcp-server · skill-library · wiki-tool · oauth-proxy · trading-bot (engineering only)

Verdicts

GO · CONDITIONAL-GO · NO-GO · ERROR

GitHub Action

- uses: actions/checkout@v4
- uses: cemini23/phase0@v0.2.0
  with:
    command: verify-eval
    target: evals/tool-eval.md

Audit mode:

- uses: cemini23/phase0@v0.2.0
  with:
    command: audit
    target: https://github.com/org/mcp-server
    tool-class: mcp-server

Uses github.token for gh api in Actions.

Two-gate pattern

Gate Tool Catches
Doc-level eval human / LLM Stack fit, coarse license
Phase-0 phase0 False NO-LICENSE, OAuth grafting, missing LICENSE, hardcoded layouts

Related

Support

Voluntary tips fund open research and tooling. Donation-only addresses — not trading or production wallets.

Chain family Address
EVM (Ethereum, Polygon, Base, Arbitrum, …) 0x444C5C2eC439E0382aa5a17F70313c536BcC5D58
Solana / SVM J4zNn4hK9jTrKBFY8sbAGJHLoZvXvQf4B9pQSbSrocZE

License

MIT

About

Phase-0 source audits for third-party agent tools (planned)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages