logi

A plugin marketplace listing for two logi plugins: one integrates 1pass sign-in with an app, and the other requests approval on a user’s phone before an AI agent performs a high-risk action. 1pass is the sign-in service described by the listing.

In plain words
What is it for?
Use it to find the logi-integrate plugin for 1pass sign-in and OIDC integration, or logi-approval for phone-based human approval before risky agent actions.
Why use it?
It provides a catalogue entry for authentication and approval features that need a user’s identity or consent. The listing makes the two available additions and their purposes clear.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add dcode-co/logi-plugins
agentmods
npx agentmods add plugins/dcode-co/logi-plugins/marketplace
Clone the repo
git clone --depth 1 https://github.com/dcode-co/logi-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

logi scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 39 lines

What it actually says

{
  "$schema": "https://json.schemastore.org/claude-code-marketplace.json",
  "name": "logi",
  "owner": {
    "name": "Dcode",
    "email": "[email protected]",
    "url": "https://github.com/dcode-co"
  },
  "metadata": {
    "description": "Claude Code plugins for logi (1pass) — sign-in integration and the agent approval gate."
  },
  "plugins": [
    {
      "name": "logi-integrate",
      "source": "./plugins/logi-integrate",
      "description": "Integrate 1pass (logi) sign-in into your app — skill-guided RP registration and OIDC integration with MCP tools",
      "version": "0.2.0",
      "author": {
        "name": "Dcode",
        "url": "https://github.com/dcode-co"
      },
      "category": "authentication",
      "homepage": "https://docs.1pass.dev"
    },
    {
      "name": "logi-approval",
      "source": "./plugins/logi-approval",
      "description": "logi Agent Approval Gate — request human approval on a user's phone before an AI agent performs a high-risk action",
      "version": "0.1.0",
      "author": {
        "name": "Dcode",
        "url": "https://github.com/dcode-co"
      },
      "category": "authentication",
      "homepage": "https://docs.1pass.dev/agent-approval/quickstart"
    }
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 39 lines scan A 66caa053bf23

Subscribe to this mod's changes

logi is a plugin published in the GitHub repository dcode-co/logi-plugins (0 stars, last pushed 25d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.