Caveat verdict

phishguard

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Email phishing detection skill that analyzes Gmail/Outlook messages using Claude API and sends alerts to Slack/Teams webhooks; all external calls use user-configured credentials (ANTHROPIC_API_KEY, SLACK_WEBHOOK_URL) for the stated security monitoring purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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.

0
security
100
transparency
100
maintenance

Findings (7)

Pattern match critical

Possible hardcoded credential

SKILL.md · frontmatter · API_KEY = "sk-ant-xxxx

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

INSTALACION.md · code · curl -fsSL https://openclawd.ai/install.sh | bash

Pattern match critical

Pipe to bash — executes piped content as shell commands

INSTALACION.md · code · | bash

Pattern match medium

References webhook/callback URL

SKILL.md · frontmatter · WEBHOOK_URL

Pattern match medium

References child_process — can spawn system processes

gmail-adapter.js · prose · downgraded · child_process

Pattern match low

Accesses sensitive environment variables

phishguard.js · prose · downgraded · process.env.ANTHROPIC_API_KEY

Pattern match low

Popular HTTP library — network access

rules-engine.js · prose · downgraded · got

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B). 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.

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API