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.

sssamuelll/copyclip

https://github.com/sssamuelll/copyclip · scanned 2026-06-16 00:20 UTC (2 months, 2 weeks ago)

98 raw signals (0 security + 98 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 72 actionable findings from 1 signal source. 26 repeated signals grouped for readability. 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 2365 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
App software healthy frontend/src/App.tsx:App
notify software healthy frontend/src/App.tsx:notify
patchJson software healthy frontend/src/api/cuaderno.ts:patchJson
getJson software healthy frontend/src/api/cuaderno.ts:getJson
postJson software healthy frontend/src/api/cuaderno.ts:postJson
askStream software healthy frontend/src/api/cuaderno.ts:askStream
logAPI software healthy frontend/src/api/client.ts:logAPI
readJSONSafely software healthy frontend/src/api/client.ts:readJSONSafely
toAPIError software healthy frontend/src/api/client.ts:toAPIError
message software healthy frontend/src/api/client.ts:message
getJSON software healthy frontend/src/api/client.ts:getJSON
postJSON software healthy frontend/src/api/client.ts:postJSON
patchJSON software healthy frontend/src/api/client.ts:patchJSON
deleteJSON software healthy frontend/src/api/client.ts:deleteJSON
fogToSeverity software healthy frontend/src/utils/debt.ts:fogToSeverity
scoreToBand software healthy frontend/src/utils/debt.ts:scoreToBand
relativeBand software healthy frontend/src/utils/debt.ts:relativeBand
t software healthy frontend/src/utils/debt.ts:t
fogClass software healthy frontend/src/utils/debt.ts:fogClass
fogFill software healthy frontend/src/utils/debt.ts:fogFill
fogBorder software healthy frontend/src/utils/debt.ts:fogBorder
renderInline software healthy frontend/src/components/cuaderno/inline.tsx:renderInline
Cuaderno software healthy frontend/src/components/cuaderno/Cuaderno.tsx:Cuaderno
ProviderSelector software healthy frontend/src/components/cuaderno/ProviderSelector.tsx:Provi…
HistoryOverlay software healthy frontend/src/components/cuaderno/HistoryOverlay.tsx:History…
onKey software healthy frontend/src/components/cuaderno/HistoryOverlay.tsx:onKey
DecisionConfirm software healthy frontend/src/components/cuaderno/DecisionConfirm.tsx:Decisi…
confirm software healthy frontend/src/components/cuaderno/DecisionConfirm.tsx:confirm
pickLang software healthy frontend/src/components/cuaderno/strings.ts:pickLang
t software healthy frontend/src/components/cuaderno/strings.ts:t
Composer software healthy frontend/src/components/cuaderno/Composer.tsx:Composer
handleSubmit software healthy frontend/src/components/cuaderno/Composer.tsx:handleSubmit
AnswerCheck software healthy frontend/src/components/cuaderno/AnswerCheck.tsx:AnswerCheck
fetchFileSlice software healthy frontend/src/components/cuaderno/SidePanel.tsx:fetchFileSli…
SidePanel software healthy frontend/src/components/cuaderno/SidePanel.tsx:SidePanel
onKey software healthy frontend/src/components/cuaderno/SidePanel.tsx:onKey
citationLabel software healthy frontend/src/components/cuaderno/CitationChip.tsx:citationL…
CitationChip software healthy frontend/src/components/cuaderno/CitationChip.tsx:CitationC…
set software healthy frontend/src/components/cuaderno/playgroundSlot.ts:set
subscribe software healthy frontend/src/components/cuaderno/playgroundSlot.ts:subscribe
getState software healthy frontend/src/components/cuaderno/playgroundSlot.ts:getState
stopPoll software healthy frontend/src/components/cuaderno/playgroundSlot.ts:stopPoll
startPoll software healthy frontend/src/components/cuaderno/playgroundSlot.ts:startPoll
killCurrent software healthy frontend/src/components/cuaderno/playgroundSlot.ts:killCurr…
launch software healthy frontend/src/components/cuaderno/playgroundSlot.ts:launch
close software healthy frontend/src/components/cuaderno/playgroundSlot.ts:close
onActiveFrameChange software healthy frontend/src/components/cuaderno/playgroundSlot.ts:onActive…
reconcileOnMount software healthy frontend/src/components/cuaderno/playgroundSlot.ts:reconcil…
FrameEmpty software healthy frontend/src/components/cuaderno/frames/FrameEmpty.tsx:Fram…
FrameMidStream software healthy frontend/src/components/cuaderno/frames/FrameMidStream.tsx:…

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

LabelLayerStatusPath
requirements-dev.txt software healthy requirements-dev.txt
README.md software healthy README.md
install.sh software healthy install.sh
pyproject.toml software healthy pyproject.toml
requirements.txt software healthy requirements.txt
CHANGELOG.md software healthy CHANGELOG.md
tsconfig.app.json software healthy frontend/tsconfig.app.json
vite.config.ts software healthy frontend/vite.config.ts
package.json software healthy frontend/package.json
tsconfig.node.json software healthy frontend/tsconfig.node.json
index.html software healthy frontend/index.html
package-lock.json software healthy frontend/package-lock.json
tsconfig.json software healthy frontend/tsconfig.json
vitest.config.ts software healthy frontend/vitest.config.ts
vitest.setup.ts software healthy frontend/vitest.setup.ts
App.test.tsx software healthy frontend/src/App.test.tsx
main.tsx software healthy frontend/src/main.tsx
nav.ts software healthy frontend/src/nav.ts
App.tsx software healthy frontend/src/App.tsx
api.ts software healthy frontend/src/types/api.ts
cuaderno.ts software healthy frontend/src/api/cuaderno.ts
client.ts software healthy frontend/src/api/client.ts
debt.ts software healthy frontend/src/utils/debt.ts
debt.test.ts software healthy frontend/src/utils/debt.test.ts
inline.tsx software healthy frontend/src/components/cuaderno/inline.tsx
Cuaderno.tsx software healthy frontend/src/components/cuaderno/Cuaderno.tsx
ProviderSelector.tsx software healthy frontend/src/components/cuaderno/ProviderSelector.tsx
HistoryOverlay.tsx software healthy frontend/src/components/cuaderno/HistoryOverlay.tsx
Cuaderno.test.tsx software healthy frontend/src/components/cuaderno/Cuaderno.test.tsx
DecisionConfirm.test.tsx software healthy frontend/src/components/cuaderno/DecisionConfirm.test.tsx
DecisionConfirm.tsx software healthy frontend/src/components/cuaderno/DecisionConfirm.tsx
strings.ts software healthy frontend/src/components/cuaderno/strings.ts
Composer.tsx software healthy frontend/src/components/cuaderno/Composer.tsx
AnswerCheck.tsx software healthy frontend/src/components/cuaderno/AnswerCheck.tsx
SidePanel.tsx software healthy frontend/src/components/cuaderno/SidePanel.tsx
CitationChip.tsx software healthy frontend/src/components/cuaderno/CitationChip.tsx
playgroundSlot.ts software healthy frontend/src/components/cuaderno/playgroundSlot.ts
FrameEmpty.tsx software healthy frontend/src/components/cuaderno/frames/FrameEmpty.tsx
FrameMidStream.tsx software healthy frontend/src/components/cuaderno/frames/FrameMidStream.tsx
FrameDynamic.tsx software healthy frontend/src/components/cuaderno/frames/FrameDynamic.tsx
GraphSubset.tsx software healthy frontend/src/components/cuaderno/widgets/GraphSubset.tsx
CallersTree.tsx software healthy frontend/src/components/cuaderno/widgets/CallersTree.tsx
GraphView.tsx software healthy frontend/src/components/cuaderno/widgets/GraphView.tsx
SequenceDiagram.tsx software healthy frontend/src/components/cuaderno/widgets/SequenceDiagram.tsx
GraphView.test.tsx software healthy frontend/src/components/cuaderno/widgets/GraphView.test.tsx
PlaygroundWidget.tsx software healthy frontend/src/components/cuaderno/widgets/PlaygroundWidget.t…
CuadernoPage.tsx software healthy frontend/src/pages/CuadernoPage.tsx
SettingsPage.test.tsx software healthy frontend/src/pages/SettingsPage.test.tsx
HandoffPage.tsx software healthy frontend/src/pages/HandoffPage.tsx
SettingsPage.tsx software healthy frontend/src/pages/SettingsPage.tsx

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

LabelLayerStatusPath
and software healthy frontend/src/styles/atlas-chrome.test.ts:and
_FakeProcess software healthy tests/test_marimo_runner.py:69
_RecordingTrace software healthy tests/test_marimo_runner.py:712
FakeRunner software healthy tests/test_playground_trace.py:14
FailingRunner software healthy tests/test_playground_trace.py:28
_FakeCompleted software healthy tests/test_history_briefing.py:42
TestExtractFunctions software healthy tests/test_minimizer_contextual_full.py:14
TestInjectComments software healthy tests/test_minimizer_contextual_full.py:46
TestMinimizeContentContextualIntegration software healthy tests/test_minimizer_contextual_full.py:68
TestJSFallbackRendering software healthy tests/test_minimizer_contextual_full.py:103
TestCLIEndToEnd software healthy tests/test_minimizer_contextual_full.py:113
FakeRawClient software healthy tests/test_cuaderno_anthropic_client.py:4
_Messages software healthy tests/test_cuaderno_anthropic_client.py:9
_FakeBlockText software healthy tests/test_cuaderno_anthropic_client.py:22
_FakeBlockToolUse software healthy tests/test_cuaderno_anthropic_client.py:27
_FakeResponse software healthy tests/test_cuaderno_anthropic_client.py:34
TestContextualMinimization software healthy tests/test_minimizer_contextual.py:11
StubStream software healthy tests/test_cuaderno_compositor.py:11
Boom software healthy tests/test_cuaderno_compositor.py:229
_Client software healthy tests/test_cuaderno_artifact_honesty.py:134
_StubClient software healthy tests/test_cuaderno_judge.py:45
_C software healthy tests/test_cuaderno_judge.py:141
StubClient software healthy tests/test_cuaderno_judge.py:161
_Fn software healthy tests/test_cuaderno_openai_adapter.py:49
_TC software healthy tests/test_cuaderno_openai_adapter.py:55
_Delta software healthy tests/test_cuaderno_openai_adapter.py:62
_Choice software healthy tests/test_cuaderno_openai_adapter.py:160
_Chunk software healthy tests/test_cuaderno_openai_adapter.py:74
_FakeChatCompletions software healthy tests/test_cuaderno_openai_adapter.py:79
_FakeChat software healthy tests/test_cuaderno_openai_adapter.py:88
_FakeOpenAI software healthy tests/test_cuaderno_openai_adapter.py:93
_Completions software healthy tests/test_cuaderno_openai_adapter.py:154
_Msg software healthy tests/test_cuaderno_openai_adapter.py:157
_Resp software healthy tests/test_cuaderno_openai_adapter.py:163
_Chat software healthy tests/test_cuaderno_openai_adapter.py:167
_Raw software healthy tests/test_cuaderno_openai_adapter.py:170
RecordingStub software healthy tests/test_cuaderno_retry_recovery.py:17
MockAiohttpResponseError software healthy tests/test_llm_error_logging.py:16
TestLLMErrorLogging software healthy tests/test_llm_error_logging.py:21
_Stub software healthy tests/test_compositor_altitude_gate.py:63
_Stub software healthy tests/test_compositor_rationale_gate.py:77
FakeHandler software healthy tests/test_cuaderno_sse_response.py:7
Boom software healthy tests/test_cuaderno_sse_response.py:43
StubStream software healthy tests/test_cuaderno_ask_stream.py:9
StubStream software healthy tests/test_cuaderno_trace_integration.py:14
_Completed software healthy tests/test_reacquaintance_briefing.py:31
_Blk software healthy tests/test_cuaderno_anthropic_stream.py:6
_StopEvent software healthy tests/test_cuaderno_anthropic_stream.py:11
_OtherEvent software healthy tests/test_cuaderno_anthropic_stream.py:17
_FakeStreamCtx software healthy tests/test_cuaderno_anthropic_stream.py:21

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

LabelLayerStatusPath
frontend software healthy frontend
src software healthy frontend/src
types software healthy frontend/src/types
api software healthy frontend/src/api
utils software healthy frontend/src/utils
components software healthy frontend/src/components
cuaderno software healthy frontend/src/components/cuaderno
frames software healthy frontend/src/components/cuaderno/frames
widgets software healthy frontend/src/components/cuaderno/widgets
pages software healthy frontend/src/pages
styles software healthy frontend/src/styles
tests software healthy tests
fixtures software healthy tests/fixtures
bench_fixture_repo software healthy tests/fixtures/bench_fixture_repo
docs software healthy docs
superpowers software healthy docs/superpowers
research software healthy docs/superpowers/research
plans software healthy docs/superpowers/plans
specs software healthy docs/superpowers/specs
2026-05-28-cuaderno-prototype software healthy docs/superpowers/specs/2026-05-28-cuaderno-prototype
plans software healthy docs/plans
scripts software healthy scripts
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
copyclip software healthy src/copyclip
intelligence software healthy src/copyclip/intelligence
ui software healthy src/copyclip/intelligence/ui
cuaderno software healthy src/copyclip/intelligence/cuaderno
bench software healthy src/copyclip/intelligence/cuaderno/bench
llm software healthy src/copyclip/llm
prompts software healthy src/copyclip/llm/prompts

LabelLayerStatusPath
projects data healthy src/copyclip/intelligence/db.py
files data healthy src/copyclip/intelligence/db.py
commits data healthy src/copyclip/intelligence/db.py
file_changes data healthy src/copyclip/intelligence/db.py
modules data healthy src/copyclip/intelligence/db.py
dependencies data healthy src/copyclip/intelligence/db.py
symbols data healthy src/copyclip/intelligence/db.py
symbol_edges data healthy src/copyclip/intelligence/db.py
decisions data healthy src/copyclip/intelligence/db.py
decision_refs data healthy src/copyclip/intelligence/db.py
decision_links data healthy src/copyclip/intelligence/db.py
decision_history data healthy src/copyclip/intelligence/db.py
risks data healthy src/copyclip/intelligence/db.py
issues data healthy src/copyclip/intelligence/db.py
pulls data healthy src/copyclip/intelligence/db.py
snapshots data healthy src/copyclip/intelligence/db.py
story_snapshots data healthy src/copyclip/intelligence/db.py
identity_drift_snapshots data healthy src/copyclip/intelligence/db.py
config data healthy src/copyclip/intelligence/db.py
alert_rules data healthy src/copyclip/intelligence/db.py
alert_events data healthy src/copyclip/intelligence/db.py
analysis_jobs data healthy src/copyclip/intelligence/db.py
analysis_file_state data healthy src/copyclip/intelligence/db.py
analysis_file_insights data healthy src/copyclip/intelligence/db.py
project_visits data healthy src/copyclip/intelligence/db.py
reentry_checkpoints data healthy src/copyclip/intelligence/db.py
handoff_packets data healthy src/copyclip/intelligence/db.py
handoff_review_summaries data healthy src/copyclip/intelligence/db.py
cuaderno_sessions data healthy src/copyclip/intelligence/db.py
cuaderno_questions data healthy src/copyclip/intelligence/db.py

LabelLayerStatusPath
/CuadernoPage frontend healthy frontend/src/pages/CuadernoPage.tsx
/SettingsPage.test frontend healthy frontend/src/pages/SettingsPage.test.tsx
/HandoffPage frontend healthy frontend/src/pages/HandoffPage.tsx
/SettingsPage frontend healthy frontend/src/pages/SettingsPage.tsx
/Atlas3DPage frontend healthy frontend/src/pages/Atlas3DPage.tsx

LabelLayerStatusPath
claude-review cicd healthy .github/workflows/claude-code-review.yml
claude cicd healthy .github/workflows/claude.yml
pytest cicd healthy .github/workflows/tests.yml
vitest cicd healthy .github/workflows/tests.yml

LabelLayerStatusPath
gha::claude-code-review cicd healthy .github/workflows/claude-code-review.yml
gha::claude cicd healthy .github/workflows/claude.yml
gha::tests cicd healthy .github/workflows/tests.yml

LabelLayerStatusPath
port:5173 network healthy frontend/vite.config.ts
port:1234 network healthy tests/test_playground_trace.py

LabelLayerStatusPath
repobility-clone-p7r87m3u software healthy /tmp/repobility-clone-p7r87m3u

LabelLayerStatusPath
sqlite data healthy tests/test_intelligence_server_api.py

LabelLayerStatusPath
127.0.0.1 network healthy frontend/vite.config.ts

LabelLayerStatusPath
CLAUDE_CODE_OAUTH_TOKEN cicd healthy
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/511d4701-f462-4578-8ccb-09b943c6a75c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/511d4701-f462-4578-8ccb-09b943c6a75c/

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.