低风险 — 风险评分 15/100
上次扫描:1 天前 重新扫描
15 /100
ubuntu-landscape
Ubuntu Landscape integration skill for systems management
This is a documentation-only skill that provides guidance for using Ubuntu Landscape with Membrane CLI; no malicious code or hidden functionality detected.
技能名称ubuntu-landscape
分析耗时30.5s
引擎pi
可以安装
Skill is safe to use. Consider pinning the Membrane CLI to a specific version instead of using @latest to reduce supply chain risk.

安全发现 2 项

严重性 安全发现 位置
低危
Unpinned npm dependency version 供应链
SKILL.md uses @latest tag for @membranehq/cli package, which could introduce unexpected behavior if a new version is released.
npm install -g @membranehq/cli
→ Pin to a specific version (e.g., @membranehq/[email protected]) in production skills.
SKILL.md:31
提示
Documentation-only skill 文档欺骗
This skill contains no implementation scripts. It provides guidance for using an external CLI tool.
Documentation for Ubuntu Landscape integration via Membrane CLI
→ No action needed; this is by design.
SKILL.md:1
资源类型声明权限推断权限状态证据
网络访问 READ READ ✓ 一致 SKILL.md line 30: npm install requires network access
命令执行 WRITE WRITE ✓ 一致 SKILL.md: CLI commands (membrane login, membrane action run)
文件系统 NONE NONE No file operations performed
环境变量 NONE NONE No environment variable access detected
技能调用 NONE NONE No cross-skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE Browser auth handled by Membrane SDK
数据库 NONE NONE No database access
2 项发现
🔗
中危 外部 URL 外部 URL
https://getmembrane.com
SKILL.md:7
🔗
中危 外部 URL 外部 URL
https://landscape.canonical.com/set-up-server
SKILL.md:19

目录结构

1 文件 · 4.4 KB · 123 行
Markdown 1f · 123L
└─ 📝 SKILL.md Markdown 123L · 4.4 KB

依赖分析 1 项

包名版本来源已知漏洞备注
@membranehq/cli * (latest) npm Version not pinned; uses @latest tag

安全亮点

✓ No code execution or scripts present in this skill
✓ All capabilities and behavior are clearly documented in SKILL.md
✓ No credential harvesting - Membrane handles authentication transparently
✓ No data exfiltration - only interacts with declared Ubuntu Landscape API
✓ No sensitive file access (~/.ssh, ~/.aws, .env)
✓ No base64 encoded commands or obfuscation
✓ No suspicious network behavior or hardcoded IPs
✓ Uses legitimate, documented CLI tool (@membranehq/cli)