Caveat verdict
ai-dev-engineer
Fetches from network AND uses eval/Function
This is a comprehensive reference workflow guide for AI application development covering prompt engineering, RAG, agents, deployment, and security — purely instructional content with no suspicious behaviors.
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.
Fetches from network AND uses eval/Function — the remote-code-execution pattern (data-flow not verified)
LLM05 · LLM06 · ASI05
Receives external input AND uses eval — the remote code-injection pattern (data-flow not verified)
LLM01 · LLM05 · ASI01 · ASI05
Reads files AND uses eval/Function — may execute locally stored payloads
LLM05 · LLM06 · ASI05
Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)
LLM05 · ASI05 · ASI10
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
package_install
Findings (4)
Pipe to python — executes piped content as Python code
references/tech_stack_guide.md · prose · downgraded · | Python
Prompt injection — tries to override agent instructions
scripts/guardrails.py · prose · downgraded · Ignore all previous instructions
POSTs data to external URL
references/safety_guardrails.md · code · .post(
"https://
Possible prompt injection — attempts to redefine agent identity
scripts/guardrails.py · prose · downgraded · You are now
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outfile_readdata_encodingdynamic_evalpackage_installnetwork_in Thanks — recorded.