https://github.com/AIEngineering26/promptvm-cli
· scanned 2026-06-17 01:11 UTC (1 month, 2 weeks ago)
5 raw signals (0 security + 5 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -12.1 (diff) · 5 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 177 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
go.mod |
software | healthy | go.mod |
CLAUDE.md |
software | healthy | CLAUDE.md |
.golangci.yml |
software | healthy | .golangci.yml |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
README.md |
software | healthy | README.md |
install.sh |
software | healthy | install.sh |
.goreleaser.yml |
software | healthy | .goreleaser.yml |
Makefile |
software | healthy | Makefile |
SECURITY.md |
software | healthy | SECURITY.md |
LICENSE |
software | healthy | LICENSE |
main.go |
software | healthy | main.go |
CODE_OF_CONDUCT.md |
software | healthy | CODE_OF_CONDUCT.md |
dependabot.yml |
software | healthy | .github/dependabot.yml |
release.yml |
software | healthy | .github/workflows/release.yml |
ci.yml |
software | healthy | .github/workflows/ci.yml |
api.go |
software | healthy | internal/api/api.go |
api_test.go |
software | healthy | internal/api/api_test.go |
color_test.go |
software | healthy | internal/output/color_test.go |
color.go |
software | healthy | internal/output/color.go |
spinner.go |
software | healthy | internal/output/spinner.go |
time.go |
software | healthy | internal/output/time.go |
table.go |
software | healthy | internal/output/table.go |
output_test.go |
software | healthy | internal/output/output_test.go |
progress_test.go |
software | healthy | internal/output/progress_test.go |
progress.go |
software | healthy | internal/output/progress.go |
table_test.go |
software | healthy | internal/output/table_test.go |
time_test.go |
software | healthy | internal/output/time_test.go |
output.go |
software | healthy | internal/output/output.go |
keychain.go |
software | healthy | internal/oauth/keychain.go |
browser.go |
software | healthy | internal/oauth/browser.go |
tokens.go |
software | healthy | internal/oauth/tokens.go |
auto_refresh.go |
software | healthy | internal/oauth/auto_refresh.go |
keychain_test.go |
software | healthy | internal/oauth/keychain_test.go |
state.go |
software | healthy | internal/oauth/state.go |
exchange.go |
software | healthy | internal/oauth/exchange.go |
device_test.go |
software | healthy | internal/oauth/device_test.go |
device.go |
software | healthy | internal/oauth/device.go |
exchange_test.go |
software | healthy | internal/oauth/exchange_test.go |
keychain_file.go |
software | healthy | internal/oauth/keychain_file.go |
refresh.go |
software | healthy | internal/oauth/refresh.go |
loopback.go |
software | healthy | internal/oauth/loopback.go |
pkce.go |
software | healthy | internal/oauth/pkce.go |
loopback_test.go |
software | healthy | internal/oauth/loopback_test.go |
pkce_test.go |
software | healthy | internal/oauth/pkce_test.go |
tracker.go |
software | healthy | internal/hooks/tracker.go |
settings_test.go |
software | healthy | internal/hooks/settings_test.go |
settings.go |
software | healthy | internal/hooks/settings.go |
hooks.go |
software | healthy | internal/hooks/hooks.go |
prompt.go |
software | healthy | internal/prompt/prompt.go |
masked.go |
software | healthy | internal/prompt/masked.go |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::internal/oauth/pkce.go |
security | healthy | internal/oauth/pkce.go |
auth::internal/oauth/keychain_file.go |
security | healthy | internal/oauth/keychain_file.go |
auth::internal/oauth/device.go |
security | healthy | internal/oauth/device.go |
auth::internal/oauth/exchange_test.go |
security | healthy | internal/oauth/exchange_test.go |
auth::CLAUDE.md |
security | healthy | CLAUDE.md |
auth::internal/api/api.go |
security | healthy | internal/api/api.go |
auth::internal/oauth/keychain_test.go |
security | healthy | internal/oauth/keychain_test.go |
auth::internal/oauth/exchange.go |
security | healthy | internal/oauth/exchange.go |
auth::cmd/auth_status_test.go |
security | healthy | cmd/auth_status_test.go |
auth::internal/oauth/browser.go |
security | healthy | internal/oauth/browser.go |
auth::cmd/auth_login_test.go |
security | healthy | cmd/auth_login_test.go |
auth::internal/oauth/tokens.go |
security | healthy | internal/oauth/tokens.go |
auth::internal/oauth/auto_refresh.go |
security | healthy | internal/oauth/auto_refresh.go |
auth::internal/oauth/refresh.go |
security | healthy | internal/oauth/refresh.go |
auth::internal/oauth/loopback.go |
security | healthy | internal/oauth/loopback.go |
auth::cmd/auth_login_device.go |
security | healthy | cmd/auth_login_device.go |
auth::cmd/auth.go |
security | healthy | cmd/auth.go |
auth::README.md |
security | healthy | README.md |
auth::cmd/auth_status.go |
security | healthy | cmd/auth_status.go |
auth::internal/oauth/state.go |
security | healthy | internal/oauth/state.go |
auth::internal/config/config.go |
security | healthy | internal/config/config.go |
auth::cmd/auth_login_browser.go |
security | healthy | cmd/auth_login_browser.go |
auth::internal/oauth/keychain.go |
security | healthy | internal/oauth/keychain.go |
auth::internal/oauth/device_test.go |
security | healthy | internal/oauth/device_test.go |
auth::cmd/auth_logout.go |
security | healthy | cmd/auth_logout.go |
auth::internal/client/client.go |
security | healthy | internal/client/client.go |
auth::internal/oauth/loopback_test.go |
security | healthy | internal/oauth/loopback_test.go |
auth::internal/oauth/pkce_test.go |
security | healthy | internal/oauth/pkce_test.go |
| Label | Layer | Status | Path |
|---|---|---|---|
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
internal |
software | healthy | internal |
api |
software | healthy | internal/api |
output |
software | healthy | internal/output |
oauth |
software | healthy | internal/oauth |
hooks |
software | healthy | internal/hooks |
prompt |
software | healthy | internal/prompt |
client |
software | healthy | internal/client |
ioutil |
software | healthy | internal/ioutil |
errors |
software | healthy | internal/errors |
skills |
software | healthy | internal/skills |
config |
software | healthy | internal/config |
cmd |
software | healthy | cmd |
| Label | Layer | Status | Path |
|---|---|---|---|
goreleaser |
cicd | healthy | .github/workflows/release.yml |
test |
cicd | healthy | .github/workflows/ci.yml |
lint |
cicd | healthy | .github/workflows/ci.yml |
build |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::release |
cicd | healthy | .github/workflows/release.yml |
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
HOMEBREW_TAP_TOKEN |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
AIEngineering26__promptvm-cli |
software | healthy | /data/fable5_failed_archive/AIEngineering26__promptvm-cli |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | internal/oauth/exchange_test.go |
| Label | Layer | Status | Path |
|---|---|---|---|
generic_api_key::internal/config/config_test.go |
security | healthy | internal/config/config_test.go |
This page is publicly accessible at:
https://repobility.com/scan/ce473b15-ed9c-4c10-af48-5920bc994207/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/ce473b15-ed9c-4c10-af48-5920bc994207/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.