skills/bitwarden/server/bump-rust-sdk/Gen Agent Trust Hub

bump-rust-sdk

Pass

Audited by Gen Agent Trust Hub on Jul 16, 2026

Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill fetches content from registry.npmjs.org and release data from github.com/bitwarden/clients. These are well-known and trusted vendor sources, respectively.\n- [COMMAND_EXECUTION]: The skill performs various build and test operations using cargo build, cargo test, and dotnet run. It also utilizes shell tools like curl, tar, and grep for dependency management. These activities are legitimate for its dev-ops purpose.\n- [PROMPT_INJECTION]: The skill processes external repository metadata which introduces a potential indirect injection surface.\n
  • Ingestion points: Version strings are parsed from the package.json file in the bitwarden/clients repository via git show in SKILL.md.\n
  • Boundary markers: Absent; the version string is directly interpolated into a curl command string without delimiters.\n
  • Capability inventory: Access to shell command execution, build tools, and network operations as detailed in SKILL.md.\n
  • Sanitization: Absent; the skill does not instruct the agent to validate or escape the version string before use.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 16, 2026, 08:42 PM
Security Audit — agent-trust-hub — bump-rust-sdk