Scan Report
0 /100
1password
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
纯文档型 1Password CLI 集成技能,无脚本文件,声明与行为一致,无恶意行为。
Safe to install
此技能可安全使用,仅包含文档和 CLI 示例,无实际执行代码。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ | ✓ Aligned | SKILL.md - 文档提及 '--out-file' 参数用于写文件 |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md - 明确说明需通过 shell 执行 op 命令和 tmux |
| Network | NONE | NONE | — | 无网络请求代码 |
| Environment | NONE | READ | ✓ Aligned | SKILL.md - 使用 export 设置环境变量 |
1 findings
Medium External URL 外部 URL
https://developer.1password.com/docs/cli/get-started/ SKILL.md:4 File Tree
3 files · 4.2 KB · 116 lines Markdown 3f · 116L
├─
▾
references
│ ├─
cli-examples.md
Markdown
│ └─
get-started.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 纯文档型技能,无可执行脚本,消除了代码执行风险
✓ 文档结构清晰,示例明确说明 op CLI 用法
✓ 使用 tmux 会话隔离认证状态,设计合理
✓ 包含明确的安全防护指引(Guardrails)
✓ 文档仅调用官方 1Password CLI,无第三方依赖风险