Caveat verdict
depradar
Accesses credentials AND writes files
Dependency breaking-change analysis tool that reads local dependency files, checks public registries, and searches community resources; all actions are transparent and consistent with the stated intelligence-gathering 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 writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Accesses agent memory AND writes files — may modify agent behavior persistently
LLM01 · LLM06 · ASI01 · ASI06
Permission integrity
file_read+write
agent_memory
Findings (17)
Pipe to python — executes piped content as Python code
README.md · code · |
python
Recursive delete from root or home — destructive command
README.md · code · rm -rf ~
Possible hardcoded credential
hooks/scripts/check-config.sh · prose · downgraded · TOKEN="${GITHUB_TOKEN:-}
Accesses sensitive system files
tests/test_production_fixes.py · prose · downgraded · /etc/passwd
Popular HTTP library — network access
SKILL.md · code · axios
References sudo — requests elevated privileges
SKILL.md · prose · downgraded · sudo
References agent configuration files
CLAUDE.md · code · CLAUDE.md
Instructs covert action — may act without user awareness
README.md · prose · downgraded · quietly
Dynamic import() — loads module at runtime
scripts/lib/js_ast_helper.js · prose · downgraded · import('
subprocess execution — runs system commands from Python
tests/test_smoke.py · prose · downgraded · subprocess.run(
Accesses sensitive environment variables
fixtures/github_issues_sample.json · prose · downgraded · process.env.WEBHOOK_SECRET
Python os.environ.get — reads environment variable
scripts/lib/cache.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
scripts/lib/crates_registry.py · prose · downgraded · urllib.request
References webhook/callback URL
scripts/lib/notify.py · prose · downgraded · WEBHOOK_URL
Python threading.Timer — deferred execution
scripts/lib/usage_scanner.py · prose · downgraded · threading.Timer(
Python shutil file operation — copies/moves/deletes files
tests/test_cache.py · prose · downgraded · shutil.rmtree(
importlib.import_module — dynamic module loading
tests/test_esm_alias.py · prose · downgraded · importlib.import_module(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_incredential_accessagent_memoryfile_write Thanks — recorded.