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.

aartiq/nowaikit

https://github.com/aartiq/nowaikit · scanned 2026-06-17 01:28 UTC (1 month, 2 weeks ago)

87 raw signals (0 security + 87 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -33.5 (diff) · 83 actionable findings from 1 signal source. 4 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 862 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
_run_server software healthy clients/gemini/servicenow_gemini_client.py:38
get_mcp_tools software healthy clients/gemini/servicenow_gemini_client.py:51
call_mcp_tool software healthy clients/gemini/servicenow_gemini_client.py:56
mcp_tools_as_gemini_declarations software healthy clients/gemini/servicenow_gemini_client.py:68
run_agent software healthy clients/gemini/servicenow_gemini_client.py:80
_run_server software healthy clients/codex/servicenow_openai_client.py:39
get_mcp_tools software healthy clients/codex/servicenow_openai_client.py:52
mcp_tools_as_openai_functions software healthy clients/codex/servicenow_openai_client.py:59
call_mcp_tool software healthy clients/codex/servicenow_openai_client.py:74
run_agent software healthy clients/codex/servicenow_openai_client.py:87
call software healthy tests/tools/incident.test.ts:call
createMockReq software healthy tests/transport/auth-middleware.test.ts:createMockReq
createMockRes software healthy tests/transport/auth-middleware.test.ts:createMockRes
for software healthy scripts/generate-sample-reports.mjs:for
main software healthy scripts/generate-sample-reports.mjs:main
createServer software healthy src/server.ts:createServer
instanceName software healthy src/server.ts:instanceName
main software healthy src/server.ts:main
mountDashboard software healthy src/dashboard/index.ts:mountDashboard
getDashboardHtml software healthy src/dashboard/index.ts:getDashboardHtml
init software healthy src/dashboard/index.ts:init
renderTools software healthy src/dashboard/index.ts:renderTools
filterTools software healthy src/dashboard/index.ts:filterTools
showTool software healthy src/dashboard/index.ts:showTool
mountA2ARoutes software healthy src/a2a/index.ts:mountA2ARoutes
body software healthy src/a2a/index.ts:body
taskId software healthy src/a2a/index.ts:taskId
buildAgentCard software healthy src/a2a/agent-card.ts:buildAgentCard
getDomainPrefix software healthy src/a2a/agent-card.ts:getDomainPrefix
capitalize software healthy src/a2a/agent-card.ts:capitalize
mountApiRoutes software healthy src/api/index.ts:mountApiRoutes
name software healthy src/api/index.ts:name
body software healthy src/api/index.ts:body
uri software healthy src/api/index.ts:uri
requireWrite software healthy src/utils/permissions.ts:requireWrite
requireCmdbWrite software healthy src/utils/permissions.ts:requireCmdbWrite
requireScripting software healthy src/utils/permissions.ts:requireScripting
requireNowAssist software healthy src/utils/permissions.ts:requireNowAssist
requireAtf software healthy src/utils/permissions.ts:requireAtf
requireFluent software healthy src/utils/permissions.ts:requireFluent
isFluentEnabled software healthy src/utils/permissions.ts:isFluentEnabled
isWriteEnabled software healthy src/utils/permissions.ts:isWriteEnabled
isCmdbWriteEnabled software healthy src/utils/permissions.ts:isCmdbWriteEnabled
isScriptingEnabled software healthy src/utils/permissions.ts:isScriptingEnabled
isNowAssistEnabled software healthy src/utils/permissions.ts:isNowAssistEnabled
isAtfEnabled software healthy src/utils/permissions.ts:isAtfEnabled
parseList software healthy src/utils/guardrails.ts:parseList
assertWriteAllowed software healthy src/utils/guardrails.ts:assertWriteAllowed
assertDeleteAllowed software healthy src/utils/guardrails.ts:assertDeleteAllowed
auditPath software healthy src/utils/audit.ts:auditPath

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

LabelLayerStatusPath
.env.example software healthy .env.example
vitest.config.ts software healthy vitest.config.ts
tsconfig.server.json software healthy tsconfig.server.json
CONTRIBUTING.md software healthy CONTRIBUTING.md
CHANGELOG.md software healthy CHANGELOG.md
server.json software healthy server.json
EXAMPLES.md software healthy EXAMPLES.md
package-lock.json software healthy package-lock.json
README.md software healthy README.md
SECURITY.md software healthy SECURITY.md
LICENSE software healthy LICENSE
TERMS.md software healthy TERMS.md
package.json software healthy package.json
eslint.config.js software healthy eslint.config.js
smithery.yaml software healthy smithery.yaml
tsconfig.eslint.json software healthy tsconfig.eslint.json
instances.example.json software healthy instances.example.json
Dockerfile software healthy Dockerfile
glama.json software healthy glama.json
tsconfig.json software healthy tsconfig.json
.env.oauth.example software healthy clients/gemini/.env.oauth.example
servicenow_gemini_client.py software healthy clients/gemini/servicenow_gemini_client.py
SETUP.md software healthy clients/gemini/SETUP.md
.env.basic.example software healthy clients/gemini/.env.basic.example
SETUP.md software healthy clients/claude-code/SETUP.md
.cursorrules software healthy clients/cursor/.cursorrules
SETUP.md software healthy clients/cursor/SETUP.md
mcp.basic.json software healthy clients/cursor/.cursor/mcp.basic.json
mcp.oauth.json software healthy clients/cursor/.cursor/mcp.oauth.json
.env.oauth.example software healthy clients/codex/.env.oauth.example
servicenow_openai_client.py software healthy clients/codex/servicenow_openai_client.py
SETUP.md software healthy clients/codex/SETUP.md
.env.basic.example software healthy clients/codex/.env.basic.example
claude_desktop_config.basic.json software healthy clients/claude-desktop/claude_desktop_config.basic.json
claude_desktop_config.oauth.json software healthy clients/claude-desktop/claude_desktop_config.oauth.json
SETUP.md software healthy clients/claude-desktop/SETUP.md
SETUP.md software healthy clients/lovable/SETUP.md
SETUP.md software healthy clients/vscode/SETUP.md
setup.ts software healthy tests/setup.ts
agent-card.test.ts software healthy tests/a2a/agent-card.test.ts
safety.test.ts software healthy tests/tools/safety.test.ts
core.test.ts software healthy tests/tools/core.test.ts
cmdb-reconciliation.test.ts software healthy tests/tools/cmdb-reconciliation.test.ts
now-assist-skills.test.ts software healthy tests/tools/now-assist-skills.test.ts
discovery.test.ts software healthy tests/tools/discovery.test.ts
permissions.test.ts software healthy tests/tools/permissions.test.ts
incident.test.ts software healthy tests/tools/incident.test.ts
router.test.ts software healthy tests/tools/router.test.ts
hrsd.test.ts software healthy tests/tools/hrsd.test.ts
security.test.ts software healthy tests/tools/security.test.ts

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

LabelLayerStatusPath
clients software healthy clients
gemini software healthy clients/gemini
claude-code software healthy clients/claude-code
cursor software healthy clients/cursor
.cursor software healthy clients/cursor/.cursor
codex software healthy clients/codex
claude-desktop software healthy clients/claude-desktop
lovable software healthy clients/lovable
vscode software healthy clients/vscode
tests software healthy tests
a2a software healthy tests/a2a
tools software healthy tests/tools
reports software healthy tests/reports
resources software healthy tests/resources
transport software healthy tests/transport
direct software healthy tests/direct
scripts software healthy scripts
.github software healthy .github
agents software healthy .github/agents
workflows software healthy .github/workflows
src software healthy src
dashboard software healthy src/dashboard
a2a software healthy src/a2a
api software healthy src/api
utils software healthy src/utils
tools software healthy src/tools
reports software healthy src/reports
resources software healthy src/resources
transport software healthy src/transport
cli software healthy src/cli
writers software healthy src/cli/writers
prompts software healthy src/prompts
capabilities software healthy src/prompts/capabilities
direct software healthy src/direct
servicenow software healthy src/servicenow
sdk software healthy src/sdk
docs software healthy docs
desktop software healthy desktop
main software healthy desktop/main
renderer software healthy desktop/renderer
src software healthy desktop/renderer/src
components software healthy desktop/renderer/src/components
pages software healthy desktop/renderer/src/pages
styles software healthy desktop/renderer/src/styles
skills software healthy skills
servicenow-incident-triage software healthy skills/servicenow-incident-triage
servicenow-safe-deployment software healthy skills/servicenow-safe-deployment
servicenow-cmdb-health-audit software healthy skills/servicenow-cmdb-health-audit

LabelLayerStatusPath
auth::src/prompts/capabilities/build-rest-api.ts security healthy src/prompts/capabilities/build-rest-api.ts
auth::src/servicenow/types.ts security healthy src/servicenow/types.ts
auth::smithery.yaml security healthy smithery.yaml
auth::src/servicenow/client.ts security healthy src/servicenow/client.ts
auth::clients/gemini/.env.oauth.example security healthy clients/gemini/.env.oauth.example
auth::clients/codex/.env.oauth.example security healthy clients/codex/.env.oauth.example
auth::src/direct/executor.ts security healthy src/direct/executor.ts
auth::desktop/renderer/src/pages/SetupWizard.tsx security healthy desktop/renderer/src/pages/SetupWizard.tsx
auth::src/cli/index.ts security healthy src/cli/index.ts
auth::src/cli/config-store.ts security healthy src/cli/config-store.ts
auth::clients/claude-desktop/claude_desktop_config.oauth.js… security healthy clients/claude-desktop/claude_desktop_config.oauth.json
auth::.env.example security healthy .env.example
auth::desktop/renderer/src/types.d.ts security healthy desktop/renderer/src/types.d.ts
auth::src/servicenow/instances.ts security healthy src/servicenow/instances.ts
auth::src/prompts/capabilities/build-test-plan.ts security healthy src/prompts/capabilities/build-test-plan.ts
auth::src/cli/shortcuts.ts security healthy src/cli/shortcuts.ts
auth::clients/cursor/.cursor/mcp.oauth.json security healthy clients/cursor/.cursor/mcp.oauth.json
auth::clients/gemini/servicenow_gemini_client.py security healthy clients/gemini/servicenow_gemini_client.py
auth::src/tools/integration.ts security healthy src/tools/integration.ts
auth::desktop/main/index.ts security healthy desktop/main/index.ts
auth::src/prompts/capabilities/build-flow.ts security healthy src/prompts/capabilities/build-flow.ts
auth::desktop/renderer/src/tools-data.ts security healthy desktop/renderer/src/tools-data.ts
auth::instances.example.json security healthy instances.example.json
auth::clients/codex/servicenow_openai_client.py security healthy clients/codex/servicenow_openai_client.py
auth::src/cli/setup.ts security healthy src/cli/setup.ts
auth::src/prompts/capabilities/scan-security.ts security healthy src/prompts/capabilities/scan-security.ts
auth::scripts/generate-sample-reports.mjs security healthy scripts/generate-sample-reports.mjs
auth::src/prompts/knowledge.ts security healthy src/prompts/knowledge.ts
auth::README.md security healthy README.md
auth::src/cli/auth.ts security healthy src/cli/auth.ts
auth::desktop/renderer/src/pages/Setup.tsx security healthy desktop/renderer/src/pages/Setup.tsx
auth::desktop/renderer/src/App.tsx security healthy desktop/renderer/src/App.tsx
auth::server.json security healthy server.json

LabelLayerStatusPath
and software healthy tests/tools/cmdb-reconciliation.test.ts:and
structure software healthy scripts/generate-sample-reports.mjs:structure
instead software healthy scripts/generate-sample-reports.mjs:instead
mapping software healthy scripts/generate-sample-reports.mjs:mapping
without software healthy scripts/generate-sample-reports.mjs:without
TaskManager software healthy src/a2a/task-manager.ts:TaskManager
ServiceNowError software healthy src/utils/errors.ts:ServiceNowError
SchemaCache software healthy src/tools/schema-cache.ts:SchemaCache
table software healthy src/tools/cmdb-reconciliation.ts:table
hierarchy software healthy src/resources/query-syntax.ts:hierarchy
NowAIKitHttpServer software healthy src/transport/http-server.ts:NowAIKitHttpServer
compliance software healthy src/prompts/index.ts:compliance
based software healthy src/prompts/knowledge.ts:based
prototype software healthy src/prompts/capabilities/scan-debt.ts:prototype
compliance software healthy src/prompts/capabilities/scan-cmdb.ts:compliance
hierarchy software healthy src/prompts/capabilities/scan-cmdb.ts:hierarchy
branches software healthy src/prompts/capabilities/scan-cmdb.ts:branches
that software healthy src/prompts/capabilities/scan-cmdb.ts:that
was software healthy src/prompts/capabilities/scan-cmdb.ts:was
hierarchies software healthy src/prompts/capabilities/scan-cmdb.ts:hierarchies
of software healthy src/prompts/capabilities/scan-cmdb.ts:of
change software healthy src/prompts/capabilities/scan-cmdb.ts:change
structure software healthy src/prompts/capabilities/scan-cmdb.ts:structure
ServiceNowClient software healthy src/servicenow/client.ts:ServiceNowClient
InstanceManager software healthy src/servicenow/instances.ts:InstanceManager
ServerManager software healthy desktop/main/server-manager.ts:ServerManager
ConfigStore software healthy desktop/main/config-store.ts:ConfigStore

LabelLayerStatusPath
10.0.0.1 network healthy tests/tools/cmdb-reconciliation.test.ts
10.0.0.2 network healthy tests/tools/cmdb-reconciliation.test.ts
192.168.1.1 network healthy tests/tools/security.test.ts
1.2.3.4 network healthy tests/tools/security.test.ts
127.0.0.1 network healthy src/cli/index.ts
255.255.255.255 network healthy src/prompts/capabilities/scan-cmdb.ts
48.585.04.15 network healthy desktop/renderer/src/components/ProviderIcons.tsx
1.218.242.202 network healthy desktop/renderer/src/components/ProviderIcons.tsx
662.089.279.242 network healthy desktop/renderer/src/components/ProviderIcons.tsx
2.014.302.597 network healthy desktop/renderer/src/components/ProviderIcons.tsx
327.387.186.319 network healthy desktop/renderer/src/components/ProviderIcons.tsx
524.904.048.072 network healthy desktop/renderer/src/components/ProviderIcons.tsx
21.553.258.06 network healthy desktop/renderer/src/components/ProviderIcons.tsx
028.02.032.04 network healthy desktop/renderer/src/components/ProviderIcons.tsx
1.029.098.44 network healthy desktop/renderer/src/components/ProviderIcons.tsx
005.15.525.346 network healthy desktop/renderer/src/components/ProviderIcons.tsx
1.55.084.383 network healthy desktop/renderer/src/components/ProviderIcons.tsx
2.34.08.718 network healthy desktop/renderer/src/components/ProviderIcons.tsx
382.425.852.764 network healthy desktop/renderer/src/components/ProviderIcons.tsx
1.377.995.526 network healthy desktop/renderer/src/components/ProviderIcons.tsx
474.325.843.778 network healthy desktop/renderer/src/components/ProviderIcons.tsx
1.303.223.526 network healthy desktop/renderer/src/components/ProviderIcons.tsx
1.61.41.62 network healthy desktop/renderer/src/components/ProviderIcons.tsx
1.69.2.68 network healthy desktop/renderer/src/components/ProviderIcons.tsx
1.61.52.27 network healthy desktop/renderer/src/components/ProviderIcons.tsx
2.02.4.02 network healthy desktop/renderer/src/components/ProviderIcons.tsx
16.01.33.01 network healthy desktop/renderer/src/components/ProviderIcons.tsx

LabelLayerStatusPath
GET / api healthy src/dashboard/index.ts
GET /dashboard api healthy src/dashboard/index.ts
GET /.well-known/agent.json api healthy src/a2a/index.ts
POST /a2a/tasks/send api healthy src/a2a/index.ts
POST /a2a/tasks/sendSubscribe api healthy src/a2a/index.ts
GET /a2a/tasks/:taskId api healthy src/a2a/index.ts
POST /a2a/tasks/:taskId/cancel api healthy src/a2a/index.ts
GET /api/tools api healthy src/api/index.ts
GET /api/tools/:name api healthy src/api/index.ts
POST /api/tool api healthy src/api/index.ts
GET /api/resources api healthy src/api/index.ts
GET /api/resource api healthy src/api/index.ts
GET /api/prompts api healthy src/api/index.ts
GET /api/instances api healthy src/api/index.ts
POST /api/instances/switch api healthy src/api/index.ts
GET /sse api healthy src/transport/index.ts
POST /messages api healthy src/transport/index.ts
POST /mcp api healthy src/transport/index.ts
GET /mcp api healthy src/transport/index.ts
DELETE /mcp api healthy src/transport/index.ts
GET /health api healthy src/transport/index.ts

LabelLayerStatusPath
/AuditLog frontend healthy desktop/renderer/src/pages/AuditLog.tsx
/SetupWizard frontend healthy desktop/renderer/src/pages/SetupWizard.tsx
/ToolBrowser frontend healthy desktop/renderer/src/pages/ToolBrowser.tsx
/Chat frontend healthy desktop/renderer/src/pages/Chat.tsx
/Tools frontend healthy desktop/renderer/src/pages/Tools.tsx
/Settings frontend healthy desktop/renderer/src/pages/Settings.tsx
/Logs frontend healthy desktop/renderer/src/pages/Logs.tsx
/Setup frontend healthy desktop/renderer/src/pages/Setup.tsx
/Instances frontend healthy desktop/renderer/src/pages/Instances.tsx
/Dashboard frontend healthy desktop/renderer/src/pages/Dashboard.tsx

LabelLayerStatusPath
App frontend healthy desktop/renderer/src/App.tsx
Sidebar frontend healthy desktop/renderer/src/components/Sidebar.tsx
Chat frontend healthy desktop/renderer/src/pages/Chat.tsx
Tools frontend healthy desktop/renderer/src/pages/Tools.tsx
Settings frontend healthy desktop/renderer/src/pages/Settings.tsx
Logs frontend healthy desktop/renderer/src/pages/Logs.tsx
Setup frontend healthy desktop/renderer/src/pages/Setup.tsx
Instances frontend healthy desktop/renderer/src/pages/Instances.tsx
Dashboard frontend healthy desktop/renderer/src/pages/Dashboard.tsx

LabelLayerStatusPath
build-mac cicd healthy .github/workflows/release.yml
build-win cicd healthy .github/workflows/release.yml
build-linux cicd healthy .github/workflows/release.yml
publish-release cicd healthy .github/workflows/release.yml
test cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
port:8080 network healthy tests/a2a/agent-card.test.ts
port:5173 network healthy desktop/vite.config.ts
port:4175 network healthy desktop/vite.config.ts
port:3000 network healthy desktop/serve.cjs

LabelLayerStatusPath
vps::azure hardware healthy .env.example
vps::aws hardware healthy README.md
vps::gcp hardware healthy src/prompts/knowledge.ts

LabelLayerStatusPath
password_literal::tests/tools/safety.test.ts security healthy tests/tools/safety.test.ts
password_literal::src/cli/auth.ts security healthy src/cli/auth.ts
password_literal::src/sdk/index.ts security healthy src/sdk/index.ts

LabelLayerStatusPath
mysql data healthy src/prompts/knowledge.ts
postgresql data healthy src/prompts/knowledge.ts

LabelLayerStatusPath
loadbalancer network healthy src/prompts/capabilities/docs-runbook.ts
nginx network healthy src/prompts/capabilities/scan-cmdb.ts

LabelLayerStatusPath
gha::release cicd healthy .github/workflows/release.yml
gha::ci cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
aartiq__nowaikit software healthy /data/fable5_failed_archive/aartiq__nowaikit

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile

LabelLayerStatusPath
GITHUB_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/7d4de5fa-230c-4fdd-a0b8-61ce9d8b3f12/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7d4de5fa-230c-4fdd-a0b8-61ce9d8b3f12/

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.