[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-anthropics-code-review-ja":3,"guides-for-anthropics-code-review":276,"similar-k173ymbggq9r147t4dfja8g1gn866jgb":277},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":20,"identity":212,"isFallback":216,"parentExtension":217,"providers":247,"relations":252,"repo":253,"workflow":275},1778054452948.413,"k173ymbggq9r147t4dfja8g1gn866jgb",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives",{},"Code Review Plugin","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/code-review",[15,16,17,18,19],"code-review","github","automation","mcp","bash",{"_creationTime":21,"_id":22,"extensionId":5,"locale":23,"result":24,"trustSignals":200,"workflow":210},1778054703946.7368,"kn70f6fm91n3hc622dqyth8c8d86749n","en",{"checks":25,"evaluatedAt":190,"extensionSummary":191,"promptVersionExtension":192,"promptVersionScoring":193,"rationale":194,"score":195,"summary":196,"tags":197,"targetMarket":198,"tier":199},[26,31,34,37,41,44,48,53,56,59,63,68,72,76,79,82,85,88,91,94,98,102,106,110,114,117,120,123,127,130,133,136,139,142,145,148,151,154,157,160,163,166,169,172,176,179,182,186],{"category":27,"check":28,"severity":29,"summary":30},"Practical Utility","Problem relevance","pass","The displayed description clearly states the problem of automated code review for pull requests and the value proposition of using specialized agents to filter false positives.",{"category":27,"check":32,"severity":29,"summary":33},"Unique selling proposition","The plugin offers a unique selling proposition by employing multiple specialized agents with confidence-based scoring to filter false positives, going beyond a simple API wrapper.",{"category":27,"check":35,"severity":29,"summary":36},"Production readiness","The plugin appears production-ready, covering the complete lifecycle of code review for pull requests, including checks for eligibility, agent execution, scoring, filtering, and commenting.",{"category":38,"check":39,"severity":29,"summary":40},"Scope","Single responsibility principle","The plugin has a single, coherent responsibility: automated code review for pull requests, with specialized agents focusing on specific aspects of review.",{"category":38,"check":42,"severity":29,"summary":43},"Description quality","The displayed description accurately and concisely reflects the plugin's functionality as described in the README and code.",{"category":45,"check":46,"severity":29,"summary":47},"Invocation","Scoped tools","The plugin uses narrowly scoped bash tools for interacting with GitHub, such as `gh issue view`, `gh pr comment`, etc., which is appropriate for the task.",{"category":49,"check":50,"severity":51,"summary":52},"Documentation","Configuration & parameter reference","info","While the README mentions adjusting the confidence threshold, the exact parameter and how to modify it in the command file is documented but lacks explicit defaults or precedence order details.",{"category":38,"check":54,"severity":29,"summary":55},"Tool naming","The tool names, such as `gh issue view`, `gh pr comment`, etc., are descriptive and relevant to the code review domain.",{"category":38,"check":57,"severity":29,"summary":58},"Minimal I/O surface","The tools used by the plugin appear to have minimal input and output requirements, focusing on necessary GitHub CLI operations.",{"category":60,"check":61,"severity":29,"summary":62},"License","License usability","The plugin is licensed under the Apache-2.0 license, which is a permissive open-source license.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","critical","There are no commits on the default branch, indicating the project is likely unmaintained and poses a significant risk.",{"category":64,"check":69,"severity":70,"summary":71},"Dependency Management","not_applicable","The plugin relies on the GitHub CLI, which is assumed to be installed by the user, and does not introduce other third-party dependencies that require management within the plugin itself.",{"category":73,"check":74,"severity":70,"summary":75},"Security","Secret Management","The plugin does not appear to handle or expose any secrets, as it relies on the user's authenticated GitHub CLI.",{"category":73,"check":77,"severity":29,"summary":78},"Injection","The plugin uses the GitHub CLI for specific operations, which is generally safe. No external data is loaded as instructions.",{"category":73,"check":80,"severity":29,"summary":81},"Transitive Supply-Chain Grenades","The plugin only uses the GitHub CLI and does not fetch remote content or execute arbitrary commands at runtime.",{"category":73,"check":83,"severity":29,"summary":84},"Sandbox Isolation","The plugin relies on the GitHub CLI, which operates within its own sandboxed environment and does not modify files outside the project scope.",{"category":73,"check":86,"severity":29,"summary":87},"Sandbox escape primitives","The plugin does not use any detached-process spawns or deny-retry loops that could facilitate sandbox escapes.",{"category":73,"check":89,"severity":29,"summary":90},"Data Exfiltration","The plugin only interacts with the GitHub API via the CLI and does not exfiltrate any confidential data or personal information.",{"category":73,"check":92,"severity":29,"summary":93},"Hidden Text Tricks","Bundled files do not contain any hidden-steering tricks, invisible Unicode characters, or other obfuscation methods.",{"category":95,"check":96,"severity":29,"summary":97},"Hooks","Opaque code execution","The plugin uses plain Bash scripts and the GitHub CLI, with no obfuscated code or runtime script fetching.",{"category":99,"check":100,"severity":29,"summary":101},"Portability","Structural Assumption","The plugin assumes a standard Git repository structure and the presence of the GitHub CLI, which are reasonable and documented assumptions.",{"category":103,"check":104,"severity":66,"summary":105},"Trust","Issues Attention","There are no issues opened or closed in the last 90 days, indicating a complete lack of maintainer engagement and potential abandonment.",{"category":107,"check":108,"severity":66,"summary":109},"Versioning","Release Management","There is no version information in any manifest file, no GitHub release tags, and no CHANGELOG.md. The install instructions reference 'main', indicating a lack of proper release management.",{"category":111,"check":112,"severity":29,"summary":113},"Code Execution","Validation","The plugin utilizes the GitHub CLI, which inherently performs validation on its commands and arguments. No custom validation library is present, but it's not strictly needed here.",{"category":73,"check":115,"severity":29,"summary":116},"Unguarded Destructive Operations","The plugin's primary destructive operation is posting comments, which is not a dangerous operation and does not require additional guards.",{"category":111,"check":118,"severity":29,"summary":119},"Error Handling","The plugin relies on the GitHub CLI for error handling, which provides structured output. The script logic is designed to halt if prerequisites are not met.",{"category":111,"check":121,"severity":70,"summary":122},"Logging","The plugin is read-only in terms of user data and does not perform actions that require a local audit log.",{"category":124,"check":125,"severity":29,"summary":126},"Compliance","GDPR","The plugin does not process personal data; it interacts with GitHub API which may contain metadata but no PII is explicitly handled or submitted.",{"category":124,"check":128,"severity":29,"summary":129},"Target market","The plugin is a general code review tool and has no regional or jurisdictional logic, making it globally applicable.",{"category":99,"check":131,"severity":29,"summary":132},"Runtime stability","The plugin relies on standard bash and the GitHub CLI, making it portable across POSIX-compliant systems.",{"category":38,"check":134,"severity":70,"summary":135},"Tool surface size","This is a plugin that utilizes external tools (GitHub CLI) rather than exposing its own defined tools.",{"category":45,"check":137,"severity":29,"summary":138},"Name collisions","The plugin does not expose any commands or extensions that would directly collide with Claude Code built-ins or other common commands.",{"category":45,"check":140,"severity":29,"summary":141},"Overlapping near-synonym tools","The plugin exclusively uses the GitHub CLI, which has distinct commands for specific actions, avoiding near-synonym overlaps.",{"category":45,"check":143,"severity":70,"summary":144},"Hooks-off mechanism","The plugin does not define any hooks, so a hooks-off mechanism is not applicable.",{"category":45,"check":146,"severity":70,"summary":147},"Hook matcher tightness","The plugin does not define any hooks, so hook matcher tightness is not applicable.",{"category":73,"check":149,"severity":70,"summary":150},"Hook security","The plugin does not define any hooks, so hook security is not applicable.",{"category":95,"check":152,"severity":70,"summary":153},"Silent prompt rewriting","The plugin does not utilize a UserPromptSubmit hook, so silent prompt rewriting is not a concern.",{"category":73,"check":155,"severity":70,"summary":156},"Permission Hook","The plugin does not define any PermissionRequest hooks.",{"category":124,"check":158,"severity":70,"summary":159},"Hook privacy","The plugin does not define any hooks, therefore no data is sent to external logging or telemetry services via hooks.",{"category":111,"check":161,"severity":70,"summary":162},"Hook dependency","The plugin does not define any hooks, so hook dependency is not applicable.",{"category":49,"check":164,"severity":29,"summary":165},"Install / Setup Instructions","The README provides clear installation instructions, stating the plugin is included in Claude Code and the command is automatically available.",{"category":49,"check":167,"severity":29,"summary":168},"Feature Transparency","The README clearly explains the plugin's functionality, including its multi-agent approach, confidence scoring, and Git integration.",{"category":49,"check":170,"severity":29,"summary":171},"Phantom features","All features mentioned in the README, such as the code review process, agent types, and filtering, have corresponding implementations or clear explanations in the code and documentation.",{"category":173,"check":174,"severity":29,"summary":175},"Convention","Layout convention adherence","The plugin adheres to Claude Code plugin conventions by placing `plugin.json` in `.claude-plugin/` and using `commands/code-review.md` for command definition.",{"category":173,"check":177,"severity":70,"summary":178},"Plugin state","The plugin does not appear to have any persistent state that needs to be managed outside of the standard plugin lifecycle.",{"category":73,"check":180,"severity":70,"summary":181},"Keychain-stored secrets","The plugin does not handle any secrets that would require keychain storage; it relies on the user's authenticated GitHub CLI.",{"category":183,"check":184,"severity":70,"summary":185},"Dependencies","Tagged release sourcing","The plugin relies on the globally installed GitHub CLI and does not bundle any MCP servers or external dependencies that require tagged release sourcing.",{"category":187,"check":188,"severity":29,"summary":189},"Installation","Clean uninstall","The plugin does not spawn background daemons, cron jobs, or other persistent processes that would survive an uninstall.",1778054543831,"This plugin automates code review for pull requests by leveraging multiple specialized agents to analyze changes from different perspectives. It scores issues based on confidence levels to filter out false positives, providing actionable feedback for developers. The plugin relies on the GitHub CLI for repository interaction and is included directly within Claude Code.","2.0.0","3.4.0","The extension is flagged due to critical findings related to 'Commit recency', 'Issues Attention', and 'Release Management', all indicating a severe lack of maintenance and potential abandonment. The absence of recent commits, no recent issue activity, and no clear versioning or release process makes this extension high-risk for users.",45,"This plugin automates code review for pull requests using multiple specialized agents and confidence-based scoring to filter false positives.",[15,16,17,18,19],"global","flagged",{"codeQuality":201,"collectedAt":202,"documentation":203,"maintenance":205,"popularity":206,"security":207,"testCoverage":209},{},1778054529354,{"descriptionLength":204,"readmeSize":8},129,{},{"smitheryUniqueUsers":8,"smitheryUseCount":8},{"hasNpmPackage":208,"smitheryVerified":208},false,{"hasCi":208,"hasTests":208},{"updatedAt":211},1778054703946,{"githubOwner":213,"githubRepo":214,"locale":23,"slug":15,"type":215},"anthropics","claude-plugins-official","plugin",true,{"_creationTime":218,"_id":219,"community":220,"display":221,"identity":229,"parentExtension":230,"providers":231,"relations":241,"workflow":243},1778054452948.4092,"k171b9714j6pgfxqht22y94q4x866sck",{"reviewCount":8},{"description":222,"name":223,"sourceUrl":224,"tags":225},"Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations","Claude Code Plugins Directory","https://github.com/anthropics/claude-plugins-official",[226,227,228,18],"marketplace","directory","plugins",{"githubOwner":213,"githubRepo":214,"locale":23,"slug":214,"type":226},null,{"extract":232,"llm":237,"smithery":240},{"commitSha":233,"license":234,"marketplace":235},"06f52cd3ac3e47ecb45228a86183ea2a86e9d6ff","n/a",{"name":214,"pluginCount":236},179,{"promptVersionExtension":192,"promptVersionScoring":193,"score":238,"targetMarket":198,"tier":239},85,"evaluated",{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":208},{"repoId":242},"kd798hf3w99qz2xt1fqtgq7gf9865e31",{"anyEnrichmentAt":244,"extractAt":245,"githubAt":246,"llmAt":211,"smitheryAt":244,"updatedAt":211},1778054509977,1778054452948,1778054454391,{"extract":248,"llm":250,"smithery":251},{"commitSha":233,"license":249},"Apache-2.0",{"promptVersionExtension":192,"promptVersionScoring":193,"score":195,"targetMarket":198,"tier":199},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":208},{"parentExtensionId":219,"repoId":242},{"_creationTime":254,"_id":242,"identity":255,"providers":256,"workflow":272},1777995558409.857,{"githubOwner":213,"githubRepo":214,"sourceUrl":224},{"discover":257,"github":261},{"sources":258},[259,260],"skills-sh","smithery",{"closedIssues90d":262,"forks":263,"homepage":264,"openIssues90d":265,"pushedAt":266,"readmeSize":267,"stars":268,"topics":269},83,2270,"https://code.claude.com/docs/en/plugins",480,1778039881000,1948,18631,[270,18,271],"claude-code","skills",{"discoverAt":273,"extractAt":274,"githubAt":274,"updatedAt":274},1777995558409,1778054455773,{"anyEnrichmentAt":244,"extractAt":245,"githubAt":246,"llmAt":211,"smitheryAt":244,"updatedAt":211},[],[278,304,336,357,384,409],{"_creationTime":279,"_id":280,"community":281,"display":282,"identity":294,"providers":296,"relations":302,"workflow":303},1778054452948.4272,"k179khyq4dvq0ytvdcepec984d8666wk",{"reviewCount":8},{"description":283,"name":284,"sourceUrl":285,"tags":286},"Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.","Plugin Development Toolkit","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/plugin-dev",[287,288,289,290,271,18,291,17,292,293],"development","plugin-creation","hooks","agents","cli","guidance","best-practices",{"githubOwner":213,"githubRepo":214,"locale":23,"slug":295,"type":215},"plugin-dev",{"extract":297,"llm":298,"smithery":301},{"commitSha":233,"license":249},{"promptVersionExtension":192,"promptVersionScoring":193,"score":299,"targetMarket":198,"tier":300},99,"verified",{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":208},{"parentExtensionId":219,"repoId":242},{"anyEnrichmentAt":244,"extractAt":245,"githubAt":246,"llmAt":211,"smitheryAt":244,"updatedAt":211},{"_creationTime":305,"_id":306,"community":307,"display":308,"identity":320,"providers":324,"relations":329,"workflow":332},1778053078370.9028,"k17dwt2y8zcwbj9r1ccgc0mwvs867jac",{"reviewCount":8},{"description":309,"installMethods":310,"name":311,"sourceUrl":312,"tags":313},"Complete Claude Code plugin development system. PROACTIVELY activate when users want to: (1) Create/build plugins with 2025 features, (2) Add skills/commands/agents/hooks, (3) Validate plugin structure, (4) Publish to marketplace, (5) Get plugin development guidance. Provides: agent-first design patterns, progressive disclosure skills, hook automation, MCP integration, marketplace publishing. Includes plugin-expert agent and validation utilities.",{},"Plugin Master","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/plugin-master",[314,315,316,289,18,317,226,318,17,319],"plugin-development","agent","skill","commands","validation","devops",{"githubOwner":321,"githubRepo":322,"locale":23,"slug":323,"type":215},"josiahsiegel","claude-plugin-marketplace","plugin-master",{"extract":325,"llm":328},{"commitSha":326,"license":327},"a05d923c8a3551d4274eef152649583d693b9b67","MIT",{"promptVersionExtension":192,"promptVersionScoring":193,"score":299,"targetMarket":198,"tier":300},{"parentExtensionId":330,"repoId":331},"k1741p5y8fyyp90j4zdea56w61867nj3","kd75az366mhppxzk11c689vzen865qkv",{"anyEnrichmentAt":333,"extractAt":334,"githubAt":333,"llmAt":335,"updatedAt":335},1778053080008,1778053078370,1778053164925,{"_creationTime":337,"_id":338,"community":339,"display":340,"identity":348,"providers":350,"relations":355,"workflow":356},1778054452948.4277,"k17dy0a0ez2dwjdmah5awj73vd8668cj",{"reviewCount":8},{"description":341,"installMethods":342,"name":343,"sourceUrl":344,"tags":345},"Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",{},"PR Review Toolkit","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/pr-review-toolkit",[15,346,347,315,17],"pr","developer-tools",{"githubOwner":213,"githubRepo":214,"locale":23,"slug":349,"type":215},"pr-review-toolkit",{"extract":351,"llm":352,"smithery":354},{"commitSha":233,"license":249},{"promptVersionExtension":192,"promptVersionScoring":193,"score":353,"targetMarket":198,"tier":300},98,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":208},{"parentExtensionId":219,"repoId":242},{"anyEnrichmentAt":244,"extractAt":245,"githubAt":246,"llmAt":211,"smitheryAt":244,"updatedAt":211},{"_creationTime":358,"_id":359,"community":360,"display":361,"identity":369,"providers":371,"relations":376,"workflow":379},1778053881467.4072,"k17fx190vywc4q48r2gpkrjn6d867b99",{"reviewCount":8},{"description":362,"installMethods":363,"name":364,"sourceUrl":365,"tags":366},"Triage tickets, draft responses, escalate issues, and build your knowledge base. Research customer context and turn resolved issues into self-service content.",{},"Customer Support Plugin","https://github.com/anthropics/knowledge-work-plugins/tree/HEAD/customer-support",[367,18,17,368],"customer-support","workflow",{"githubOwner":213,"githubRepo":370,"locale":23,"slug":367,"type":215},"knowledge-work-plugins",{"extract":372,"llm":374,"smithery":375},{"commitSha":373,"license":249},"9789ea78ad66e395a9c709146cacecdc14ce2abf",{"promptVersionExtension":192,"promptVersionScoring":193,"score":353,"targetMarket":198,"tier":300},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":208},{"parentExtensionId":377,"repoId":378},"k17a976hfb9h5wyrvbw5572nvs867hs3","kd7a7vj5tkj2ssjqcbwka5sh0x864wea",{"anyEnrichmentAt":380,"extractAt":381,"githubAt":382,"llmAt":383,"smitheryAt":380,"updatedAt":383},1778053907346,1778053881467,1778053882262,1778053992763,{"_creationTime":385,"_id":386,"community":387,"display":388,"identity":401,"providers":402,"relations":407,"workflow":408},1778053881467.4102,"k17ak0k5gs1c1kzmt3b041cpen866b4v",{"reviewCount":8},{"description":389,"installMethods":390,"name":391,"sourceUrl":392,"tags":393},"Streamline engineering workflows — standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone.",{},"Engineering Plugin","https://github.com/anthropics/knowledge-work-plugins/tree/HEAD/engineering",[394,368,15,395,396,18,397,16,398,399,400],"engineering","incident-response","documentation","slack","jira","datadog","pagerduty",{"githubOwner":213,"githubRepo":370,"locale":23,"slug":394,"type":215},{"extract":403,"llm":404,"smithery":406},{"commitSha":373,"license":249},{"promptVersionExtension":192,"promptVersionScoring":193,"score":405,"targetMarket":198,"tier":300},95,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":208},{"parentExtensionId":377,"repoId":378},{"anyEnrichmentAt":380,"extractAt":381,"githubAt":382,"llmAt":383,"smitheryAt":380,"updatedAt":383},{"_creationTime":410,"_id":411,"community":412,"display":413,"identity":424,"providers":427,"relations":431,"workflow":434},1778053106675.976,"k172935yjw4vnw9jk00967r90x867qg0",{"reviewCount":8},{"description":414,"installMethods":415,"name":416,"sourceUrl":417,"tags":418},"Sentry-specific agent skills for code review, commits, and more",{},"Sentry Skills","https://github.com/getsentry/skills",[419,347,420,15,421,16,422,423],"sentry","productivity","ci-cd","python","typescript",{"githubOwner":425,"githubRepo":271,"locale":23,"slug":426,"type":215},"getsentry","sentry-skills",{"extract":428,"llm":430},{"commitSha":429,"license":249},"89aaec068abcc70368ccd3e1f7fee58a66313377",{"promptVersionExtension":192,"promptVersionScoring":193,"score":405,"targetMarket":198,"tier":300},{"parentExtensionId":432,"repoId":433},"k17730whqkmykcbxp5a0w925c9867e3c","kd72rsgk08ecgar9pgmt6bvfv1864m4v",{"anyEnrichmentAt":435,"extractAt":436,"githubAt":435,"llmAt":437,"updatedAt":437},1778053107055,1778053106676,1778053119495]