Caveat verdict
dida365
dida365-api
Reads local files AND makes external network calls
Dida365 task management integration using OAuth with user-provided credentials; all network calls go to the declared dida365.com API endpoints for standard CRUD operations.
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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)
LLM02 · ASI03
Permission integrity
network_out
file_read
Findings (10)
Possible hardcoded credential
SKILL.md · code · SECRET="YOUR_CLIENT_SECRET
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s -H "Authorization: Bearer $TOKEN" https://api.dida365.com/open/v1/projec
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Accesses process.env — reads environment variables
SKILL.md · code
Accesses shell history/config
SKILL.md · prose · downgraded · ~/.zshrc
Python urllib.request — network access
SKILL.md · code · urllib.request
POSTs data to external URL
SKILL.md · code · .post("https://
fetch() — outbound network request
SKILL.md · code
Makes HTTP request to external URL
SKILL.md · code · fetch("https://
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: DIDA365_CLIENT_SECRET).
network_outnetwork_infile_readcredential_accessdata_encoding Thanks — recorded.