https://github.com/Crush0321/cap-brief
· scanned 2026-06-17 01:24 UTC (1 month, 2 weeks ago)
8 raw signals (0 security + 8 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ +12.0 (diff) · 8 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 64 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 |
|---|---|---|---|
vite.config.ts |
software | healthy | vite.config.ts |
package-lock.json |
software | healthy | package-lock.json |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
tsconfig.json |
software | healthy | tsconfig.json |
manifest.json |
software | healthy | src/manifest.json |
shims-vue.d.ts |
software | healthy | src/shims-vue.d.ts |
main.ts |
software | healthy | src/popup/main.ts |
App.vue |
software | healthy | src/popup/App.vue |
index.html |
software | healthy | src/popup/index.html |
ReportView.vue |
software | healthy | src/popup/components/ReportView.vue |
ExtractButton.vue |
software | healthy | src/popup/components/ExtractButton.vue |
SubtitlePreview.vue |
software | healthy | src/popup/components/SubtitlePreview.vue |
ExportButtons.vue |
software | healthy | src/popup/components/ExportButtons.vue |
storage.ts |
software | healthy | src/utils/storage.ts |
export.ts |
software | healthy | src/utils/export.ts |
index.ts |
software | healthy | src/background/index.ts |
index.ts |
software | healthy | src/types/index.ts |
main.ts |
software | healthy | src/options/main.ts |
App.vue |
software | healthy | src/options/App.vue |
index.html |
software | healthy | src/options/index.html |
index.ts |
software | healthy | src/content/index.ts |
bilibili.ts |
software | healthy | src/content/bilibili.ts |
prompts.ts |
software | healthy | src/ai/prompts.ts |
client.ts |
software | healthy | src/ai/client.ts |
2026-06-14-video-subtitle-summarizer-design.md |
software | healthy | docs/superpowers/specs/2026-06-14-video-subtitle-summarizer… |
2026-06-14-video-subtitle-summarizer.md |
software | healthy | docs/superpowers/plans/2026-06-14-video-subtitle-summarizer… |
| Label | Layer | Status | Path |
|---|---|---|---|
getSettings |
software | healthy | src/utils/storage.ts:getSettings |
saveSettings |
software | healthy | src/utils/storage.ts:saveSettings |
saveReport |
software | healthy | src/utils/storage.ts:saveReport |
getReports |
software | healthy | src/utils/storage.ts:getReports |
downloadFile |
software | healthy | src/utils/export.ts:downloadFile |
sanitizeFilename |
software | healthy | src/utils/export.ts:sanitizeFilename |
exportAsMarkdown |
software | healthy | src/utils/export.ts:exportAsMarkdown |
exportAsTxt |
software | healthy | src/utils/export.ts:exportAsTxt |
handleGenerateReport |
software | healthy | src/background/index.ts:handleGenerateReport |
parseBvid |
software | healthy | src/content/bilibili.ts:parseBvid |
getVideoInfo |
software | healthy | src/content/bilibili.ts:getVideoInfo |
getSubtitleUrl |
software | healthy | src/content/bilibili.ts:getSubtitleUrl |
fetchSubtitles |
software | healthy | src/content/bilibili.ts:fetchSubtitles |
cleanSubtitles |
software | healthy | src/content/bilibili.ts:cleanSubtitles |
extractSubtitles |
software | healthy | src/content/bilibili.ts:extractSubtitles |
getSummaryPrompt |
software | healthy | src/ai/prompts.ts:getSummaryPrompt |
getChunkSummaryPrompt |
software | healthy | src/ai/prompts.ts:getChunkSummaryPrompt |
getMergePrompt |
software | healthy | src/ai/prompts.ts:getMergePrompt |
estimateTokens |
software | healthy | src/ai/client.ts:estimateTokens |
chunkSubtitles |
software | healthy | src/ai/client.ts:chunkSubtitles |
formatSubtitles |
software | healthy | src/ai/client.ts:formatSubtitles |
callDeepSeek |
software | healthy | src/ai/client.ts:callDeepSeek |
generateReport |
software | healthy | src/ai/client.ts:generateReport |
| Label | Layer | Status | Path |
|---|---|---|---|
src |
software | healthy | src |
popup |
software | healthy | src/popup |
components |
software | healthy | src/popup/components |
utils |
software | healthy | src/utils |
background |
software | healthy | src/background |
types |
software | healthy | src/types |
options |
software | healthy | src/options |
content |
software | healthy | src/content |
ai |
software | healthy | src/ai |
docs |
software | healthy | docs |
superpowers |
software | healthy | docs/superpowers |
specs |
software | healthy | docs/superpowers/specs |
plans |
software | healthy | docs/superpowers/plans |
| Label | Layer | Status | Path |
|---|---|---|---|
Crush0321__cap-brief |
software | healthy | /data/fable5_failed_archive/Crush0321__cap-brief |
This page is publicly accessible at:
https://repobility.com/scan/2beef28d-d272-4c85-885a-e29a118b11e7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/2beef28d-d272-4c85-885a-e29a118b11e7/
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.