Skip to content
← Registry
Trust Report

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.

54
SUSPICIOUS
Format: openclawScanner: v0.8.0Duration: 30msScanned: 10d ago · Apr 30, 2:12 PMSource →
Embed this badge
AgentVerus SUSPICIOUS 54AgentVerus SUSPICIOUS 54AgentVerus SUSPICIOUS 54
[![AgentVerus](https://agentverus.ai/api/v1/skill/9d1f0a8d-301a-4371-84de-2bdf27dae8a5/badge)](https://agentverus.ai/skill/9d1f0a8d-301a-4371-84de-2bdf27dae8a5)
Community Discussion

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.

0 comments

Sign in to comment on this skill

No comments yet. Be the first to share your thoughts.

Continue the workflow

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/trust
Personalized next commands

Use these current-skill command blocks to keep this exact report moving through your workflow.

Record an interaction
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"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/9d1f0a8d-301a-4371-84de-2bdf27dae8a5/trust

Category Scores

51
Permissions
54
Injection
31
Dependencies
50
Behavioral
95
Content
80
Code Safety

Findings (19)

highCapability contract mismatch: inferred credential access is not declared-15

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.

Content pattern: access to secrets

Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.

permissionsASST-05
highCapability contract mismatch: inferred command execution is not declared-12

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.

Content pattern: exec

Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.

permissionsASST-03
highSuspicious install pattern: download and execute from remote URL-25

The skill instructs users to download and execute code from a remote URL, a common supply-chain attack vector.

curl -fsSL https://proton.me/download/pass-cli/install.sh | bash

Remove curl-pipe-to-shell patterns. Provide dependencies through safe, verifiable channels.

behavioralASST-02
highDownload-and-execute pattern (curl|wget pipe to shell)-20

Piping a downloaded script directly to a shell interpreter. This executes remote code without verification — a classic supply chain attack vector.

curl -fsSL https://proton.me/download/pass-cli/install.sh | bash

Review the code block starting at line 15. Ensure this pattern is necessary and does not pose a security risk.

code-safetyASST-04
highComprehensive secret collection detected-25

Found comprehensive secret collection pattern: "Comprehensive password and secret"

Comprehensive password and secret management via the Proton Pass CLI. Manage vaults, items, SSH keys, share credentials, inject secrets, and integrate with SSH workflows.

Skills should not instruct collection of all tokens, keys, or credentials. Access only the specific credentials needed and declare them.

injectionASST-05
mediumCapability contract mismatch: inferred network access is not declared-6

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.

Content pattern: https://proton.me/download/pass-cli/install.sh

Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.

permissionsASST-04
mediumCredential access detected (inside code block)-8

Found credential access pattern: "cat > .env"

cat > .env.production << EOF

Remove references to credentials and secrets. Skills should never access sensitive authentication data.

injectionASST-05
mediumCredential access detected (inside code block)-8

Found credential access pattern: "~/.ssh/id_ed25519"

--from-private-key ~/.ssh/id_ed25519 \

Remove references to credentials and secrets. Skills should never access sensitive authentication data.

injectionASST-05
mediumCredential access detected (inside threat-listing context)-5

Found credential access pattern: "Credential Manager"

- **Windows:** Windows Credential Manager

Remove references to credentials and secrets. Skills should never access sensitive authentication data.

injectionASST-05
mediumDownload-and-execute pattern detected (inside code block)-8

The skill contains a download-and-execute pattern inside a code block. Verify the URL is trustworthy.

curl -fsSL https://proton.me/download/pass-cli/install.sh | bash

Pin the installer to a specific version or hash. Consider bundling dependencies instead.

dependenciesASST-04
mediumFinancial/payment actions detected-10

Found financial/payment actions pattern: "Credit Card"

- **Credit Card:** Payment card information (encrypted)

Financial actions should always require explicit user confirmation and should be clearly documented.

behavioralASST-09
mediumMany external URLs referenced (9)-8

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.

URLs: https://proton.me/download/pass-cli/install.sh, https://proton.me/download/pass-cli/install.ps1, https://github.com, https://example.com, https://test.com...

Minimize external dependencies to reduce supply chain risk.

dependenciesASST-04
mediumFederated auth flow detected-10

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

- `totp` - TOTP secret (for 2FA)

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.

behavioralASST-05
mediumUnknown external reference-8

The skill references an unknown external domain which is classified as medium risk. Merged overlapping signals from the repeated finding family: - Unknown external reference

https://proton.me/download/pass-cli/install.sh

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowUnknown external reference-5

The skill references an unknown external domain which is classified as low risk.

https://proton.me/download/pass-cli/install.ps1

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowUnknown external reference

The skill references an unknown external domain which is classified as low risk.

https://app.example.com

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowState persistence detected-5

Found state persistence pattern: "Create log"

### Create login item

If state persistence is needed, document what data is stored and where. Allow users to review stored data.

behavioralASST-09
infoSafety boundaries defined

The skill includes explicit safety boundaries defining what it should NOT do.

Safety boundary patterns detected in content

Keep these safety boundaries. They improve trust.

contentASST-09
infoOutput constraints defined

The skill includes output format constraints (length limits, format specifications).

Output constraint patterns detected

Keep these output constraints.

contentASST-09