vsl-funnel — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited vsl-funnel (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The Video Sales Letter funnel replaces long-form sales copy with a persuasive video. The viewer watches, then clicks a CTA that appears after a timed delay.
Traffic → VSL Page → Order Page → Thank You / Upsell| Page | Purpose | Key Element |
|---|---|---|
| VSL Page | Deliver sales message via video | Auto-play video, delayed CTA button |
| Order Page | Capture payment | Order form, guarantee, testimonials |
| Upsell (optional) | One-click upsell after purchase | Single CTA, limited offer |
| Thank You | Confirm purchase, deliver access | Login details, next steps |
// Reveal CTA button after X seconds
const video = document.querySelector('video');
const cta = document.querySelector('.cta-delayed');
const REVEAL_SECONDS = 900; // 15 minutes
video.addEventListener('timeupdate', () => {
if (video.currentTime >= REVEAL_SECONDS) {
cta.classList.add('visible');
}
});1. Pattern Interrupt (0:00–0:30)
Hook that stops the scroll — bold claim, curiosity, controversy
2. Story / Problem (0:30–5:00)
Relatable origin story that mirrors the viewer's pain
3. Solution Reveal (5:00–8:00)
Introduce the product as the bridge from pain to outcome
4. Proof (8:00–12:00)
Testimonials, case studies, results, credentials
5. Offer Stack (12:00–16:00)
Core product + bonuses with value anchoring
6. Price Reveal & Close (16:00–18:00)
Price drop, guarantee, urgency, final CTA
7. FAQ / Objection Crusher (18:00–20:00)
Address remaining doubts| Metric | Target |
|---|---|
| VSL page view → watch 25% | > 50% |
| Watch 25% → watch 75% | > 40% |
| Watch 75% → click CTA | > 15% |
| Click CTA → purchase | > 5% |
| Overall visitor → purchase | > 1.5% |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.