autofillin
Fail
Audited by Snyk on Feb 28, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill instructs the agent to "prompt for password" and to fill login fields (and shows examples embedding passwords in CLI credential commands), which requires the LLM/agent to accept and place secret values verbatim into automation commands or storage—creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly navigates to and automates arbitrary public web pages (SKILL.md "Navigate to any web form URL", Playwright commands like
npx playwright open "<URL>", and scripts that launch Chrome with a provided URL), so it fetches and interprets untrusted third-party page content as part of its workflow and that content could influence automated actions.
Audit Metadata