query
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The installation instructions in
SKILL.mdsuggest usingnpx skills addornpx clawhubto install fromhttps://github.com/barneyjm/camino-skills. This source is not within the trusted organizations or repositories list, representing an unverifiable dependency source. \n- COMMAND_EXECUTION (LOW): The scriptscripts/query.shexecutescurlandjq. While these are standard tools, they are used to process user input and interact with external services. \n- DATA_EXFILTRATION (LOW): The script sends theCAMINO_API_KEYtohttps://api.getcamino.ai. Although this is the primary service domain for the skill, it is not on the pre-approved whitelist for data transmission. \n- PROMPT_INJECTION (LOW): As an indirect injection surface (Category 8), the skill processes natural language queries and may ingest web-enriched data from the API's 'advanced' mode. \n - Ingestion points: API response data in
scripts/query.sh. \n - Boundary markers: Absent in the script's handling of API output. \n
- Capability inventory: Shell command execution via
curlandjq. \n - Sanitization: The script correctly uses
jq's@urifilter to sanitize user-provided parameters before making the network request.
Audit Metadata