← Back to search

@hanhnd/agent-kit

GitHub Actions Scanned 9d ago

Agent Kit MCP server for software development agent workflows

? Not scanned yet

Versions

1.0.42latest
Jul 3, 2026
1.0.41
May 31, 2026
1.0.40
May 28, 2026
1.0.39
May 28, 2026
1.0.38
May 27, 2026
+ show 36 moreshow less
1.0.37
May 27, 2026
1.0.36
May 27, 2026
1.0.35
May 23, 2026
1.0.34
May 23, 2026
1.0.33
May 22, 2026
1.0.32
May 22, 2026
1.0.31
May 19, 2026
1.0.30
May 18, 2026
1.0.29
May 18, 2026
1.0.28
May 17, 2026
1.0.27
May 15, 2026
1.0.26
May 14, 2026
1.0.25
May 13, 2026
1.0.24
May 12, 2026
1.0.23
May 1, 2026
1.0.22
Apr 26, 2026
1.0.21
Apr 25, 2026
1.0.20
Apr 25, 2026
1.0.19
Apr 24, 2026
1.0.18
Apr 23, 2026
1.0.17
Apr 13, 2026
1.0.16
Apr 11, 2026
1.0.15
Apr 9, 2026
1.0.14
Apr 9, 2026
1.0.13
Apr 7, 2026
1.0.12
Apr 7, 2026
1.0.11
Apr 6, 2026
1.0.10
Apr 5, 2026
1.0.9
Apr 4, 2026
1.0.8
Apr 3, 2026
1.0.7
Apr 2, 2026
1.0.6
Apr 1, 2026
1.0.5
Mar 31, 2026
1.0.4
Mar 31, 2026
1.0.1
Mar 31, 2026
1.0.0
Mar 31, 2026

Tools 9

kit_memory_search
annotations: verified low

Search persistent memory for factual or semantic matches (decisions, concepts, entities). Extract concise keywords only, removing stopwords and filler words from the user request before querying. Use kit_memory_recent for temporal or recency questions.

query string top_k number
readOnlyHint true openWorldHint false idempotentHint true
kit_memory_recent
annotations: verified low

Return the N most recently updated memory sources. Optionally filter by source type. Use for temporal questions like "what did we do last session" or "recent".

n number source_type enum
readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
kit_memory_save
annotations: verified low

Save content to wiki/raw for inclusion after the next /wiki compile.

content string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
kit_memory_digest_init
annotations: verified low

Initialize or toggle local conversation digesting. Downloads/cache-loads the pinned local model only when explicitly invoked.

enabled boolean model_id string
readOnlyHint false openWorldHint true idempotentHint true destructiveHint false
kit_save_handoff
annotations: verified low

Save a handoff artifact to .agent-kit/handoffs/. Returns the saved folder path to use in next-step instructions. Do NOT append version numbers (v2, v3, etc.) to the slug.

type enum
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
kit_get_bitbucket_pr
annotations: verified low

Get Bitbucket PR details and optionally the diff. Accepts a full PR URL or a numeric PR ID with workspace + repoSlug.

input string repoSlug string includeDiff boolean
readOnlyHint true openWorldHint true idempotentHint true
kit_jira_get_ticket
annotations: verified low

Get ticket details from Jira using the Atlassian REST API

ticketId string
readOnlyHint true openWorldHint true idempotentHint true
kit_confluence_get_page
annotations: verified low

Get a Confluence page as markdown using the Atlassian REST API. Accepts a full Confluence page URL or a numeric page ID.

input string
readOnlyHint true openWorldHint true idempotentHint true
kit_trigger_agent
annotations: verified low

!Important: Trigger only when user explicitly asks to delegate a task to an external agent CLI (gemini, claude, or codex). The task can be a direct message or a path to a handoff folder (.agent-kit/handoffs/feature-slug/plan).

readOnlyHint false openWorldHint true idempotentHint false destructiveHint true

Permissions 4

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs, fs sync ops, fs.promises
shell high
Server uses shell capabilities via: child_process, execSync(), spawn(), spawnSync()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 32

info
Tool 'kit_memory_search' annotations are consistent annotation_checker · 80%
info
Tool 'kit_memory_recent' annotations are consistent annotation_checker · 80%
info
Tool 'kit_memory_save' annotations are consistent annotation_checker · 80%
info
Tool 'kit_memory_digest_init' annotations are consistent annotation_checker · 80%
info
Tool 'kit_save_handoff' annotations are consistent annotation_checker · 80%
info
Tool 'kit_get_bitbucket_pr' annotations are consistent annotation_checker · 80%
info
Tool 'kit_jira_get_ticket' annotations are consistent annotation_checker · 80%
info
Tool 'kit_confluence_get_page' annotations are consistent annotation_checker · 80%
info
Tool 'kit_trigger_agent' annotations are consistent annotation_checker · 80%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.13.1 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.13.1 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.13.1 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: kit_memory_search manifest_parser · 85%
info
Tool: kit_memory_recent manifest_parser · 85%
info
Tool: kit_memory_save manifest_parser · 85%
info
Tool: kit_memory_digest_init manifest_parser · 85%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%
info
Tool: kit_save_handoff manifest_parser · 85%
info
Tool: kit_get_bitbucket_pr manifest_parser · 85%
info
Tool: kit_jira_get_ticket manifest_parser · 85%
info
Tool: kit_confluence_get_page manifest_parser · 85%
info
Tool: kit_trigger_agent manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (15) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 378 components sbom_generator · 100%