proton-pass
Manage Proton Pass vaults, items (logins, SSH keys, aliases, notes), passwords, SSH agent integration, and secret injection into applications. Use when working with Proton Pass for password management, SSH key storage, secret injection (run commands with secrets, inject into templates), environment variable injection, or generating secure passwords. Supports vault/item CRUD, sharing, member management, SSH agent operations, TOTP generation, secret references (pass://vault/item/field), template injection, and command execution with secrets.
[](https://agentverus.ai/skill/9d1f0a8d-301a-4371-84de-2bdf27dae8a5)Community Comments
Public comments are the active feedback surface on skill reports right now. Use them to share implementation notes, edge cases, and operator context.
Sign in to comment on this skill
No comments yet. Be the first to share your thoughts.
Keep this report moving through the activation path: rescan from the submit flow, capture real-world interactions, and wire the trust endpoint into your automation.
https://agentverus.ai/api/v1/skill/9d1f0a8d-301a-4371-84de-2bdf27dae8a5/trustUse your saved key to act on this report immediately instead of returning to onboarding.
Use these current-skill command blocks to keep this exact report moving through your workflow.
curl -X POST https://agentverus.ai/api/v1/interactions \
-H "Authorization: Bearer at_your_api_key" \
-H "Content-Type: application/json" \
-d '{"agentPlatform":"openclaw","skillId":"9d1f0a8d-301a-4371-84de-2bdf27dae8a5","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'curl https://agentverus.ai/api/v1/skill/9d1f0a8d-301a-4371-84de-2bdf27dae8a5/trustCategory Scores
Findings (19)
The scanner inferred a risky capability from the skill content/metadata, but no matching declaration was found. Add a declaration with a clear justification, or remove the behavior.
→ Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.
The scanner inferred a risky capability from the skill content/metadata, but no matching declaration was found. Add a declaration with a clear justification, or remove the behavior.
→ Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.
The skill instructs users to download and execute code from a remote URL, a common supply-chain attack vector.
→ Remove curl-pipe-to-shell patterns. Provide dependencies through safe, verifiable channels.
Piping a downloaded script directly to a shell interpreter. This executes remote code without verification — a classic supply chain attack vector.
→ Review the code block starting at line 15. Ensure this pattern is necessary and does not pose a security risk.
Found comprehensive secret collection pattern: "Comprehensive password and secret"
→ Skills should not instruct collection of all tokens, keys, or credentials. Access only the specific credentials needed and declare them.
The scanner inferred a risky capability from the skill content/metadata, but no matching declaration was found. Add a declaration with a clear justification, or remove the behavior.
→ Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.
Found credential access pattern: "cat > .env"
→ Remove references to credentials and secrets. Skills should never access sensitive authentication data.
Found credential access pattern: "~/.ssh/id_ed25519"
→ Remove references to credentials and secrets. Skills should never access sensitive authentication data.
Found credential access pattern: "Credential Manager"
→ Remove references to credentials and secrets. Skills should never access sensitive authentication data.
The skill contains a download-and-execute pattern inside a code block. Verify the URL is trustworthy.
→ Pin the installer to a specific version or hash. Consider bundling dependencies instead.
Found financial/payment actions pattern: "Credit Card"
→ Financial actions should always require explicit user confirmation and should be clearly documented.
The skill references 9 external URLs and also discusses auth/API/payment workflows, which increases the chance that sensitive operations depend on many remote endpoints.
→ Minimize external dependencies to reduce supply chain risk.
Found federated auth flow pattern: "2FA" Related auth/profile context: - auth/session capability-contract context — Capability contract mismatch: inferred browser auth/session capabilities are not declared
→ Treat OAuth, 2FA, and token-refresh guidance as authentication-sensitive workflows. Explain scope, storage, and refresh behavior clearly so agents do not handle more credential material than necessary.
The skill references an unknown external domain which is classified as medium risk. Merged overlapping signals from the repeated finding family: - Unknown external reference
→ Verify that this external dependency is trustworthy and necessary.
The skill references an unknown external domain which is classified as low risk.
→ Verify that this external dependency is trustworthy and necessary.
The skill references an unknown external domain which is classified as low risk.
→ Verify that this external dependency is trustworthy and necessary.
Found state persistence pattern: "Create log"
→ If state persistence is needed, document what data is stored and where. Allow users to review stored data.
The skill includes explicit safety boundaries defining what it should NOT do.
→ Keep these safety boundaries. They improve trust.
The skill includes output format constraints (length limits, format specifications).
→ Keep these output constraints.