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.

seqi781/AGENT

https://github.com/seqi781/AGENT · scanned 2026-06-16 00:07 UTC (2 months, 2 weeks ago)

28 raw signals (0 security + 28 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 23 actionable findings from 1 signal source. 5 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 206 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
print_event software dead run_task.py:18
main software healthy run_task.py:35
latest_run software healthy monitor.py:44
_arg_hint software healthy monitor.py:49
parse_trial software healthy monitor.py:62
fmt_event software healthy monitor.py:96
__init__ software healthy monitor.py:243
compose software dead monitor.py:185
on_mount software dead monitor.py:247
follow software healthy monitor.py:155
action_refresh software healthy monitor.py:199
on_data_table_row_selected software dead monitor.py:227
main software healthy monitor.py:251
resolve_from_dataset software healthy preflight_timeouts.py:25
main software healthy preflight_timeouts.py:39
find_trajectories software healthy viewer.py:38
parse_events software healthy viewer.py:77
flush software healthy viewer.py:100
log_message software dead viewer.py:248
_send software healthy viewer.py:251
do_GET software dead viewer.py:258
main software healthy viewer.py:277
measure software healthy benchmark_latency.py:50
fmt software healthy benchmark_latency.py:104
main software healthy benchmark_latency.py:108
med software healthy benchmark_latency.py:131
__init__ software healthy adapters/a2a_server.py:129
run software healthy adapters/a2a_server.py:66
_work software healthy adapters/a2a_server.py:94
next_outbound software dead adapters/a2a_server.py:114
execute software healthy adapters/a2a_server.py:132
reply software healthy adapters/a2a_server.py:136
cancel software healthy adapters/a2a_server.py:185
main software healthy adapters/a2a_server.py:191
__init__ software healthy adapters/harbor_agent.py:39
name software healthy adapters/harbor_agent.py:48
version software healthy adapters/harbor_agent.py:51
_discover_task_timeout software healthy adapters/harbor_agent.py:54
setup software dead adapters/harbor_agent.py:110
run software healthy adapters/harbor_agent.py:120
_write_atif software healthy adapters/harbor_agent.py:176
populate_context_post_run software dead adapters/harbor_agent.py:193
_populate_post_run software healthy adapters/harbor_agent.py:207
_write_atif_from_jsonl software healthy adapters/harbor_agent.py:243
_parse_args software healthy adapters/atif.py:28
_tool_calls software healthy adapters/atif.py:41
build_trajectory software healthy adapters/atif.py:56
_content_text software healthy adapters/atif.py:71
_collect_obs software healthy adapters/atif.py:75
messages_from_jsonl software healthy adapters/atif.py:140

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

LabelLayerStatusPath
run_task.py software healthy run_task.py
mkdocs.yml software healthy mkdocs.yml
README.md software healthy README.md
monitor.py software healthy monitor.py
preflight_timeouts.py software healthy preflight_timeouts.py
Dockerfile software healthy Dockerfile
pyproject.toml software healthy pyproject.toml
viewer.py software healthy viewer.py
AGENTS.md software healthy AGENTS.md
benchmark_latency.py software healthy benchmark_latency.py
serve_docs.sh software healthy serve_docs.sh
a2a_server.py software healthy adapters/a2a_server.py
__init__.py software healthy adapters/__init__.py
harbor_agent.py software healthy adapters/harbor_agent.py
atif.py software healthy adapters/atif.py
a2a_smoke.py software healthy tests/a2a_smoke.py
14-ceiling-vs-discipline.md software healthy docs/14-ceiling-vs-discipline.md
08-bench-integration.md software healthy docs/08-bench-integration.md
06-smoke-test.md software healthy docs/06-smoke-test.md
12-a2a-leaderboard.md software healthy docs/12-a2a-leaderboard.md
07-tmux-executor.md software healthy docs/07-tmux-executor.md
01-overview.md software healthy docs/01-overview.md
03-llm.md software healthy docs/03-llm.md
05-core-loop.md software healthy docs/05-core-loop.md
index.md software healthy docs/index.md
15-mechanical-state.md software healthy docs/15-mechanical-state.md
09-reasoning-chain.md software healthy docs/09-reasoning-chain.md
04-tools.md software healthy docs/04-tools.md
11-final-mile.md software healthy docs/11-final-mile.md
02-setup.md software healthy docs/02-setup.md
13-reasoning-diet.md software healthy docs/13-reasoning-diet.md
10-memory-board.md software healthy docs/10-memory-board.md
__init__.py software healthy agent/__init__.py
config.py software healthy agent/config.py
llm.py software healthy agent/llm.py
trajectory.py software healthy agent/trajectory.py
executor.py software healthy agent/executor.py
core.py software healthy agent/core.py
state_ledger.py software healthy agent/state_ledger.py
__init__.py software healthy agent/tools/__init__.py
update_memory.py software healthy agent/tools/update_memory.py
recall.py software healthy agent/tools/recall.py
task_done.py software healthy agent/tools/task_done.py
base.py software healthy agent/tools/base.py
interactive.py software healthy agent/tools/interactive.py
files.py software healthy agent/tools/files.py
run_command.py software healthy agent/tools/run_command.py
scenario.toml software healthy submission/scenario.toml
system.md software healthy prompts/system.md
AGENTS.md quality healthy AGENTS.md

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

LabelLayerStatusPath
DetailScreen software healthy monitor.py:134
Overview software healthy monitor.py:175
MonitorApp software healthy monitor.py:233
Handler software healthy viewer.py:247
A2ABridgeExecutor software healthy adapters/a2a_server.py:53
TaskSession software healthy adapters/a2a_server.py:84
PurpleAgentExecutor software healthy adapters/a2a_server.py:126
TerminalAgent software healthy adapters/harbor_agent.py:32
AgentConfig software healthy agent/config.py:37
Usage software healthy agent/llm.py:28
LLMResponse software healthy agent/llm.py:70
LLMError software healthy agent/llm.py:85
OpenAICompatProvider software healthy agent/llm.py:89
Trajectory software healthy agent/trajectory.py:16
ExecOutcome software healthy agent/executor.py:24
Executor software healthy agent/executor.py:40
LocalExecutor software healthy agent/executor.py:54
ShellFileMixin software healthy agent/executor.py:87
HarborExecutor software healthy agent/executor.py:113
RunResult software healthy agent/core.py:208
Agent software healthy agent/core.py:221
_Event software healthy agent/state_ledger.py:36
StateLedger software healthy agent/state_ledger.py:44
UpdateMemoryTool software healthy agent/tools/update_memory.py:23
RecallTool software healthy agent/tools/recall.py:21
TaskDoneTool software healthy agent/tools/task_done.py:27
ToolResult software healthy agent/tools/base.py:31
Tool software healthy agent/tools/base.py:40
SendKeysTool software healthy agent/tools/interactive.py:38
ReadScreenTool software healthy agent/tools/interactive.py:99
ReadFileTool software healthy agent/tools/files.py:15
WriteFileTool software healthy agent/tools/files.py:47
EditFileTool software healthy agent/tools/files.py:64
RunCommandTool software healthy agent/tools/run_command.py:13

LabelLayerStatusPath
adapters software healthy adapters
tests software healthy tests
docs software healthy docs
agent software healthy agent
tools software healthy agent/tools
submission software healthy submission
prompts software healthy prompts

LabelLayerStatusPath
repobility-clone-5e4z3hfg software healthy /tmp/repobility-clone-5e4z3hfg

LabelLayerStatusPath
sqlite data healthy agent/state_ledger.py

LabelLayerStatusPath
127.0.0.1 network healthy mkdocs.yml

LabelLayerStatusPath
port:9100 network healthy Dockerfile

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
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/296e7d1f-223e-496f-ac0c-dbae5844ebb9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/296e7d1f-223e-496f-ac0c-dbae5844ebb9/

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.