rwa-alpha
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The strategy engine in
rwa_alpha.pyexecutes shell commands viasubprocess.runto interact with theonchainosCLI for price discovery, wallet status checks, and trade execution. These interactions are standard for the skill's intended purpose. - [EXTERNAL_DOWNLOADS]: The skill fetches data from several well-known external services including Google News RSS for headlines, Polymarket API for prediction market probabilities, and the Anthropic API for event classification.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the processing of untrusted external data.
- Ingestion points: Financial headlines are ingested from Google News RSS feeds within
rwa_alpha.py. - Boundary markers: The ingested headlines are processed by an LLM using a system prompt (
_LLM_SYSTEM_PROMPT) designed to restrict output to specific event types. - Capability inventory: Classification results from the LLM trigger automated trading operations via the
onchainosCLI, including market swaps and contract calls across Ethereum and Solana. - Sanitization: The skill employs keyword-based regex filtering before LLM classification and limits the model's output schema to a predefined list of macro events.
Audit Metadata