skills/dwsy/agent/pluck/Gen Agent Trust Hub

pluck

Pass

Audited by Gen Agent Trust Hub on Aug 11, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill interacts with a local Rust daemon (pluckd) and wraps the ripgrep CLI tool for search functionality. The init command with the --mode aggressive flag suggests initialization routines that modify configuration files for agents like Claude Code or Cursor.
  • [EXTERNAL_DOWNLOADS]: The skill performs automatic downloads of Tree-sitter grammar files from external repositories during its first run to enable language-specific parsing features.
  • [PROMPT_INJECTION]: The skill facilitates the ingestion of untrusted code from local repositories into the agent's context, which is an indirect prompt injection surface. \n
  • Ingestion points: The read, search, and symbol tools in SKILL.md extract arbitrary text from the filesystem.\n
  • Boundary markers: No explicit security delimiters are defined to prevent the agent from executing instructions embedded in the retrieved code.\n
  • Capability inventory: The skill has the ability to read all files in a repository and analyze call graphs via the pluckd daemon.\n
  • Sanitization: There is no evidence of sanitization or filtering for the content retrieved from the codebase.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 11, 2026, 02:50 PM
Security Audit — agent-trust-hub — pluck