github Go analyzed · update queued 5262fcd

manishiitg/coding-agent-loop

github

AgentWorks: the open-source control plane for running, measuring, and improving AI agent workflows across your company.

maintainer
manishiitg
license
first seen
2026-07-13
last seen
2026-08-01
releases · 30d
42
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport stdio counts 0 tools · 0 res · 0 prompts permission surface via code analysis

No tools enumerated yet for this server.

code evidence vv1.25.130 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 1238

filesystem 1

  • fs manishiitg-coding-agent-loop-5262fcd/desktop/main.js :7 const fs = require('fs');

shell / exec 6

  • shell manishiitg-coding-agent-loop-5262fcd/agent_go/static/assets/SyntaxHighlightedCode-CdeVzg-C.js :6 `)};if(I===0){var B=u.slice(m+1,f).concat(_e({children:[U],className:d.properties.className})),H=A(B,C);p.push(H)}else if(I===v.length-1){var z=u[f+1]&&u[f+1].children&&u[f+1].children[0],$={type:"tex
  • shell manishiitg-coding-agent-loop-5262fcd/agent_go/static/assets/cytoscape.esm-BnkdMOzK.js :4 In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Je(r,e){return ec(r)||nc(r,e)||Xs(r,e)||ic()}function mn(r){return rc(r)||ac(r)||Xs(r)||sc()}function oc(r
  • shell manishiitg-coding-agent-loop-5262fcd/agent_go/static/assets/treemap-KMMF4GRG-DdqGkhoy.js :117 `;case"r":return"\r";case"t":return" ";case"v":return"\v";case"0":return"\0";default:return u}}function r(u){return u.charAt(0)==="^"?u.substring(1):u}t.convertID=r;function i(u){return parseInt(u)}t.
  • shell manishiitg-coding-agent-loop-5262fcd/desktop/main.js :3 const { spawn, spawnSync } = require('child_process');
  • shell manishiitg-coding-agent-loop-5262fcd/frontend/src/components/ui/MarkdownRenderer.tsx :423 return new RegExp(`(?:^|/)\\.?[^/]+\\.(${linkableWorkspaceFileExtensionPattern})$`, 'i').test(path)
  • shell manishiitg-coding-agent-loop-5262fcd/frontend/src/lib/reportPlanParser.ts :232 // `path: $[*]` or `path: $` when the source is a root-level array/value.

