deer-flow/.github/skill-review-waivers.v1.json
Willem Jiang 1af79c7bcf
fix(ci):resolve the skill_review errors (#5121)
* fix(ci):resolve the skill_review errors

* fix(ci): split skill creator fixes from waiver rollout
2026-08-31 23:17:39 +08:00

28 lines
1.0 KiB
JSON

{
"schema_version": "deerflow.skill-review-waivers.v1",
"waivers": [
{
"package": "skills/public/skill-creator",
"source": "skillscan",
"rule_id": "python-subprocess",
"path": "scripts/improve_description.py",
"line": 35,
"evidence": "subprocess.run",
"file_sha256": "sha256:87d864570220b699fac52da309d2d6efdb060647bfebc74f768128e646accf80",
"reason": "Required Claude CLI invocation uses a fixed executable, an argv list, prompt input over stdin, and shell=False.",
"expires_on": "2027-02-28"
},
{
"package": "skills/public/skill-creator",
"source": "skillscan",
"rule_id": "python-subprocess",
"path": "scripts/run_eval.py",
"line": 85,
"evidence": "subprocess.Popen",
"file_sha256": "sha256:43e3b8f80dbf69c343967ba77e268fae991d9fa3ed68b32a0ff02532cd48657f",
"reason": "Required Claude CLI invocation uses a fixed executable, an argv list, captured output streams, and shell=False.",
"expires_on": "2027-02-28"
}
]
}