implement-and-review

Warn

Audited by Socket on Sep 8, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
SKILL.md

SUSPICIOUS: the skill's overall behavior is coherent for a coding-orchestration skill, and the prompt-injection/command-injection findings are mostly normal workflow or documentation artifacts. The main concern is install/execution trust from unverified repo-local runner wrappers that broker write-enabled model sessions; that elevates security risk, but the visible data flows and permissions still broadly match the stated purpose rather than showing clear credential theft or exfiltration.

Confidence: 84%Severity: 59%
AnomalyLOW
scripts/launch.py

This module is an orchestrator for a git-based multi-track implementation workflow. It does not show clear embedded malware in the fragment (no network activity, no credentials, no eval/exec, no explicit data theft). The main risk is supply-chain/runtime integrity: it modifies sys.path and dynamically imports skill_paths to resolve the runner script to execute, then launches it with subprocess, passing prompt/metadata/working-dir arguments. Cleanup is also potentially destructive based on manifest/worktree/branch values. Overall: moderate security risk driven by execution/import trust boundaries rather than direct malicious payloads in this file.

Confidence: 60%Severity: 55%
Audit Metadata
Analyzed At
Sep 8, 2026, 12:27 AM
Package URL
pkg:socket/skills-sh/robsonrung%2Frar-skills%2Fimplement-and-review%2F@5b813971e53faa63b0483fd51131ee23b4fd59932a4f83e669c6ad511039288c
Security Audit — socket — implement-and-review