Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

cstuncsik/unified-agentic-workspace

https://github.com/cstuncsik/unified-agentic-workspace · scanned 2026-06-17 01:52 UTC (1 month, 1 week ago)

4 raw signals (0 security + 4 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ +16.2 (diff) · 4 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 137 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.

LabelLayerStatusPath
tsconfig.node.json software healthy tsconfig.node.json
pnpm-workspace.yaml software healthy pnpm-workspace.yaml
vite.config.ts software healthy vite.config.ts
tsconfig.e2e.json software healthy tsconfig.e2e.json
README.md software healthy README.md
package.json software healthy package.json
index.html software healthy index.html
wdio.conf.ts software healthy wdio.conf.ts
pnpm-lock.yaml software healthy pnpm-lock.yaml
tsconfig.json software healthy tsconfig.json
run-e2e.sh software healthy scripts/run-e2e.sh
e2e.yml software healthy .github/workflows/e2e.yml
main.ts software healthy src/main.ts
vite-env.d.ts software healthy src/vite-env.d.ts
App.vue software healthy src/App.vue
theme.ts software healthy src/theme.ts
projects.ts software healthy src/api/projects.ts
sessions.ts software healthy src/api/sessions.ts
workspaces.ts software healthy src/api/workspaces.ts
projects.ts software healthy src/stores/projects.ts
ui.ts software healthy src/stores/ui.ts
sessions.ts software healthy src/stores/sessions.ts
workspaces.ts software healthy src/stores/workspaces.ts
project.ts software healthy src/types/project.ts
workspace.ts software healthy src/types/workspace.ts
session.ts software healthy src/types/session.ts
useToast.ts software healthy src/composables/useToast.ts
useConfirm.ts software healthy src/composables/useConfirm.ts
SessionsView.vue software healthy src/components/SessionsView.vue
ConfirmDialog.vue software healthy src/components/ConfirmDialog.vue
WorkspaceSwitcher.vue software healthy src/components/WorkspaceSwitcher.vue
ProjectsView.vue software healthy src/components/ProjectsView.vue
ThemeToggle.vue software healthy src/components/ThemeToggle.vue
IMPLEMENTATION_ROADMAP.md software healthy docs/IMPLEMENTATION_ROADMAP.md
PRD.md software healthy docs/PRD.md
TECHNICAL_ARCHITECTURE.md software healthy docs/TECHNICAL_ARCHITECTURE.md
START_HERE.md software healthy docs/START_HERE.md
2026-06-13-renascent-styling-design.md software healthy docs/superpowers/specs/2026-06-13-renascent-styling-design.…
2026-06-13-renascent-styling.md software healthy docs/superpowers/plans/2026-06-13-renascent-styling.md
Cargo.toml software healthy src-tauri/Cargo.toml
build.rs software healthy src-tauri/build.rs
tauri.conf.json software healthy src-tauri/tauri.conf.json
Cargo.lock software healthy src-tauri/Cargo.lock
util.rs software healthy src-tauri/src/util.rs
lib.rs software healthy src-tauri/src/lib.rs
main.rs software healthy src-tauri/src/main.rs
projects.rs software healthy src-tauri/src/commands/projects.rs
workspaces.rs software healthy src-tauri/src/commands/workspaces.rs
sessions.rs software healthy src-tauri/src/commands/sessions.rs
mod.rs software healthy src-tauri/src/commands/mod.rs

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
getStoredTheme software healthy src/theme.ts:getStoredTheme
applyTheme software healthy src/theme.ts:applyTheme
listProjects software healthy src/api/projects.ts:listProjects
getProject software healthy src/api/projects.ts:getProject
createProject software healthy src/api/projects.ts:createProject
updateProject software healthy src/api/projects.ts:updateProject
deleteProject software healthy src/api/projects.ts:deleteProject
listSessions software healthy src/api/sessions.ts:listSessions
getSession software healthy src/api/sessions.ts:getSession
createSession software healthy src/api/sessions.ts:createSession
updateSession software healthy src/api/sessions.ts:updateSession
updateSessionStatus software healthy src/api/sessions.ts:updateSessionStatus
deleteSession software healthy src/api/sessions.ts:deleteSession
listWorkspaces software healthy src/api/workspaces.ts:listWorkspaces
getWorkspace software healthy src/api/workspaces.ts:getWorkspace
createWorkspace software healthy src/api/workspaces.ts:createWorkspace
updateWorkspace software healthy src/api/workspaces.ts:updateWorkspace
deleteWorkspace software healthy src/api/workspaces.ts:deleteWorkspace
load software healthy src/stores/projects.ts:load
create software healthy src/stores/projects.ts:create
rename software healthy src/stores/projects.ts:rename
remove software healthy src/stores/projects.ts:remove
setTheme software healthy src/stores/ui.ts:setTheme
load software healthy src/stores/sessions.ts:load
create software healthy src/stores/sessions.ts:create
setStatus software healthy src/stores/sessions.ts:setStatus
remove software healthy src/stores/sessions.ts:remove
detachProject software healthy src/stores/sessions.ts:detachProject
setFilter software healthy src/stores/sessions.ts:setFilter
load software healthy src/stores/workspaces.ts:load
create software healthy src/stores/workspaces.ts:create
select software healthy src/stores/workspaces.ts:select
rename software healthy src/stores/workspaces.ts:rename
remove software healthy src/stores/workspaces.ts:remove
useToast software healthy src/composables/useToast.ts:useToast
useConfirm software healthy src/composables/useConfirm.ts:useConfirm
confirm software healthy src/composables/useConfirm.ts:confirm
settle software healthy src/composables/useConfirm.ts:settle
expectText software healthy e2e/specs/smoke.e2e.ts:expectText
rootClass software healthy e2e/specs/theme.e2e.ts:rootClass
stored software healthy e2e/specs/theme.e2e.ts:stored

LabelLayerStatusPath
scripts software healthy scripts
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
api software healthy src/api
stores software healthy src/stores
types software healthy src/types
composables software healthy src/composables
components software healthy src/components
docs software healthy docs
superpowers software healthy docs/superpowers
specs software healthy docs/superpowers/specs
plans software healthy docs/superpowers/plans
src-tauri software healthy src-tauri
src software healthy src-tauri/src
commands software healthy src-tauri/src/commands
models software healthy src-tauri/src/models
db software healthy src-tauri/src/db
migrations software healthy src-tauri/src/db/migrations
capabilities software healthy src-tauri/capabilities
e2e software healthy e2e
specs software healthy e2e/specs

LabelLayerStatusPath
workspaces data healthy src-tauri/src/db/migrations/0001_init.sql
projects data healthy src-tauri/src/db/migrations/0002_projects_sessions.sql
sessions data healthy src-tauri/src/db/migrations/0002_projects_sessions.sql

LabelLayerStatusPath
port:1420 network healthy vite.config.ts
port:1421 network healthy vite.config.ts
port:4444 network healthy wdio.conf.ts

LabelLayerStatusPath
0001_init.sql data healthy src-tauri/src/db/migrations/0001_init.sql
0002_projects_sessions.sql data healthy src-tauri/src/db/migrations/0002_projects_sessions.sql

LabelLayerStatusPath
cstuncsik__unified-agentic-workspace software healthy /data/fable5_failed_archive/cstuncsik__unified-agentic-work…

LabelLayerStatusPath
sqlite data healthy README.md

LabelLayerStatusPath
127.0.0.1 network healthy wdio.conf.ts

LabelLayerStatusPath
auth::README.md security healthy README.md

LabelLayerStatusPath
gha::e2e cicd healthy .github/workflows/e2e.yml

LabelLayerStatusPath
e2e cicd healthy .github/workflows/e2e.yml
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/22d3e032-7bdc-499d-84fb-a25bb9bc727d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/22d3e032-7bdc-499d-84fb-a25bb9bc727d/

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.