meta(skills): Backfill risk and source metadata

Add a conservative metadata fixer for missing risk and source fields,
cover it with tests, and backfill the remaining skills using explicit
source inference only when the provenance is clear. Fall back to the
repo-documented defaults when the file does not support a stronger claim.

Refs #365
This commit is contained in:
sickn33
2026-03-20 09:17:09 +01:00
parent fc3c7ae8a2
commit 054565490e
185 changed files with 941 additions and 197 deletions

View File

@@ -1,6 +1,8 @@
---
name: n8n-code-python
description: Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.
risk: unknown
source: community
---
# Python Code Node (Beta)