here-now
Fail
Audited by Snyk on Apr 30, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs agents to obtain, save, and use API keys and Drive tokens (e.g., echo "{API_KEY}" > ~/.herenow/credentials, using Authorization: Bearer , or passing --api-key), which requires embedding secret values verbatim in commands/requests and thus risks secret exfiltration.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs the agent to fetch and read the live documentation at runtime (https://here.now/docs) and to rely on it for determining capabilities and workflows, so that external URL can directly control the agent's prompts/instructions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata