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.

AgentKitProject/agentkitforge-core

https://github.com/AgentKitProject/agentkitforge-core · scanned 2026-06-17 01:13 UTC (1 month, 2 weeks ago)

20 raw signals (0 security + 20 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · 11 actionable findings from 1 signal source. 9 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 482 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 software healthy scripts/smoke.mjs:run
writeJson software healthy scripts/smoke.mjs:writeJson
exportOneFile software healthy src/export/onefile.ts:exportOneFile
appendPreparedPromptSections software healthy src/export/onefile.ts:appendPreparedPromptSections
renderPromptSection software healthy src/export/onefile.ts:renderPromptSection
appendDirectorySections software healthy src/export/onefile.ts:appendDirectorySections
appendFileSection software healthy src/export/onefile.ts:appendFileSection
listSkillFiles software healthy src/export/onefile.ts:listSkillFiles
listMarkdownFiles software healthy src/export/onefile.ts:listMarkdownFiles
exists software healthy src/export/onefile.ts:exists
isSupportedExampleInputDocument software healthy src/app/exampleInputDocuments.ts:isSupportedExampleInputDoc…
inferExampleInputDocumentKind software healthy src/app/exampleInputDocuments.ts:inferExampleInputDocumentK…
summarizeExampleInputDocument software healthy src/app/exampleInputDocuments.ts:summarizeExampleInputDocum…
loadAgentKitAsDraft software healthy src/app/loadAsDraft.ts:loadAgentKitAsDraft
loadPolicies software healthy src/app/loadAsDraft.ts:loadPolicies
loadTemplates software healthy src/app/loadAsDraft.ts:loadTemplates
loadExamples software healthy src/app/loadAsDraft.ts:loadExamples
extractSection software healthy src/app/loadAsDraft.ts:extractSection
listDirectoryFiles software healthy src/app/loadAsDraft.ts:listDirectoryFiles
exists software healthy src/app/loadAsDraft.ts:exists
normalizePath software healthy src/app/loadAsDraft.ts:normalizePath
inspectAgentKitCandidate software healthy src/app/inspect.ts:inspectAgentKitCandidate
missingRequiredFolders software healthy src/app/inspect.ts:missingRequiredFolders
findRootFiles software healthy src/app/inspect.ts:findRootFiles
findSkills software healthy src/app/inspect.ts:findSkills
exists software healthy src/app/inspect.ts:exists
joinFriendly software healthy src/app/inspect.ts:joinFriendly
getAgentKitSummary software healthy src/app/summary.ts:getAgentKitSummary
listDirectoryFiles software healthy src/app/summary.ts:listDirectoryFiles
exists software healthy src/app/summary.ts:exists
normalizePath software healthy src/app/summary.ts:normalizePath
exportAgentKitToCodex software healthy src/adapters/codex.ts:exportAgentKitToCodex
exportSkillFolder software healthy src/adapters/codex.ts:exportSkillFolder
prepareDestinationFolders software healthy src/adapters/codex.ts:prepareDestinationFolders
assertAgentKitForgeGeneratedFolder software healthy src/adapters/codex.ts:assertAgentKitForgeGeneratedFolder
writeMarker software healthy src/adapters/codex.ts:writeMarker
renderSkillAgentKitReadme software healthy src/adapters/codex.ts:renderSkillAgentKitReadme
renderIndexSkill software healthy src/adapters/codex.ts:renderIndexSkill
folderNameForSkill software healthy src/adapters/codex.ts:folderNameForSkill
folderNameForIndex software healthy src/adapters/codex.ts:folderNameForIndex
exists software healthy src/adapters/codex.ts:exists
exportAgentKitToClaudeCode software healthy src/adapters/claudeCode.ts:exportAgentKitToClaudeCode
preparePluginFolder software healthy src/adapters/claudeCode.ts:preparePluginFolder
assertAgentKitForgeGeneratedPlugin software healthy src/adapters/claudeCode.ts:assertAgentKitForgeGeneratedPlug…
writePluginManifest software healthy src/adapters/claudeCode.ts:writePluginManifest
writeMarker software healthy src/adapters/claudeCode.ts:writeMarker
copyIfPresent software healthy src/adapters/claudeCode.ts:copyIfPresent
copyDirectoryIfPresent software healthy src/adapters/claudeCode.ts:copyDirectoryIfPresent
pluginFolderName software healthy src/adapters/claudeCode.ts:pluginFolderName
exists software healthy src/adapters/claudeCode.ts:exists

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

LabelLayerStatusPath
vitest.config.ts software healthy vitest.config.ts
RELEASE_PROCESS.md software healthy RELEASE_PROCESS.md
.release-please-manifest.json software healthy .release-please-manifest.json
SECURITY_CI_POLICY.md software healthy SECURITY_CI_POLICY.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
CHANGELOG.md software healthy CHANGELOG.md
SPEC.md software healthy SPEC.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
package.json software healthy package.json
CLI.md software healthy CLI.md
CODE_OF_CONDUCT.md software healthy CODE_OF_CONDUCT.md
release-please-config.json software healthy release-please-config.json
VERSIONING.md software healthy VERSIONING.md
tsconfig.json software healthy tsconfig.json
smoke.mjs software healthy scripts/smoke.mjs
pull_request_template.md software healthy .github/pull_request_template.md
feature_request.md software healthy .github/ISSUE_TEMPLATE/feature_request.md
bug_report.md software healthy .github/ISSUE_TEMPLATE/bug_report.md
publish-npm.yml software healthy .github/workflows/publish-npm.yml
smoke.yml software healthy .github/workflows/smoke.yml
release-please.yml software healthy .github/workflows/release-please.yml
ci.yml software healthy .github/workflows/ci.yml
security.yml software healthy .github/workflows/security.yml
SKILL.md software healthy builder/create-agent-kit/SKILL.md
index.ts software healthy src/index.ts
types.ts software healthy src/types.ts
onefile.ts software healthy src/export/onefile.ts
exampleInputDocuments.ts software healthy src/app/exampleInputDocuments.ts
loadAsDraft.ts software healthy src/app/loadAsDraft.ts
inspect.ts software healthy src/app/inspect.ts
summary.ts software healthy src/app/summary.ts
codex.ts software healthy src/adapters/codex.ts
claudeCode.ts software healthy src/adapters/claudeCode.ts
types.ts software healthy src/providers/types.ts
catalog.ts software healthy src/providers/catalog.ts
templates.ts software healthy src/init/templates.ts
create.ts software healthy src/init/create.ts
reader.ts software healthy src/package/reader.ts
packager.ts software healthy src/package/packager.ts
version.ts software healthy src/package/version.ts
schema.ts software healthy src/draft/schema.ts
session.ts software healthy src/draft/session.ts
render.ts software healthy src/draft/render.ts
builder.ts software healthy src/context/builder.ts
types.ts software healthy src/context/types.ts
draftRequest.ts software healthy src/builder/draftRequest.ts
revisionRequest.ts software healthy src/builder/revisionRequest.ts

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

LabelLayerStatusPath
scripts software healthy scripts
.github software healthy .github
ISSUE_TEMPLATE software healthy .github/ISSUE_TEMPLATE
workflows software healthy .github/workflows
builder software healthy builder
create-agent-kit software healthy builder/create-agent-kit
src software healthy src
export software healthy src/export
app software healthy src/app
adapters software healthy src/adapters
providers software healthy src/providers
init software healthy src/init
package software healthy src/package
draft software healthy src/draft
context software healthy src/context
builder software healthy src/builder
schema software healthy src/schema
market software healthy src/market
cli software healthy src/cli
fs software healthy src/fs
validation software healthy src/validation
prompts software healthy src/prompts
artifacts software healthy src/artifacts
domains software healthy src/domains
test software healthy test
fixtures software healthy test/fixtures
drafts software healthy test/fixtures/drafts
valid-verified software healthy test/fixtures/valid-verified
evals software healthy test/fixtures/valid-verified/evals
policies software healthy test/fixtures/valid-verified/policies
examples software healthy test/fixtures/valid-verified/examples
skills software healthy test/fixtures/valid-verified/skills
summarize software healthy test/fixtures/valid-verified/skills/summarize
valid-local software healthy test/fixtures/valid-local
skills software healthy test/fixtures/valid-local/skills
summarize software healthy test/fixtures/valid-local/skills/summarize
valid-trusted software healthy test/fixtures/valid-trusted
policies software healthy test/fixtures/valid-trusted/policies
examples software healthy test/fixtures/valid-trusted/examples
skills software healthy test/fixtures/valid-trusted/skills
summarize software healthy test/fixtures/valid-trusted/skills/summarize
valid-publishable software healthy test/fixtures/valid-publishable
skills software healthy test/fixtures/valid-publishable/skills
summarize software healthy test/fixtures/valid-publishable/skills/summarize

LabelLayerStatusPath
publish cicd healthy .github/workflows/publish-npm.yml
smoke cicd healthy .github/workflows/smoke.yml
release-please cicd healthy .github/workflows/release-please.yml
publish-npm cicd healthy .github/workflows/release-please.yml
build cicd healthy .github/workflows/ci.yml
npm-audit cicd healthy .github/workflows/security.yml

LabelLayerStatusPath
AgentKitDraftValidationError software healthy src/draft/render.ts:AgentKitDraftValidationError
FileTokenStore software healthy src/market/store.ts:FileTokenStore
ReconnectRequiredError software healthy src/market/auth.ts:ReconnectRequiredError
MemoryStore software healthy test/market-auth-flow.test.ts:MemoryStore
Entry software healthy test/market-store-crossplatform.test.ts:Entry

LabelLayerStatusPath
auth::src/market/index.ts security healthy src/market/index.ts
auth::src/market/workos.ts security healthy src/market/workos.ts
auth::src/market/auth.ts security healthy src/market/auth.ts
auth::src/market/jwt.ts security healthy src/market/jwt.ts
auth::test/market-auth.test.ts security healthy test/market-auth.test.ts

LabelLayerStatusPath
gha::publish-npm cicd healthy .github/workflows/publish-npm.yml
gha::smoke cicd healthy .github/workflows/smoke.yml
gha::release-please cicd healthy .github/workflows/release-please.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::security cicd healthy .github/workflows/security.yml

LabelLayerStatusPath
k8s::AgentKit::test/fixtures/valid-verified/agentkit.yaml hardware healthy test/fixtures/valid-verified/agentkit.yaml
k8s::AgentKit::test/fixtures/valid-local/agentkit.yaml hardware healthy test/fixtures/valid-local/agentkit.yaml
k8s::AgentKit::test/fixtures/valid-trusted/agentkit.yaml hardware healthy test/fixtures/valid-trusted/agentkit.yaml
k8s::AgentKit::test/fixtures/valid-publishable/agentkit.yaml hardware healthy test/fixtures/valid-publishable/agentkit.yaml

LabelLayerStatusPath
AgentKitProject__agentkitforge-core software healthy /data/fable5_failed_archive/AgentKitProject__agentkitforge-…

LabelLayerStatusPath
vps::aws hardware healthy README.md
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/2ca0cf72-bcfc-49f0-9530-a7afc4cb913d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2ca0cf72-bcfc-49f0-9530-a7afc4cb913d/

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.