Caveat verdict
python-sdk
Accesses credentials AND encodes data
Skill provides a Python SDK for the inference.sh AI platform using a user-installed package; all API calls target the declared inference.sh service and serve the stated AI application development 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
file_read
credential_access
package_install
Findings (4)
Possible hardcoded credential
SKILL.md ยท code ยท api_key="inf_your_key
Uses eval() โ can execute arbitrary code
references/tool-builder.md ยท code ยท eval(
Data URI with base64 payload โ may embed malicious content
references/files.md ยท code ยท data:application/pdf;base64,
Python aiohttp session โ async network access
references/files.md ยท code ยท aiohttp.ClientSession
Permissions & capabilities
No declared permissions โ minimal attack surface.
package_installcredential_accessnetwork_infile_readdata_encoding Thanks โ recorded.