keyword-priority-ranker
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executescripts/keyword_priority_ranker.pyfor data processing and report generation. This script calculates priority scores using multiple metrics like search volume and competition level. - [EXTERNAL_DOWNLOADS]: The core Python script makes network requests to an external proxy API, using the
NEXSCOPE_PROXY_BASEandNEXSCOPE_API_KEYenvironment variables to fetch keyword data from Jungle Scout. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by processing external data from the Jungle Scout API and accepting user parameters.
- Ingestion points:
scripts/keyword_priority_ranker.py(CLI parameters and API responses). - Boundary markers: None identified in the prompt templates.
- Capability inventory:
Bash,Read,Write, and network connectivity viaurllib. - Sanitization: Parameters are parsed as structured JSON; keyword data is processed as strings.
- [SAFE]: Analysis of the Python scripts and markdown instructions revealed no evidence of obfuscation, persistence mechanisms, or attempts to bypass agent safety guidelines.
Audit Metadata