luebangs-coder/Nemesis check

Run Nemesis detectors against a repository to catch agentic failure modes (e.g. an agent declaring success before verifying the real repo state).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoPath to the git repository to inspect.no.
transcriptPath to a file containing the agent transcript (optional).no""
claimed-successSet to 'true' if the agent declared the task complete.nofalse
tests-passingTest outcome to record: 'true', 'false', or '' to omit. Nemesis never runs your tests itself; it only reasons about the outcome you provide.no""
outputOptional path to write a Markdown report instead of stdout.no""
fail-on-detectFail the action (non-zero exit) when any failure mode fires.notrue
package-versionVersion of the nemesis-eval package to install from PyPI (e.g. '0.2.0'). Leave empty to install the version bundled with this action ref.no""
python-versionPython version to set up for the run.no3.x

no outputs