扫描报告
5 /100
skill-param-confirmer
A robust preflight parameter confirmation layer for downstream skills. Validates explicit parameters, constructs missing or ambiguous parameters for user confirmation, and ensures complete, structured input before execution.
This is a legitimate parameter confirmation/safety layer skill with no security issues — it only validates and confirms parameters for downstream skills without executing code, accessing sensitive resources, or performing any network/shell operations.
可以安装
No action needed. This skill is safe to use as a preflight parameter validation layer.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | SKILL.md — no filesystem access mentioned or implied |
| 网络访问 | NONE | NONE | — | SKILL.md — no network requests mentioned or implied |
| 命令执行 | NONE | NONE | — | SKILL.md — no shell execution mentioned or implied |
| 环境变量 | NONE | NONE | — | SKILL.md — no environment variable access mentioned or implied |
| 技能调用 | NONE | NONE | — | SKILL.md — skill only prepares parameters; does not invoke downstream skills dir… |
| 剪贴板 | NONE | NONE | — | SKILL.md — no clipboard access mentioned |
| 浏览器 | NONE | NONE | — | SKILL.md — no browser access mentioned |
| 数据库 | NONE | NONE | — | SKILL.md — no database access mentioned |
目录结构
1 文件 · 10.1 KB · 326 行 Markdown 1f · 326L
└─
SKILL.md
Markdown
安全亮点
✓ Pure parameter validation and confirmation layer — does not execute any business logic
✓ No shell, filesystem, network, or credential access
✓ Built-in risk quantification (High/Medium/Low) for downstream actions
✓ Safety-first design: high-risk operations always require explicit user confirmation
✓ No auto-confirmation for destructive or externally visible actions
✓ Auditability: every step, timestamp, and decision is logged
✓ No obfuscation, encoded commands, or anti-analysis patterns
✓ No external dependencies or supply chain risks