Skip to content

cemini23/phase0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages