typewriter-video

Fail

Audited by Snyk on Jun 30, 2026

Risk Level: HIGH
Full Analysis

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.80). The README explicitly instructs an AI agent to clone/install the skill from the remote GitHub repo (https://github.com/yammaku/typewriter-video), which the agent will fetch at runtime and whose repository content directly defines the skill's instructions/behavior — making this a runtime external dependency that can control prompts or execute code.

HIGH W008: Secret detected in skill content (API keys, tokens, passwords).

  • Secret detected (high risk: 1.00). I reviewed the entire skill docs for high-entropy literal values that look like real credentials.

Flagged item:

Ignored items (not flagged) and why:

  • Public asset identifiers/URLs (GitHub, YouTube, asset GUID like e2319d8e-36b2-43f9-aca2-5aa4d427adf5) — these are public references, not credentials.
  • Build/package metadata (package.json/lockfile versions, integrity hashes) — these are checksums and package metadata, not secrets.
  • Installation commands, example file paths, font/sound filenames, and numeric constants (e.g., CH3_OFFSET = 228) — these are config/documentation, not credentials.
  • No API keys (sk-...), private key PEM blocks, or other obvious token formats were present elsewhere.

Recommendation: remove or redact the invitation_token from public docs (replace with a placeholder like YOUR_INVITE_TOKEN or a redaction marker) if it is meant to be private.

Issues (2)

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W008
HIGH

Secret detected in skill content (API keys, tokens, passwords).

Audit Metadata
Risk Level
HIGH
Analyzed
Jun 30, 2026, 09:01 PM
Issues
2
Security Audit — snyk — typewriter-video