Skip to content

[docs-linker] workshop docs: add gh-aw doc links - #2289

Merged
pelikhan merged 2 commits into
mainfrom
docs-linker/round-9-09cea090031b6961
Jul 28, 2026
Merged

[docs-linker] workshop docs: add gh-aw doc links#2289
pelikhan merged 2 commits into
mainfrom
docs-linker/round-9-09cea090031b6961

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Adds inline documentation links to 10 security-focused side-quest workshop files.

Changes by file

side-quest-16-03-token-exfiltration.md

side-quest-16-04-deterministic-vs-agentic-data-ops.md

side-quest-16-05-long-lived-credentials.md

side-quest-17-01-mcp-concepts.md

side-quest-17-02-security-architecture.md

side-quest-17-03-prompt-injection.md

side-quest-17-04-permission-escalation.md

side-quest-17-05-supply-chain-mcp.md

side-quest-17-06-output-injection.md

side-quest-17-07-repo-poisoning.md

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by 🔗 Docs Linker · 105.1 AIC · ⌖ 10.1 AIC · ⊞ 6.6K ·

  • expires on Jul 29, 2026, 7:19 AM UTC

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added docs-linker documentation Improvements or additions to documentation labels Jul 28, 2026
@pelikhan
pelikhan merged commit cb03a9d into main Jul 28, 2026
4 checks passed
@pelikhan
pelikhan deleted the docs-linker/round-9-09cea090031b6961 branch July 28, 2026 11:48

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by 📋 Guidelines Enforcer for #2289 · 95.6 AIC · ⌖ 5.51 AIC · ⊞ 5.7K

Comments that could not be inline-anchored

workshop/side-quest-17-06-output-injection.md:75

Rule violated: No "For more details" footers — documentation links belong inline

Offending text:

&gt; See [Agentic Workflow Security Architecture (Explain Like You&#39;re 5)](side-quest-17-02-security-architecture.md)
&gt; for the full security model.

Suggested fix: Remove this trailing footer blockquote. Embed the reference inline in the nearest prose sentence instead (e.g., ...see the security architecture model). The guidelines prohi…

workshop/side-quest-17-01-mcp-concepts.md:94

Rule violated: No numbered headers inside files; also malformed nested Markdown link in heading

Offending text:

## How [toolsets](https://github.github.com/gh-aw/reference/github-tools/#github-[toolsets](https://github.github.com/gh-aw/reference/github-tools/#github-toolsets)) work

Suggested fix: Remove the nested link inside the heading. Headings should use plain text or a single simple link. Rewrite as:

## How toolsets work

The word toolsets can be linked once …

workshop/side-quest-17-07-repo-poisoning.md:118

Rule violated: Incorrect frontmatter key name

Offending text:

network:
  allowed-domains:
    - &quot;api.github.com&quot;

Suggested fix: The correct key is allowed, not allowed-domains. Update to match the canonical schema used throughout the workshop and in production workflow files:

network:
  allowed:
    - api.github.com

Also update the inline reference on the same page (network.allowed-domains) to network.allowed.

workshop/side-quest-17-07-repo-poisoning.md:180

Rule violated: Incorrect frontmatter key name (same as the code block above)

Offending text:

- Set `network.allowed-domains` to block exfiltration to attacker-controlled destinations.

Suggested fix: Rename to network.allowed to match the actual schema:

- Set `network.allowed` to block exfiltration to attacker-controlled destinations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-linker documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant