ClawAudit verdict
pylinter-assist
Accesses credentials AND makes external network calls
Skill provides Python linting via pyenv and pip with explicit security warnings against curl|sh installs; the 'curl|sh' pattern appears in a warning telling users NOT to use it, and GitHub Actions integration is documented with a security advisory.
Automated static analysis — not a human review. ClawAudit 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 ClawAudit 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
Permission integrity
network_out
credential_access
package_install
Findings (5)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · prose · downgraded · curl | sh
Pipe to sh — executes piped content as shell commands
SKILL.md · prose · downgraded · | sh
Downloads executables from external URLs
SKILL.md · code · download from https://
References webhook/callback URL
SKILL.md · code · WEBHOOK_URL
subprocess execution — runs system commands from Python
pylinter_assist/linter.py · prose · downgraded · subprocess.run(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/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.
package_installnetwork_outcredential_accessnetwork_in Thanks — recorded.