Scan Report
5 /100
proofpoint
Proofpoint integration - manage data, records, and automate workflows using the Membrane CLI
A legitimate Proofpoint integration skill using the Membrane CLI, with all capabilities (shell:WRITE, network:READ) explicitly declared and no hidden functionality.
Safe to install
No action required. The skill is a standard integration tool with transparent documentation and declared permissions.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:29 - npm install -g @membranehq/cli |
| Network | READ | READ | ✓ Aligned | SKILL.md:42-62 - membrane request for API proxying |
| Filesystem | NONE | NONE | — | No filesystem access detected |
| Environment | NONE | NONE | — | SKILL.md:64 - 'never ask for API keys' |
| Skill Invoke | NONE | NONE | — | No skill invocation detected |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation SKILL.md:19 File Tree
1 files · 4.4 KB · 126 lines Markdown 1f · 126L
└─
SKILL.md
Markdown
Security Positives
✓ No executable code present - only documentation (SKILL.md)
✓ All shell commands are explicitly declared in documentation
✓ Network access declared and scoped to Proofpoint API via Membrane proxy
✓ Credentials handled server-side by Membrane (no local secret storage)
✓ Best practices documented: prefer built-in actions, discover before building
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No base64-encoded payloads or obfuscated code
✓ No curl|bash or wget|sh remote script execution
✓ Clear authentication flow documented (browser-based login)
✓ Version-pinned CLI invocation (npx @membranehq/cli@latest)