https://github.com/barzoo/gogs-agent
· scanned 2026-06-17 01:38 UTC (1 month, 2 weeks ago)
15 raw signals (0 security + 15 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ +2.6 (diff) · 15 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 133 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 |
|---|---|---|---|
makeLabel |
software | healthy | tests/labels.test.ts:makeLabel |
makeIssue |
software | healthy | tests/formatters.test.ts:makeIssue |
makePR |
software | healthy | tests/formatters.test.ts:makePR |
makeComment |
software | healthy | tests/formatters.test.ts:makeComment |
makeLabel |
software | healthy | tests/formatters.test.ts:makeLabel |
makeMockComment |
software | healthy | tests/commands/comment.test.ts:makeMockComment |
mockRepo |
software | healthy | tests/commands/repo.test.ts:mockRepo |
makeMockIssue |
software | healthy | tests/commands/issue.test.ts:makeMockIssue |
makeMockPR |
software | healthy | tests/commands/pr.test.ts:makeMockPR |
makeMergedPR |
software | healthy | tests/commands/pr.test.ts:makeMergedPR |
makeLabel |
software | healthy | tests/commands/label.test.ts:makeLabel |
inferType |
software | healthy | scripts/generate-skill.ts:inferType |
buildTools |
software | healthy | scripts/generate-skill.ts:buildTools |
renderToolMarkdown |
software | healthy | scripts/generate-skill.ts:renderToolMarkdown |
renderFrontMatter |
software | healthy | scripts/generate-skill.ts:renderFrontMatter |
renderToolSection |
software | healthy | scripts/generate-skill.ts:renderToolSection |
renderSchemaSection |
software | healthy | scripts/generate-skill.ts:renderSchemaSection |
renderReferenceSections |
software | healthy | scripts/generate-skill.ts:renderReferenceSections |
copyTo |
software | healthy | scripts/install-skill.ts:copyTo |
printResult |
software | healthy | src/cli.ts:printResult |
run |
software | healthy | src/cli.ts:run |
inferFormatFromPath |
software | healthy | src/output.ts:inferFormatFromPath |
writeOutput |
software | healthy | src/output.ts:writeOutput |
loadUserConfig |
software | healthy | src/user-config.ts:loadUserConfig |
detectRepoFromGit |
software | healthy | src/git.ts:detectRepoFromGit |
extractHost |
software | healthy | src/git.ts:extractHost |
parseLabelNames |
software | healthy | src/labels.ts:parseLabelNames |
resolveLabels |
software | healthy | src/labels.ts:resolveLabels |
createGogsClient |
software | healthy | src/client.ts:createGogsClient |
request |
software | healthy | src/client.ts:request |
loadConfig |
software | healthy | src/config.ts:loadConfig |
resolveRepo |
software | healthy | src/config.ts:resolveRepo |
formatOutput |
software | healthy | src/formatters.ts:formatOutput |
formatMarkdown |
software | healthy | src/formatters.ts:formatMarkdown |
formatObjectMarkdown |
software | healthy | src/formatters.ts:formatObjectMarkdown |
formatArrayMarkdown |
software | healthy | src/formatters.ts:formatArrayMarkdown |
formatIssueListMarkdown |
software | healthy | src/formatters.ts:formatIssueListMarkdown |
labels |
software | healthy | src/formatters.ts:labels |
formatPRListMarkdown |
software | healthy | src/formatters.ts:formatPRListMarkdown |
head |
software | healthy | src/formatters.ts:head |
base |
software | healthy | src/formatters.ts:base |
formatCommentListMarkdown |
software | healthy | src/formatters.ts:formatCommentListMarkdown |
user |
software | healthy | src/formatters.ts:user |
formatLabelListMarkdown |
software | healthy | src/formatters.ts:formatLabelListMarkdown |
formatGenericListMarkdown |
software | healthy | src/formatters.ts:formatGenericListMarkdown |
prList |
software | healthy | src/commands/pr.ts:prList |
prGet |
software | healthy | src/commands/pr.ts:prGet |
prCreate |
software | healthy | src/commands/pr.ts:prCreate |
prMerge |
software | healthy | src/commands/pr.ts:prMerge |
prDiff |
software | healthy | src/commands/pr.ts:prDiff |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
.env.example |
software | healthy | .env.example |
vitest.config.ts |
software | healthy | vitest.config.ts |
CLAUDE.md |
software | healthy | CLAUDE.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
package-lock.json |
software | healthy | package-lock.json |
README.zh-CN.md |
software | healthy | README.zh-CN.md |
README.md |
software | healthy | README.md |
skill.md |
software | healthy | skill.md |
package.json |
software | healthy | package.json |
tsconfig.json |
software | healthy | tsconfig.json |
labels.test.ts |
software | healthy | tests/labels.test.ts |
output.test.ts |
software | healthy | tests/output.test.ts |
config.test.ts |
software | healthy | tests/config.test.ts |
client.test.ts |
software | healthy | tests/client.test.ts |
formatters.test.ts |
software | healthy | tests/formatters.test.ts |
comment.test.ts |
software | healthy | tests/commands/comment.test.ts |
repo.test.ts |
software | healthy | tests/commands/repo.test.ts |
issue.test.ts |
software | healthy | tests/commands/issue.test.ts |
pr.test.ts |
software | healthy | tests/commands/pr.test.ts |
label.test.ts |
software | healthy | tests/commands/label.test.ts |
generate-skill.ts |
software | healthy | scripts/generate-skill.ts |
install-skill.ts |
software | healthy | scripts/install-skill.ts |
cli.ts |
software | healthy | src/cli.ts |
output.ts |
software | healthy | src/output.ts |
user-config.ts |
software | healthy | src/user-config.ts |
errors.ts |
software | healthy | src/errors.ts |
git.ts |
software | healthy | src/git.ts |
labels.ts |
software | healthy | src/labels.ts |
client.ts |
software | healthy | src/client.ts |
config.ts |
software | healthy | src/config.ts |
types.ts |
software | healthy | src/types.ts |
formatters.ts |
software | healthy | src/formatters.ts |
pr.ts |
software | healthy | src/commands/pr.ts |
label.ts |
software | healthy | src/commands/label.ts |
repo.ts |
software | healthy | src/commands/repo.ts |
issue.ts |
software | healthy | src/commands/issue.ts |
comment.ts |
software | healthy | src/commands/comment.ts |
commands.md |
software | healthy | docs/commands.md |
commands.zh-CN.md |
software | healthy | docs/commands.zh-CN.md |
configuration.zh-CN.md |
software | healthy | docs/configuration.zh-CN.md |
configuration.md |
software | healthy | docs/configuration.md |
2026-06-13-gogs-agent-design.md |
software | healthy | docs/superpowers/specs/2026-06-13-gogs-agent-design.md |
2026-06-13-issue-update-design.md |
software | healthy | docs/superpowers/specs/2026-06-13-issue-update-design.md |
2026-06-13-output-enhancement-design.md |
software | healthy | docs/superpowers/specs/2026-06-13-output-enhancement-design… |
2026-06-13-label-management-design.md |
software | healthy | docs/superpowers/specs/2026-06-13-label-management-design.md |
2026-06-13-label-management.md |
software | healthy | docs/superpowers/plans/2026-06-13-label-management.md |
2026-06-13-output-enhancement.md |
software | healthy | docs/superpowers/plans/2026-06-13-output-enhancement.md |
2026-06-13-gogs-agent-phase-1.md |
software | healthy | docs/superpowers/plans/2026-06-13-gogs-agent-phase-1.md |
2026-06-13-issue-update.md |
software | healthy | docs/superpowers/plans/2026-06-13-issue-update.md |
SKILL.md |
software | healthy | skills/gogs-agent/SKILL.md |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
commands |
software | healthy | tests/commands |
scripts |
software | healthy | scripts |
src |
software | healthy | src |
commands |
software | healthy | src/commands |
docs |
software | healthy | docs |
superpowers |
software | healthy | docs/superpowers |
specs |
software | healthy | docs/superpowers/specs |
plans |
software | healthy | docs/superpowers/plans |
skills |
software | healthy | skills |
gogs-agent |
software | healthy | skills/gogs-agent |
| Label | Layer | Status | Path |
|---|---|---|---|
ConfigError |
software | healthy | src/errors.ts:ConfigError |
ValidationError |
software | healthy | src/errors.ts:ValidationError |
ApiError |
software | healthy | src/errors.ts:ApiError |
NetworkError |
software | healthy | src/errors.ts:NetworkError |
| Label | Layer | Status | Path |
|---|---|---|---|
barzoo__gogs-agent |
software | healthy | /data/fable5_failed_archive/barzoo__gogs-agent |
This page is publicly accessible at:
https://repobility.com/scan/c0373db4-3359-4459-96c2-24ecbf238a15/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/c0373db4-3359-4459-96c2-24ecbf238a15/
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.