A Stock Analysis Conflict
Analysis
The stock analysis behavior is mostly coherent, but the package identity and portfolio storage path do not match the registry slug, so it deserves review before installation.
Findings (2)
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.
"ownerId": "kn707vekcz9f58mg3b3cjs3jc17zye0v", "slug": "a-stock-analysis", "version": "1.0.0"
The package self-identifies as owner kn707... and slug a-stock-analysis, while the supplied registry metadata identifies owner kn783... and slug a-stock-analysis-conflict. This mismatch is a concrete provenance and identity concern.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
PORTFOLIO_FILE = Path.home() / ".clawdbot" / "skills" / "a-stock-analysis" / "portfolio.json"
The portfolio file path is hard-coded to a-stock-analysis rather than the evaluated registry slug a-stock-analysis-conflict. The file stores persistent position data such as stock code, cost, and quantity.
