Caveat verdict
stock-tracker
Accesses credentials AND encodes data
Tracks East Money watchlist announcements with LLM classification and a local Flask dashboard; uses browser cookie for East Money auth and optionally an LLM API key, matching the stated tracking purpose.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
package_install
Findings (6)
Pipe to sh — executes piped content as shell commands
references/architecture.md · prose · downgraded · | SH
<script> tag in markdown — potential code injection
scripts/dashboard.py · prose · downgraded · <script>
References webhook/callback URL
config.json · prose · downgraded · webhook_url
Uses XMLHttpRequest — network access
scripts/cninfo_api.py · prose · downgraded · XMLHttpRequest
Python os.environ.get — reads environment variable
scripts/dashboard.py · prose · downgraded · os.environ.get(
pip3 install — installs Python packages at runtime
scripts/setup.sh · prose · downgraded · pip3 install
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installcredential_accessdata_encoding Thanks — recorded.