ducksearch
Warn
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx -y ducksearchandnpm install -g ducksearchto retrieve and install software from the public npm registry. - [REMOTE_CODE_EXECUTION]: Use of
npx -yallows for the automatic download and execution of theducksearchpackage from the remote npm registry. - [COMMAND_EXECUTION]: The skill relies on shell command execution for its core functionality, including searching the web and fetching content.
- [PROMPT_INJECTION]: The skill ingests untrusted data from external websites, creating a surface for indirect prompt injection where malicious content could influence agent behavior.
- Ingestion points: Web content retrieved via the
fetchcommand orUrlContentExtractortool (SKILL.md). - Boundary markers: Absent. The instructions do not define delimiters to separate fetched content from the prompt context.
- Capability inventory: The skill can execute shell commands via
npx(SKILL.md). - Sanitization: Absent. No filtering or sanitization of retrieved web content is specified.
Audit Metadata