doppler
Fetch secrets from Doppler for API keys and credentials.
[](https://agentverus.ai/skill/08aaefa5-7b76-4f4f-a6de-107f2b96465e)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/08aaefa5-7b76-4f4f-a6de-107f2b96465e/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":"08aaefa5-7b76-4f4f-a6de-107f2b96465e","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'curl https://agentverus.ai/api/v1/skill/08aaefa5-7b76-4f4f-a6de-107f2b96465e/trustCategory Scores
Findings (5)
The skill contains instructions to download and execute external code, which is a severe supply chain risk.
→ Never download and execute external code. Bundle all required functionality within the skill.
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.
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.
The skill does not include explicit safety boundaries defining what it should NOT do.
→ Add a 'Safety Boundaries' section listing what the skill must NOT do (e.g., no file deletion, no network access beyond needed APIs).