Caveat verdict
defi-yield
shenmeng-defi-yield
Accesses credentials AND makes external network calls
Provides informational guidance on DeFi yield aggregator protocols (Yearn, Beefy, Pendle, Gamma) with API tools for querying APY; the content is primarily educational/informational with no credential exfiltration or unauthorized transactions.
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 makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
Findings (3)
Possible hardcoded credential
scripts/skillpay.py · prose · downgraded · API_KEY = "sk_f03aa8f8bbcf79f7aa11c112d904780f22e62add1464e3c41a79600a451eb1d2
Python os.getenv — reads environment variable
SKILL.md · code · os.getenv(
Python os.environ.get — reads environment variable
scripts/apy_checker.py · prose · downgraded · os.environ.get(
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outcredential_access Thanks — recorded.