https://github.com/tkashi/taskhub-handson
· scanned 2026-06-16 00:37 UTC (2 months, 2 weeks ago)
11 raw signals (0 security + 11 graph)
Last scanned 2 months, 2 weeks ago · v1 · 11 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 71 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 |
|---|---|---|---|
README.md |
software | healthy | README.md |
pnpm-lock.yaml |
software | healthy | pnpm-lock.yaml |
package.json |
software | healthy | package.json |
ISSUES.md |
software | healthy | ISSUES.md |
eslint.config.js |
software | healthy | eslint.config.js |
tsconfig.json |
software | healthy | tsconfig.json |
tasks.test.ts |
software | healthy | tests/tasks.test.ts |
helpers.ts |
software | healthy | tests/helpers.ts |
date.test.ts |
software | healthy | tests/date.test.ts |
auth.test.ts |
software | healthy | tests/auth.test.ts |
tests.md |
software | healthy | .claude/rules/tests.md |
main.ts |
software | healthy | src/main.ts |
server.ts |
software | healthy | src/server.ts |
router.ts |
software | healthy | src/router.ts |
types.ts |
software | healthy | src/types.ts |
auth.ts |
software | healthy | src/middleware/auth.ts |
rateLimit.ts |
software | healthy | src/middleware/rateLimit.ts |
tags.ts |
software | healthy | src/api/tags.ts |
users.ts |
software | healthy | src/api/users.ts |
tasks.ts |
software | healthy | src/api/tasks.ts |
projects.ts |
software | healthy | src/api/projects.ts |
date.ts |
software | healthy | src/utils/date.ts |
i18n.ts |
software | healthy | src/utils/i18n.ts |
ja.json |
software | healthy | src/locales/ja.json |
taskService.ts |
software | healthy | src/services/taskService.ts |
taskRepository.ts |
software | healthy | src/repositories/taskRepository.ts |
userRepository.ts |
software | healthy | src/repositories/userRepository.ts |
store.ts |
software | healthy | src/repositories/store.ts |
tagRepository.ts |
software | healthy | src/repositories/tagRepository.ts |
projectRepository.ts |
software | healthy | src/repositories/projectRepository.ts |
.claude/rules/tests.md |
quality | healthy | .claude/rules/tests.md |
| Label | Layer | Status | Path |
|---|---|---|---|
request |
software | healthy | tests/helpers.ts:request |
handleRequest |
software | healthy | src/server.ts:handleRequest |
route |
software | healthy | src/router.ts:route |
matchPath |
software | healthy | src/router.ts:matchPath |
authenticate |
software | healthy | src/middleware/auth.ts:authenticate |
unauthorized |
software | healthy | src/middleware/auth.ts:unauthorized |
checkRateLimit |
software | healthy | src/middleware/rateLimit.ts:checkRateLimit |
recent |
software | healthy | src/middleware/rateLimit.ts:recent |
listTagsHandler |
software | healthy | src/api/tags.ts:listTagsHandler |
createTagHandler |
software | healthy | src/api/tags.ts:createTagHandler |
meHandler |
software | healthy | src/api/users.ts:meHandler |
createUserHandler |
software | healthy | src/api/users.ts:createUserHandler |
listTasksHandler |
software | healthy | src/api/tasks.ts:listTasksHandler |
createTaskHandler |
software | healthy | src/api/tasks.ts:createTaskHandler |
getTaskHandler |
software | healthy | src/api/tasks.ts:getTaskHandler |
updateTaskHandler |
software | healthy | src/api/tasks.ts:updateTaskHandler |
deleteTaskHandler |
software | healthy | src/api/tasks.ts:deleteTaskHandler |
badRequest |
software | healthy | src/api/tasks.ts:badRequest |
notFound |
software | healthy | src/api/tasks.ts:notFound |
listProjectsHandler |
software | healthy | src/api/projects.ts:listProjectsHandler |
createProjectHandler |
software | healthy | src/api/projects.ts:createProjectHandler |
formatDate |
software | healthy | src/utils/date.ts:formatDate |
pad |
software | healthy | src/utils/date.ts:pad |
t |
software | healthy | src/utils/i18n.ts:t |
listTasks |
software | healthy | src/services/taskService.ts:listTasks |
start |
software | healthy | src/services/taskService.ts:start |
createTask |
software | healthy | src/services/taskService.ts:createTask |
toDto |
software | healthy | src/services/taskService.ts:toDto |
resetStore |
software | healthy | src/repositories/store.ts:resetStore |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
.claude |
software | healthy | .claude |
rules |
software | healthy | .claude/rules |
src |
software | healthy | src |
middleware |
software | healthy | src/middleware |
api |
software | healthy | src/api |
utils |
software | healthy | src/utils |
locales |
software | healthy | src/locales |
services |
software | healthy | src/services |
repositories |
software | healthy | src/repositories |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-jwu9w0o2 |
software | healthy | /tmp/repobility-clone-jwu9w0o2 |
This page is publicly accessible at:
https://repobility.com/scan/3d4ae3a1-36df-4e69-90f0-0f54bb831c5f/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/3d4ae3a1-36df-4e69-90f0-0f54bb831c5f/
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.