kelly-radar
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the agent to run several Node.js scripts in the skill's root directory to perform its primary functions, such as
scripts/ingest_signals.mjsfor data entry,scripts/file_report.mjsfor research filing, andscripts/execute_decisions.mjsfor handoff operations. - [EXTERNAL_DOWNLOADS]: The skill uses standard Node.js package managers and depends on well-known libraries, including
busabase-sdkfor database communication andhonofor the local preview server. - [PROMPT_INJECTION]: The skill processes external market data, changelogs, and news signals, creating a potential surface for indirect prompt injection.
- Ingestion points: Data is ingested via scripts like
ingest_signals.mjsandingest_trends.mjsfrom monitored competitor URLs and search results. - Boundary markers: The instructions mandate respect for
robots.txtand site terms, focusing strictly on public information. - Capability inventory: The skill can execute local scripts, write to the Busabase database via API, and store local JSON payloads.
- Sanitization: The dashboard UI uses
escapeHtmlto prevent XSS when displaying ingested content, and all sensitive actions (like handoffs to other skills) require manual user approval within the app.
Audit Metadata