chore(licensing): update security instruction attributions and compliance#1294
Conversation
…egation - remove embedded CIS Controls table, delegate to researcher subagent - add third-party attribution to standards-mapping and sssc-standards - add OWASP and OpenSSF trademark marks at first reference - create THIRD-PARTY-NOTICES file at repository root 📜 - Generated by Copilot
- add license, compatibility, and metadata fields to all 12 skill frontmatter blocks - strengthen OWASP CC BY-SA 4.0 attribution across 33 reference files and THIRD-PARTY-NOTICES - update skill-frontmatter schema with license, compatibility, and metadata properties - add multi-license notice to README and update contributing docs - regenerate plugins to reflect updated skill metadata 📜 - Generated by Copilot
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1294 +/- ##
==========================================
- Coverage 87.63% 87.62% -0.02%
==========================================
Files 61 61
Lines 9328 9328
==========================================
- Hits 8175 8174 -1
- Misses 1153 1154 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
📐 - Generated by Copilot
There was a problem hiding this comment.
Automated PR Review — chore/update-security-instruction-attributions
This PR delivers well-scoped licensing compliance work: correcting OWASP license fields, removing redistributable CIS Controls content, adding attribution blocks and THIRD-PARTY-NOTICES, and enriching skill frontmatter with license, metadata, and compatibility fields. The implementation is clean and the automated validation table is thorough. Two required process items must be addressed before merge.
⚠️ Issue Alignment
No issue is linked to this PR.
The "Related Issue(s)" section explicitly states "No linked issues." Per the repository contribution guidelines, every PR must reference an issue using "Fixes #", "Closes #", or "Resolves #" so changes can be traced to a tracked work item.
Required action: Open an issue describing the licensing compliance gap (e.g., "Remediate OWASP and CIS licensing in hve-core") and link it to this PR before merging.
⚠️ PR Template Compliance
AI Artifact Contributions checklist — unchecked
The "Type of Change" section has both Copilot instructions and Copilot skill checked, which means the AI Artifact Contributions checklist in the "Checklist" section is required. All three items are currently unchecked:
- Used
/prompt-analyzeto review contribution - Addressed all feedback from
prompt-builderreview - Verified contribution follows common standards and type-specific requirements
Required action: Complete the AI Artifact Contributions checklist, or explicitly mark items as N/A with justification if they do not apply to metadata-only changes.
GHCP Maturity Acknowledgment — unchecked (manual action required)
The PR correctly identifies 10 non-stable GHCP artifacts under "GHCP Artifact Maturity" but the two acknowledgment checkboxes are unchecked:
- I acknowledge this PR includes non-stable GHCP artifacts
- Non-stable artifacts are intentional for this change
These require manual author acknowledgment before merge.
🔍 Coding Standards
Changes to .github/instructions/*.instructions.md, SKILL.md files, and docs/contributing/skills.md all follow the applicable conventions from prompt-builder.instructions.md, markdown.instructions.md, and writing-style.instructions.md. No violations found.
The THIRD-PARTY-NOTICES file uses (www.bestpractices.dev/redacted) (no trailing slash) while sssc-standards.instructions.md uses `(www.bestpractices.dev/redacted) This is a cosmetic inconsistency that does not affect correctness.
✅ Code Quality
- License field corrections (MIT → CC-BY-SA-4.0) on the three OWASP skills are accurate and consistent with the upstream OWASP Foundation licensing.
- CIS Controls removal from embedded content is appropriate given redistribution restrictions; delegation to the Researcher Subagent is the correct pattern.
- Attribution blocks in reference files and SKILL.md files are consistent and well-formatted.
- JSON schema additions in
skill-frontmatter.schema.jsonare correct; see inline comment for a non-blocking observation onadditionalProperties: truefor themetadataobject. - Plugin README regeneration is consistent with the
npm run plugin:generateworkflow.
📋 Required Actions Before Merge
- Link a GitHub issue to this PR (Fixes #NNNN or Resolves #NNNN).
- Complete or address the AI Artifact Contributions checklist (three unchecked items under "Checklist → AI Artifact Contributions").
- Check the GHCP Maturity Acknowledgment boxes manually to confirm awareness of the non-stable artifacts included.
|
@JasonTheDeveloper ... sorry for closing your PR ... but this mess is what needed to be done .. |
raymond-nassar
left a comment
There was a problem hiding this comment.
PR Review — chore/update-security-instruction-attributions
Well-scoped licensing compliance work. The CIS removal, OWASP license corrections, and attribution blocks are all appropriate. Two inline comments below, plus one general observation:
Skill Coverage
The PR description claims all 12 skills were updated with license, metadata, and compatibility fields, but only 10 SKILL.md files appear in the diff. Can you confirm whether security-reviewer-formats/SKILL.md (and any other missing skill) already has these fields, or whether they were inadvertently skipped?
Overall
The THIRD-PARTY-NOTICES file, README licensing subsection, and reference file attribution footers are thorough and consistent. Automated validation passing across all checks is a good sign. See the two inline comments for minor items.
raymond-nassar
left a comment
There was a problem hiding this comment.
Two minor changes requested, but everything else seems good to go.
🔧 - Generated by Copilot
chore(licensing): update security instruction attributions and compliance
Description
This PR delivers standards licensing compliance remediation for the hve-core repository. The changes address three areas across 54 files (+494/−42 lines):
Third-party content compliance — Removed the embedded CIS Controls v8.1 table (17 lines listing CIS 1–10) from
standards-mapping.instructions.mdbecause CIS licensing prohibits redistribution of control text. CIS lookups now delegate to the Researcher Subagent at runtime. The cross-reference table was updated from specific control numbers (e.g.1, 2, 4, 7) tovia delegation, and the per-component output template changed the CIS field todelegated — include Researcher Subagent findings or N/A.OWASP attribution and licensing — Corrected the
licensefield on three OWASP skills (owasp-agentic,owasp-llm,owasp-top-10) fromMITtoCC-BY-SA-4.0. Added## Third-Party Attributionblocks with copyright, license, source URL, modification description, and trademark notice to each SKILL.md. Added CC BY-SA 4.0 attribution footers to all 33 OWASP vulnerability reference documents (11 per skill). AddedOWASP®trademark registration marks across instruction and skill files.Skill metadata enrichment — Added
license,metadata(authors, spec_version, framework_revision, last_updated, skill_based_on, content_based_on), andcompatibilityfields to all 12 skill SKILL.md frontmatters. Expandedskill-frontmatter.schema.jsonwith property definitions for these three fields (+43 lines). Documented the new fields indocs/contributing/skills.md(+57 lines).Supporting artifacts:
THIRD-PARTY-NOTICESfile (84 lines, 8 external sources), a "Licensing" subsection inREADME.mdexplaining the dual-license model (MIT repository + CC BY-SA 4.0 for OWASP-derived content), and plugin README regeneration reflecting CIS reclassification.Detailed Change Breakdown
Commit 1:
2df4ce6c— CIS removal and delegationstandards-mapping.instructions.md(59 lines changed):"License terms prohibit redistribution; use runtime lookup"via delegationdelegated — include Researcher Subagent findings or N/A"Embedded OWASP, NIST, and CIS"to"Embedded OWASP and NIST"## Third-Party Attributionsection (OWASP CC BY-SA 4.0, NIST public domain)OWASP®trademark registration markssssc-standards.instructions.md(+28 lines):## Third-Party Attributionsection covering 6 external standards: OpenSSF Scorecard (Apache 2.0), SLSA (Community Specification 1.0), Best Practices Badge (MIT + CC BY 3.0+), Sigstore (Apache 2.0), SPDX (Community Specification 1.0), CycloneDX (Apache 2.0)OpenSSF®trademark noticeidentity.instructions.md: Updated description to remove CIS reference in standards coverage summary.3 plugin READMEs: Updated CIS wording from "embedded" to "runtime lookup via Researcher Subagent."
Commit 2:
d4b073b7— License metadata and OWASP attribution12 SKILL.md files — Added frontmatter fields to all skills:
CC-BY-SA-4.0CC-BY-SA-4.0CC-BY-SA-4.0MIT33 OWASP reference files — Added CC BY-SA 4.0 attribution footer to each vulnerability reference document:
.github/skills/security/owasp-agentic/references/01–10(11 files).github/skills/security/owasp-llm/references/01–10(11 files).github/skills/security/owasp-top-10/references/01–10(11 files)3 OWASP SKILL.md files — Added
## Third-Party Attributionblocks with copyright, license identifier, source URL, modification description, and OWASP® trademark notice.skill-frontmatter.schema.json(+43 lines):licenseproperty (SPDX identifier, string, max 128 chars)compatibilityproperty (runtime requirements, string, max 256 chars)metadataobject with 6 optional sub-properties:authors,spec_version,framework_revision,last_updated(ISO 8601 pattern),skill_based_on,content_based_onTHIRD-PARTY-NOTICES(new file, 84 lines) — Centralized attribution for 8 external sources:README.md(+8 lines) — Added "Licensing" subsection:prompt-builder.instructions.md: Addedlicenseto the list of required SKILL.md frontmatter fields (valid-keys enumeration).Commit 3:
81d2d51d— Contributing documentationdocs/contributing/skills.md(+57 lines):compatibilityfield documentation with description and examplesCommit 4:
b702d0cc— Table formattingdocs/contributing/skills.md: Normalized table column widths to pass theformat:tablesCI check.Related Issue(s)
Closes #1295
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
These changes modify metadata and attribution content on existing instruction and skill files. No new agent, prompt, or skill invocation is introduced. The artifacts continue to function identically — users invoke them through the same prompts and workflows as before.
Execution Flow:
owasp-agentic,owasp-llm,owasp-top-10) load their SKILL.md and reference files during security review workflows. Thelicensefield now correctly declaresCC-BY-SA-4.0and each reference file includes a CC BY-SA 4.0 footer.standards-mapping.instructions.mdno longer contains embedded CIS Controls content. When CIS lookup is needed, the instruction delegates to the Researcher Subagent for runtime retrieval.sssc-standards.instructions.mdincludes a Third-Party Attribution section identifying six external standard sources.licenseandmetadatafields in frontmatter, enabling downstream tooling to detect licensing requirements automatically.Output Artifacts:
No new output artifacts are created by invoking these AI artifacts. The changes affect metadata, attribution, and compliance content only.
Success Indicators:
npm run validate:skillspasses with all 12 skills validated.npm run lint:frontmatterpasses with all frontmatter fields valid.license: CC-BY-SA-4.0and a## Third-Party Attributionsection.license: MIT.Testing
Automated validation performed:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run plugin:generateManual testing was not performed. Changes are metadata, attribution, and documentation only.
Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contribution (N/A — metadata-only changes to existing artifacts; no new agents, prompts, or skills introduced)prompt-builderreview (N/A — metadata-only changes)npm run validate:skillsandnpm run lint:frontmatter)Required Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run plugin:generateSecurity Considerations
GHCP Artifact Maturity
Warning
This PR includes experimental GHCP artifacts that may have breaking changes.
.github/instructions/security/identity.instructions.md.github/instructions/security/sssc-standards.instructions.md.github/instructions/security/standards-mapping.instructions.md.github/skills/experimental/powerpoint/SKILL.md.github/skills/experimental/video-to-gif/SKILL.md.github/skills/experimental/vscode-playwright/SKILL.md.github/skills/security/owasp-agentic/SKILL.md.github/skills/security/owasp-llm/SKILL.md.github/skills/security/owasp-top-10/SKILL.md.github/instructions/hve-core/prompt-builder.instructions.md.github/instructions/security/identity.instructions.md.github/instructions/security/sssc-standards.instructions.md.github/instructions/security/standards-mapping.instructions.md.github/skills/experimental/powerpoint/SKILL.md.github/skills/experimental/video-to-gif/SKILL.md.github/skills/experimental/vscode-playwright/SKILL.md.github/skills/gitlab/gitlab/SKILL.md.github/skills/installer/hve-core-installer/SKILL.md.github/skills/jira/jira/SKILL.md.github/skills/security/owasp-agentic/SKILL.md.github/skills/security/owasp-llm/SKILL.md.github/skills/security/owasp-top-10/SKILL.md.github/skills/shared/pr-reference/SKILL.mdGHCP Maturity Acknowledgment
Additional Notes
THIRD-PARTY-NOTICESfile follows Microsoft OSS conventions with per-source attribution blocks containing license identifier, source URL, usage description, and modification notes where applicable.metadata.content_based_onfield in OWASP skill frontmatter links directly to the upstream OWASP publication, enabling automated provenance verification.npm run plugin:generateto reflect CIS reclassification from "embedded" to "runtime lookup via Researcher Subagent."compatibilityfield was added to the JSON schema and three OWASP SKILL.md files to indicate CC BY-SA 4.0 attribution requirements for downstream consumers.