post-session

Warn

Audited by Socket on Feb 27, 2026

1 alert found:

Security
SecurityMEDIUM
SKILL.md

This skill's stated purpose (finalize, convert, summarize asciinema recordings) matches its capabilities: it needs to list processes, read files, call asciinema to convert, search text, and optionally push artifacts to git. The primary security concerns are data-exposure and command-execution risks inherent to handling terminal recordings: .cast files can contain secrets and pushing them to a remote repository (or otherwise sending them to AI summarizers) risks leaking sensitive data. The workflow executes system commands and relies on external CLIs, so the trustworthiness of the runtime environment and any credentials used for git pushes (e.g., GH_TOKEN) are critical. There is no evidence of intentionally malicious code (no obfuscation, no download-and-execute from remote domains, no hidden backdoor), so this appears functionally appropriate but moderately risky: guarantee of safe operation requires explicit safeguards (secret redaction, confirmation before push, avoiding echoing tokens, and limiting remote destinations).

Confidence: 75%Severity: 75%
Audit Metadata
Analyzed At
Feb 27, 2026, 05:31 PM
Package URL
pkg:socket/skills-sh/terrylica%2Fcc-skills%2Fpost-session%2F@b996e2cb0c73b21fc65891b53438488203c8c0b1