Portfolio Manager
Analysis
Review before installing because the skill needs sensitive Alpaca brokerage credentials and account data, and its setup guidance is not clearly limited to read-only or paper-trading access.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
The Alpaca MCP server may be available through Claude's MCP marketplace or as a standalone package ... pip install alpaca-trade-api
The documentation points users to external MCP/server and SDK installation paths without a pinned package version or specific trusted source in the provided artifacts.
python3 portfolio-manager/scripts/test_alpaca_connection.py
The skill includes a user-directed local Python test command for checking the Alpaca connection; it is documented as a manual setup step, not hidden automatic execution.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export ALPACA_SECRET_KEY="your_secret_key" ... export ALPACA_PAPER=false ... Regenerate API keys with full permissions
The setup supports live Alpaca credentials and even recommends full-permission keys in troubleshooting, while the stated portfolio-analysis workflow only needs read/account data.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Use Alpaca MCP Server tools to gather current portfolio information ... Use WebSearch or available market data APIs to fetch
The skill routes brokerage-derived data through an MCP integration and may use external search or market-data providers to enrich position analysis.
All positions with quantities, values, P/L ... Report Location: `portfolio_analysis_YYYY-MM-DD.md` in repository root
The generated report can persist detailed financial holdings and performance data in a local repository path.