network 23

  • net manishiitg-coding-agent-loop-5262fcd/agent_go/static/assets/PushToGistDialog-BTNiwArY.js :1 import{r as a,j as e,G as k,X as C,C as j,a as G,E,K as _,L as T}from"./index-DUqqK3bz.js";function L({isOpen:i,onClose:n,fileContent:w,fileName:g}){const[d,m]=a.useState(""),[l,x]=a.useState(!1),[s,b
  • net manishiitg-coding-agent-loop-5262fcd/agent_go/static/assets/SyntaxHighlightedCode-CdeVzg-C.js :8 |(?![\\s\\S])))+`,"m"),alias:o,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(n)[0]}}}}),Object.defineProperty(r.languages.diff,"PREFIXES
  • net manishiitg-coding-agent-loop-5262fcd/agent_go/static/assets/katex-DhXJpUyf.js :256 `+P+" children.");for(var r0=0;r0<P;r0++){var e0=new V0(F[r0]),Y0=new C0([e0],{width:"400em",height:A(U),viewBox:"0 0 "+h+" "+H,preserveAspectRatio:Y[r0]+" slice"}),s0=b.makeSvgSpan([j[r0]],[Y0],t);if
  • net manishiitg-coding-agent-loop-5262fcd/desktop/main.js :4 const http = require('http');
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/api/commands.ts :1 import axios from 'axios'
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/api/scheduler.ts :1 import axios from 'axios'
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/api/secrets.ts :1 import axios from 'axios';
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/api/skills.ts :1 import axios from 'axios';
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/api/subagents.ts :1 import axios from 'axios';
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/components/MCPToolApiTester.tsx :84 const res = await fetch(`${apiBaseUrl}/api/mcp/execute`, {
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/components/ServerConnectionStatus.tsx :29 const res = await fetch(healthUrl, { signal: ac.signal })
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/components/Workspace.tsx :789 fetch(targetFolder, shouldForceInitialWorkflowLoad ? { force: true } : undefined)
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/components/WorkspaceConnectionSwitcher.tsx :170 const response = await fetch(`${target}/api/auth/mode`, { cache: 'no-store' })
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/components/events/tools/ToolCallSpecialRender/ImageGenToolCallEndDisplay.tsx :29 const res = await fetch(url)
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/components/workspace/PushToGistDialog.tsx :58 const response = await fetch('https://api.github.com/gists', {
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/pages/SharedFile.tsx :90 const resp = await fetch(`${base}/api/public/file?path=${encodedPath}${uidParam}`, { headers })
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/pages/SharedFolder.tsx :106 const resp = await fetch(`${base}/api/public/folder?path=${encoded}${uidParam}`, { headers })
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/services/api.ts :2 import axios from 'axios'
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/services/llm-config-api.ts :1 import axios from 'axios'
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/services/mcpConfigApi.ts :55 const response = await fetch(`${this.baseUrl}/api/mcp-config`, {
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/services/oauthApi.ts :68 const response = await fetch(`${this.baseUrl}/api/oauth/start`, {
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/utils/pdfExport.ts :228 const resp = await fetch(img.src)
  • net manishiitg-coding-agent-loop-5262fcd/frontend/src/utils/sessionRestore.ts :6 import axios from 'axios'

secrets 1

  • secrets manishiitg-coding-agent-loop-5262fcd/desktop/main.js :493 process.env.AUTH_SECRET = authSecret;

declared dependencies 133

  • github.com/mark3labs/mcp-go@v0.45.0
  • detect-port@^1.5.1
  • electron@^33.2.0
  • electron-builder@^25.1.8
  • github.com/PaesslerAG/jsonpath@v0.1.1
  • github.com/anthropics/anthropic-sdk-go@v1.43.0
  • github.com/aws/aws-sdk-go-v2/config@v1.32.17
  • github.com/aws/aws-sdk-go-v2/service/bedrockruntime@v1.50.6
  • github.com/creack/pty@v1.1.24
  • github.com/golang-jwt/jwt/v5@v5.2.1
  • github.com/google/uuid@v1.6.0
  • github.com/gorilla/mux@v1.8.1
  • github.com/gorilla/websocket@v1.5.3
  • github.com/invopop/jsonschema@v0.13.0
  • github.com/joho/godotenv@v1.5.1
  • github.com/manishiitg/coding-agent-loop/workspace@v0.0.0
  • github.com/manishiitg/mcpagent@v1.7.12-0.20260716131010-c895e829d33b
  • github.com/manishiitg/multi-llm-provider-go@v0.7.4-0.20260718050808-753a2fdbe516
  • github.com/openai/openai-go/v3@v3.36.0
  • github.com/robfig/cron/v3@v3.0.1
  • github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e
  • github.com/slack-go/slack@v0.17.3
  • github.com/spf13/cobra@v1.10.1
  • github.com/spf13/viper@v1.21.0
  • go.mau.fi/whatsmeow@v0.0.0-20260421083005-5b8886176ff7
  • golang.org/x/net@v0.55.0
  • google.golang.org/genai@v1.57.0
  • gopkg.in/yaml.v3@v3.0.1
  • modernc.org/sqlite@v1.49.1
  • cloud.google.com/go@v0.123.0
  • cloud.google.com/go/auth@v0.18.0
  • cloud.google.com/go/compute/metadata@v0.9.0
  • filippo.io/edwards25519@v1.1.0
  • github.com/PaesslerAG/gval@v1.0.0
  • github.com/aws/aws-sdk-go-v2@v1.41.7
  • github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.7.10
  • github.com/aws/aws-sdk-go-v2/credentials@v1.19.16
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.18.23
  • github.com/aws/aws-sdk-go-v2/internal/configsources@v1.4.23
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.7.23
  • github.com/aws/aws-sdk-go-v2/internal/v4a@v1.4.24
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.13.9
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.13.23
  • github.com/aws/aws-sdk-go-v2/service/signin@v1.0.11
  • github.com/aws/aws-sdk-go-v2/service/sso@v1.30.17
  • github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.35.21
  • github.com/aws/aws-sdk-go-v2/service/sts@v1.42.1
  • github.com/aws/smithy-go@v1.25.1
  • github.com/bahlo/generic-list-go@v0.2.0
  • github.com/beeper/argo-go@v1.1.2
  • github.com/buger/jsonparser@v1.1.2
  • github.com/bytedance/gopkg@v0.1.3
  • github.com/bytedance/sonic@v1.15.0
  • github.com/bytedance/sonic/loader@v0.5.0
  • github.com/cespare/xxhash/v2@v2.3.0
  • github.com/cloudwego/base64x@v0.1.6
  • github.com/coder/websocket@v1.8.14
  • github.com/dlclark/regexp2@v1.11.5
  • github.com/dustin/go-humanize@v1.0.1
  • github.com/elliotchance/orderedmap/v3@v3.1.0
  • github.com/felixge/httpsnoop@v1.0.4
  • github.com/fsnotify/fsnotify@v1.9.0
  • github.com/gabriel-vasile/mimetype@v1.4.12
  • github.com/gin-contrib/sse@v1.1.0
  • github.com/gin-gonic/gin@v1.12.0
  • github.com/go-logr/logr@v1.4.3
  • github.com/go-logr/stdr@v1.2.2
  • github.com/go-playground/locales@v0.14.1
  • github.com/go-playground/universal-translator@v0.18.1
  • github.com/go-playground/validator/v10@v10.30.1
  • github.com/go-viper/mapstructure/v2@v2.4.0
  • github.com/goccy/go-json@v0.10.5
  • github.com/goccy/go-yaml@v1.19.2
  • github.com/google/go-cmp@v0.7.0
  • github.com/google/s2a-go@v0.1.9
  • github.com/googleapis/enterprise-certificate-proxy@v0.3.11
  • github.com/googleapis/gax-go/v2@v2.16.0
  • github.com/inconshreveable/mousetrap@v1.1.0
  • github.com/json-iterator/go@v1.1.12
  • github.com/klauspost/cpuid/v2@v2.3.0
  • github.com/leodido/go-urn@v1.4.0
  • github.com/mailru/easyjson@v0.7.7
  • github.com/mattn/go-colorable@v0.1.14
  • github.com/mattn/go-isatty@v0.0.20
  • github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2@v1.0.2
  • github.com/ncruces/go-strftime@v1.0.0
  • github.com/pelletier/go-toml/v2@v2.2.4
  • github.com/petermattis/goid@v0.0.0-20260330135022-df67b199bc81
  • github.com/pkoukk/tiktoken-go@v0.1.8
  • github.com/quic-go/qpack@v0.6.0
  • github.com/quic-go/quic-go@v0.59.0
  • github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec
  • github.com/rs/zerolog@v1.35.0
  • github.com/sagikazarmark/locafero@v0.11.0
  • github.com/sirupsen/logrus@v1.9.3
  • github.com/sourcegraph/conc@v0.3.1-0.20240121214520-5f936abd7ae8
  • github.com/spf13/afero@v1.15.0
  • github.com/spf13/cast@v1.10.0
  • github.com/spf13/pflag@v1.0.10
  • github.com/standard-webhooks/standard-webhooks/libraries@v0.0.1
  • github.com/subosito/gotenv@v1.6.0
  • github.com/tidwall/gjson@v1.18.0
  • github.com/tidwall/match@v1.2.0
  • github.com/tidwall/pretty@v1.2.1
  • github.com/tidwall/sjson@v1.2.5
  • github.com/twitchyliquid64/golang-asm@v0.15.1
  • github.com/ugorji/go/codec@v1.3.1
  • github.com/vektah/gqlparser/v2@v2.5.27
  • github.com/wk8/go-ordered-map/v2@v2.1.8
  • github.com/yosida95/uritemplate/v3@v3.0.2
  • go.mau.fi/libsignal@v0.2.1
  • go.mau.fi/util@v0.9.8
  • go.mongodb.org/mongo-driver/v2@v2.5.0
  • go.opentelemetry.io/auto/sdk@v1.2.1
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.64.0
  • go.opentelemetry.io/otel@v1.41.0
  • go.opentelemetry.io/otel/metric@v1.41.0
  • go.opentelemetry.io/otel/trace@v1.41.0
  • go.yaml.in/yaml/v3@v3.0.4
  • golang.org/x/arch@v0.22.0
  • golang.org/x/crypto@v0.52.0
  • golang.org/x/exp@v0.0.0-20260410095643-746e56fc9e2f
  • golang.org/x/oauth2@v0.34.0
  • golang.org/x/sync@v0.20.0
  • golang.org/x/sys@v0.45.0
  • golang.org/x/text@v0.37.0
  • google.golang.org/genproto/googleapis/rpc@v0.0.0-20260112192933-99fd39fd28a9
  • google.golang.org/grpc@v1.79.3
  • google.golang.org/protobuf@v1.36.11
  • modernc.org/libc@v1.72.0
  • modernc.org/mathutil@v1.7.1
  • modernc.org/memory@v1.11.0