skycrafter-dev/AgentLighthouse
Experimental source-based AgentLighthouse action for local-first agent-readiness scans in CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path inside the caller workspace to scan. | no | . |
| profile | Scan profile: default, devtool, api, mcp, docs, library, or internal. | no | "" |
| fail-under | Fail when the AgentLighthouse score is below this number. | no | "" |
| fail-on-severity | Fail when any finding is at or above this severity. | no | "" |
| min-confidence | Fail when score confidence is below this level. | no | "" |
| probes | Set to "commands" to enable opt-in command probes. | no | "" |
| output-json | Write agentlighthouse-report.json. | no | true |
| output-markdown | Write agentlighthouse-report.md. | no | true |
| output-sarif | Write agentlighthouse-report.sarif. | no | false |
| output-pr-summary | Write agentlighthouse-pr-summary.md. | no | true |
| report-dir | Optional report bundle directory inside the caller workspace. | no | "" |
| github-step-summary | Append a concise summary to the GitHub step summary. | no | true |
| baseline | Optional baseline AgentLighthouse JSON report path inside the caller workspace. | no | "" |
| comparison-output | Comparison report output path inside the caller workspace. | no | agentlighthouse-delta.md |
| comparison-format | Comparison output format: text, json, markdown, or pr-summary. | no | pr-summary |
| fail-on-regression | Fail when the baseline comparison detects a regression. | no | false |
| fail-on-score-drop | Fail when the score drops by at least this many points. | no | "" |
| fail-on-coverage-drop | Fail when coverage drops by at least this many points. | no | "" |
| fail-on-confidence-drop | Fail when confidence score drops by at least this many points. | no | "" |
| fail-on-new-severity | Fail when a new finding is at or above this severity. | no | "" |
| changed-files | Optional changed-files list path inside the caller workspace. | no | "" |
| git-base | Optional git base ref for PR-aware comparison. | no | "" |
| git-head | Optional git head ref for PR-aware comparison. | no | "" |
| pr-mode | Set to "true" to enable PR-aware comparison summaries when changed-file context is available. | no | false |
| fail-on-new-changed-severity | Fail when a new finding at or above this severity appears on changed files. | no | "" |
| fail-on-new-changed-high | Fail when a new high or critical finding appears on changed files. | no | false |
| fail-on-new-changed-critical | Fail when a new critical finding appears on changed files. | no | false |
| fail-on-pr-regression | Fail when score drops or a high/critical finding appears on changed files. | no | false |
Outputs
no outputs