可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
directa24
Directa24 payment platform integration for Latin America via Membrane CLI
Directa24 payment integration skill using Membrane CLI - all functionality declared, no hidden behavior, no credential theft or exfiltration detected.
技能名称directa24
分析耗时24.7s
引擎pi
可以安装
This skill is safe to use. No additional security controls required.
资源类型声明权限推断权限状态证据
命令执行 WRITE WRITE ✓ 一致 npm install -g @membranehq/cli, membrane commands
网络访问 READ READ ✓ 一致 API interactions through Membrane proxy, browser auth
文件系统 NONE NONE No file operations declared or observed
环境变量 NONE NONE No environment variable access
技能调用 NONE NONE No nested skill invocations
剪贴板 NONE NONE No clipboard access
浏览器 READ READ ✓ 一致 Browser auth flow for Membrane login
数据库 NONE NONE No database operations
2 项发现
🔗
中危 外部 URL 外部 URL
https://getmembrane.com
SKILL.md:7
🔗
中危 外部 URL 外部 URL
https://developers.directa24.com/
SKILL.md:19

目录结构

1 文件 · 4.2 KB · 122 行
Markdown 1f · 122L
└─ 📝 SKILL.md Markdown 122L · 4.2 KB

依赖分析 1 项

包名版本来源已知漏洞备注
@membranehq/cli latest npm Version pinned to 'latest' during install - consider specifying version for reproducibility

安全亮点

✓ All functionality clearly documented in SKILL.md
✓ Credential management delegated to Membrane (no local secrets)
✓ No credential harvesting or exfiltration
✓ No base64, obfuscation, or anti-analysis techniques
✓ No sensitive file/path access (no ~/.ssh, ~/.aws, .env)
✓ No reverse shell, C2, or data theft indicators
✓ Standard npm CLI installation pattern
✓ Pre-built actions preferred over raw API calls (security best practice)