Caveat verdict

stock-tracker

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

5
security
60
transparency
90
maintenance

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.

Capability combination high

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (6)

Pattern match high

Pipe to sh — executes piped content as shell commands

references/architecture.md · prose · downgraded · | SH

Pattern match high

<script> tag in markdown — potential code injection

scripts/dashboard.py · prose · downgraded · <script>

Pattern match low

References webhook/callback URL

config.json · prose · downgraded · webhook_url

Pattern match low

Uses XMLHttpRequest — network access

scripts/cninfo_api.py · prose · downgraded · XMLHttpRequest

Pattern match low

Python os.environ.get — reads environment variable

scripts/dashboard.py · prose · downgraded · os.environ.get(

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API