indicator-setup

Warn

Audited by Socket on Feb 28, 2026

1 alert found:

Security
SecurityMEDIUM
SKILL.md

The code fragment is a coherent, purpose-aligned setup utility for a Python-based OpenAlgo indicator environment. It uses conventional, non-exotic methods (virtualenv, pip, environment file) to configure tooling and workspace. The main security concern is the handling of API credentials: the API key is collected from the user and stored in plaintext in a .env file, which is a common dev pattern but introduces potential exposure risk if the workspace is shared or accidentally committed. No obvious malicious data exfiltration or supply-chain abuse is evident from the fragment itself. Overall, the footprint is proportionate to the stated purpose, but credential handling should be hardened for broader or production use (e.g., not writing secrets to disk, using prompt-secure input, or integrating with a secrets manager).

Confidence: 75%Severity: 75%
Audit Metadata
Analyzed At
Feb 28, 2026, 07:25 AM
Package URL
pkg:socket/skills-sh/marketcalls%2Fopenalgo-indicator-skills%2Findicator-setup%2F@e78ad44b888f0be624af5ce540dd0733e70b7a67