pp-yahoo-finance
Warn
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to download and install binaries from non-standard external repositories.
- Binaries are installed via
npx -y @mvanhorn/printing-pressandgo install github.com/mvanhorn/printing-press-library/.... - [DATA_EXFILTRATION]: The skill exposes a
--deliverflag that supports awebhook:scheme. - This feature allows the agent to send command outputs, which may contain sensitive portfolio data or financial summaries, to arbitrary external URLs.
- There is a
feedbackcommand that can be configured to POST data to a remote endpoint via theYAHOO_FINANCE_FEEDBACK_ENDPOINTenvironment variable. - [COMMAND_EXECUTION]: The skill provides the agent with the ability to execute complex CLI commands and direct SQL queries against a local database using the
sqlcommand. - [CREDENTIALS_UNSAFE]: The skill references the use of a sensitive cookie file (
~/yahoo-cookies.json) for session management in theauth login-chromecommand, which represents potential exposure of session credentials.
Audit Metadata