Caveat verdict

python-sdk

88
๐ŸŸข Trusted
No high-risk patterns surfaced by the deep scan โ€” automated capability review, not behavioral proof.

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.

0
security
40
transparency
70
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

Performs file operations but does not declare file-accessing binaries

file_read

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime โ€” transitive dependencies are not auditable

package_install

Findings (4)

Pattern match critical

Possible hardcoded credential

SKILL.md ยท code ยท api_key="inf_your_key

Pattern match critical

Uses eval() โ€” can execute arbitrary code

references/tool-builder.md ยท code ยท eval(

Pattern match high

Data URI with base64 payload โ€” may embed malicious content

references/files.md ยท code ยท data:application/pdf;base64,

Pattern match medium

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