Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/forge-app-builder/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/atlassian/forge-skills"
ref: "bfe376cee02cac671b3b7d91e2ed34ac0220da5c" # main as of 2026-04-19
ref: "2014fae5b1529a22629129b1564ae522593eb46d" # main as of 2026-04-19
path: "skills/forge-app-builder"
version: "0.1.2"
version: "0.1.3"

provenance:
repository_uri: "https://github.com/atlassian/forge-skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/forge-app-review/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/atlassian/forge-skills"
ref: "bfe376cee02cac671b3b7d91e2ed34ac0220da5c" # main as of 2026-04-19
ref: "2014fae5b1529a22629129b1564ae522593eb46d" # main as of 2026-04-19
path: "skills/forge-app-review"
version: "0.1.2"
version: "0.1.3"

provenance:
repository_uri: "https://github.com/atlassian/forge-skills"
Expand Down
9 changes: 7 additions & 2 deletions skills/forge-debugger/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/atlassian/forge-skills"
ref: "bfe376cee02cac671b3b7d91e2ed34ac0220da5c" # main as of 2026-04-19
ref: "2014fae5b1529a22629129b1564ae522593eb46d" # main as of 2026-04-19
path: "skills/forge-debugger"
version: "0.1.2"
version: "0.1.3"

provenance:
repository_uri: "https://github.com/atlassian/forge-skills"
Expand All @@ -21,3 +21,8 @@ security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "atlassian/forge-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
# cisco-ai-skill-scanner false positives surfaced by the digest bump to 2014fae.
# These are noisy trigger/behavioral-pack rules that match documentation prose,
# not executable threats; suppressed per exact rule_id.
- rule_id: ATR_2026_00040
reason: "FP: scanner matched documentation prose/code (the substring 'EXEC' in the '## EXECUTION MANDATE' heading in SKILL.md:5); no executable threat. atlassian/forge-skills @2014fae5b1529a22629129b1564ae522593eb46d."
Loading