persistia-memory-system
Fail
Audited by Snyk on Jun 17, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). High risk — the raw.githubusercontent.com link points to a shell installer in a personal/likely low-reputation GitHub repo intended to be fetched and piped to bash (a common malware distribution pattern), and the short ara.so domain is a third‑party site rather than a well-known vendor.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly instructs users to run a piped shell command that downloads and executes remote code at runtime from https://raw.githubusercontent.com/bernardohcrocha/persistia-for-claude-code/main/setup.sh (curl -fsSL ... | bash), which fetches and runs external code required for setup.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly includes integration with a payment gateway (Stripe): it references using process.env.STRIPE_SECRET_KEY and provides concrete Stripe API code (stripe.subscriptions.list) and scheduled tasks that read Stripe subscriptions ("Daily at 8am: check for new Stripe subscriptions..."). Those are specific, non-generic payment-related API usages. Even though the examples are read/metrics-focused rather than sending payments, the presence of direct Stripe API usage (a payment gateway) meets the rule for Direct Financial Execution authority.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata