Scan Report
5 /100
footprint
Footprint integration for sustainability management platform
Documentation-only skill for Footprint/Membrane CLI integration with all functionality properly declared and no malicious indicators.
Safe to install
This skill is safe to use. The npm global install lacks version pinning, but this is acceptable for CLI tools and is declared in documentation.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | npm global install without version pinning | SKILL.md:43 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in this documentation skill |
| Network | READ | READ | ✓ Aligned | SKILL.md:80 - Uses membrane CLI to make API requests through Membrane proxy |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:43 - Uses npm install and membrane CLI commands |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://usefootprint.com/docs SKILL.md:19 File Tree
1 files · 6.0 KB · 217 lines Markdown 1f · 217L
└─
SKILL.md
Markdown
Security Positives
✓ Documentation-only skill with no executable code or scripts
✓ All shell and network operations are explicitly declared in SKILL.md
✓ No credential harvesting - explicitly instructs to use browser auth and connections
✓ No base64, eval, curl|bash, or other suspicious execution patterns
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No hidden functionality or disguised behavior
✓ Uses legitimate Membrane platform for authentication (no direct API key handling)