sumeetghimire/PRoof

Verifies pull requests actually fix what they claim to fix. Runs builds and tests on the runner, checks issue linkage, and detects hallucinated APIs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for API calls (use secrets.GITHUB_TOKEN)yes
run_testsRun the test suite on the runnernotrue
check_issueCheck whether the PR fixes the linked GitHub issuenotrue
detect_hallucinationsCheck for non-existent API calls in the diffnotrue
block_mergeFail the check to block merge when verification failsnofalse
check_dependenciesCheck new dependencies for typosquatting, age, and download countnotrue
check_importsValidate import/require and named exports exist in installed packagesnotrue
check_scopeCheck if changed files are relevant to the linked issuenotrue
security_scanScan added diff lines for dangerous code patternsnotrue
build_timeoutSeconds before build/install step is killedno120
test_timeoutSeconds before test suite is killedno300
check_sensitive_filesWarn when CI/CD, Docker, secrets, or deployment files are modifiednotrue
languagesComma-separated languages to support; default is auto-detectno""

no outputs