Caveat verdict
Env Doctor
phy-env-doctor
Accesses credentials AND makes external network calls
Scans source code to discover env var references and generates a .env.example; credential_access is used only to read the existing .env file for comparison, not to exfiltrate it, which matches the auditing 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 makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
network_out
file_read+write
credential_access
Findings (4)
Possible hardcoded credential
SKILL.md · code · API_KEY=" >> .env
echo
Python os.environ.get — reads environment variable
SKILL.md · code · os.environ.get(
Python os.getenv — reads environment variable
SKILL.md · code · os.getenv(
Accesses sensitive environment variables
SKILL.md · code · process.env.JWT_SECRET
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outcredential_accessfile_write Thanks — recorded.