Scan Report
5 /100
lean-technologies
Lean Technologies integration for financial APIs (payments, reconciliation, workflows)
A legitimate Lean Technologies API integration skill that uses the documented Membrane CLI for all operations; all shell and network access is declared in documentation.
Safe to install
No action required. The skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:26 npm install -g @membranehq/cli |
| Network | READ | READ | ✓ Aligned | SKILL.md:7,39 membrane request / proxy API calls |
| Filesystem | NONE | NONE | — | No file operations declared or observed |
| Environment | NONE | NONE | — | SKILL.md explicitly states 'never ask for API keys' |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://developers.lean.tech/ SKILL.md:19 File Tree
1 files · 4.5 KB · 126 lines Markdown 1f · 126L
└─
SKILL.md
Markdown
Security Positives
✓ All shell commands are explicitly declared in documentation
✓ Credential handling delegated to Membrane CLI (no local secret storage)
✓ No hidden scripts, binaries, or undisclosed functionality
✓ Single-file skill with transparent, documented behavior
✓ Uses pre-built Membrane actions as recommended approach
✓ No base64, eval, or obfuscated code patterns detected
✓ No sensitive path access (.ssh, .aws, .env) observed