nimble-web-tools
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires installation of the official
@nimble-way/nimble-clipackage from NPM. This is a vendor-controlled resource and is documented as a prerequisite for the skill's functionality. - [COMMAND_EXECUTION]: The skill executes
nimblecommands via Bash to interact with the Nimble API for web search and content extraction. This is the primary intended behavior of the skill. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from the live web. * Ingestion points: Web content retrieved via
nimble search,nimble extract, andnimble crawlcommands in SKILL.md. * Boundary markers: Absent; there are no instructions to wrap tool outputs in specific delimiters to prevent the agent from obeying embedded instructions. * Capability inventory: The skill utilizesBash(nimble *)to fetch web data and execute further commands. * Sanitization: The skill uses the--parse --format markdownflag which strips raw HTML tags, providing cleaner input for the LLM but not filtering potential malicious instructions within the text content. - [CREDENTIALS_UNSAFE]: The documentation describes how to set the
NIMBLE_API_KEYenvironment variable and store it in~/.claude/settings.json. While this involves a secret key, the instructions follow standard patterns for tool authentication and do not expose any hardcoded credentials.
Audit Metadata