This report does not block or authorize the manifest or ZIP.
All 78 static analysis findings are FALSE POSITIVES. The static analyzer misinterpreted Markdown backtick formatting (inline code) as Ruby shell backtick execution in this Markdown documentation file. All URL references are legitimate documentation links to RunComfy service, model catalog, and related skills. The single filesystem reference documents token storage for user awareness. The skill is a legitimate video extension tool that uses the runcomfy CLI and Google Veo 3-1 models. No malicious intent, prompt injection attempts, or obfuscated behavior detected. Skill uses external commands, network access, and filesystem access as documented and expected for this type of tool.
Report position
Historical report
Open audit history before using this report to install.
Audit attestation
Not attestable
The required immutable binding is incomplete.
Human verification
Not verified
No human verification is recorded for this report.
Coverage
1 Files scanned · 156 Lines analyzed
3 items shown for review
Limitations
This report does not claim runtime or sandbox execution and does not prove the absence of side effects.
01
Evidence chain
Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.
Documentation URLs flagged as hardcoded network endpoints
24 URL references were flagged as hardcoded network endpoints. These are legitimate documentation links to the RunComfy homepage, model catalog, API documentation, and related skill pages. They serve as user reference material, not executable network requests.
All URLs point to runcomfy.com, skills.sh, or docs.runcomfy.com domains which are the legitimate service provider and documentation sites. UTM parameters confirm marketing attribution, not malicious tracking.
Token storage documentation flagged as filesystem access
Line 140 references ~/.config/runcomfy/token.json in the Security & Privacy section to document where the runcomfy login command stores authentication tokens. This is transparency documentation, not actual file system access code.
The reference appears in a dedicated Security & Privacy section that explains token storage to the user. The skill accesses RUNCOMFY_TOKEN env var, but documents the credential file path for user awareness.
03
Risk findings
Confirmed security concerns are separated from items that still need review.
Usage guidance misidentified as system reconnaissance
Lines 53 and 58 contain usage guidance comparing the standard Veo 3-1 Extend and Fast Extend model tiers. These advise when to use each endpoint for cost control, not reconnaissance.
The lines discuss model endpoint selection based on quality vs cost trade-offs. No system commands, environment queries, or diagnostic operations are present.
04
Expert evidence
Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.
Artifact subject
Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable
Analysis metadata
Audit model: claude
Analysis state: Complete
Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.
Markdown backticks misidentified as shell execution
The static analyzer flagged 44 instances of backtick characters in SKILL.md as Ruby shell backtick execution. The file is a Markdown document where backticks are used for inline code formatting (e.g., `runcomfy`, `extend-video`). These are not code execution constructs.
Backticks in a .md file are Markdown formatting, not Ruby code. The file has no Ruby code, no .rb extension, and no require/inherit Ruby constructs.
Lines flagged for weak crypto (lines 5, 9, 82, 120) contain only YAML frontmatter license field and plain English text about prompting tips and exit codes. No cryptographic algorithms exist in the file.
No base64-encoded strings, cipher references, or cryptographic function calls exist in the SKILL.md file. The analyzer appears to have false-triggered on unrelated content.