Agent Plugins Marketplace
All plugins

aar-plugin

v1.0.39

AgentAutoReview — AI 앱 보안 리뷰 워크플로 스킬 7종 + 리모트 MCP(aar-mcp). /aar_review(적용 시나리오 전수 실증) · /aar_update(주간 SaaS 추적, 트리·보고서 델타 갱신) · /aar_fix(대화에서 배운 걸 규범에 반영) · /aar_explain(리뷰 결과를 큰그림·적은글씨 HTML 아티팩트로) · /aar_menu(원천 트리 항목 하나만 조사해 그 노드에 보고서를 붙임) · /aar_menutoy(SaaS 웹 메뉴를 크롤러 코드로 재현·git 이력, 주간) · /aar_sensing(Agent Auto Sensing 랭킹 세션을 가져와 리뷰하고 카드마다 완료 표시, 매주). 리뷰 발행 직전 독립 검증 서브에이전트 aar-reviewer(대상 드리프트·tier 귀속 정직성·커버리지·증거 게이트)와 대전제 감사 aar-compounder. 스킬은 한 트리(skills/)에서만 관리하고 MCP `skill('get', …)` 로 원문을 받아 쓴다. 도구는 서버측 자동 업데이트.

Claude Code1 Skill1 MCP serverStreamable HTTP

By AgentReview0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install aar-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install aar-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/arizona95/dowhub-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/aar-plugin/.

Plugin files

plugins/aar-plugin/
├── .claude-plugin/plugin.json
├── skills/scenario-capture/SKILL.md
└── .mcp.json

Included Skills1

scenario-captureskills/scenario-capture/SKILL.md

Run an AgentReview S1 scenario LIVE and produce its report. Drive the user PC VM — user-window-pc (Windows) or user-linux-pc (Linux), whichever OS the target SaaS supports — and the AgentReview console THROUGH THE CONSOLE IN YOUR OWN BROWSER, capturing each screen yourself and POSTing it to /api/v1/evidence — never an off-screen browser. Prove a security control (proxy traversal, egress, tenant-restriction header→403, DLP→451, OTel, tool audit) by capturing before/after/proxy frames live, then build the report into the CURRENT SESSION folder. Use when asked to "run / record / capture an S1 scenario", "시나리오 찍어".

MCP servers1

aar-mcpStreamable HTTP
url
https://dowhub.org/aar-mcp/

Plugin manifests1

plugins/aar-plugin/.claude-plugin/plugin.json
{
  "name": "aar-plugin",
  "version": "1.0.39",
  "description": "AgentAutoReview — AI 앱 보안 리뷰 워크플로 스킬 7종 + 리모트 MCP(aar-mcp). /aar_review(적용 시나리오 전수 실증) · /aar_update(주간 SaaS 추적, 트리·보고서 델타 갱신) · /aar_fix(대화에서 배운 걸 규범에 반영) · /aar_explain(리뷰 결과를 큰그림·적은글씨 HTML 아티팩트로) · /aar_menu(원천 트리 항목 하나만 조사해 그 노드에 보고서를 붙임) · /aar_menutoy(SaaS 웹 메뉴를 크롤러 코드로 재현·git 이력, 주간) · /aar_sensing(Agent Auto Sensing 랭킹 세션을 가져와 리뷰하고 카드마다 완료 표시, 매주). 리뷰 발행 직전 독립 검증 서브에이전트 aar-reviewer(대상 드리프트·tier 귀속 정직성·커버리지·증거 게이트)와 대전제 감사 aar-compounder. 스킬은 한 트리(skills/)에서만 관리하고 MCP `skill('get', …)` 로 원문을 받아 쓴다. 도구는 서버측 자동 업데이트.",
  "author": {
    "name": "AgentReview"
  },
  "homepage": "https://dowhub.org/aar-mcp/",
  "keywords": [
    "security-review",
    "agentreview",
    "mcp",
    "aar"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[aar-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aar-plugin)