Optional sub-skill of security-issue-import, security-issue-invalidate, and security-issue-sync that handles the *relay/forwarder* case: a report that did not arrive directly from the reporter but was relayed onto <security-list> by an upstream broker (the ASF security team, a third-party disclosure platform, or an internal SOC). Runs after the parent skill's generic classification cascade, dispatches through adapters declared in forwarders.enabled per tools/forwarder-relay/README.md, applies the matched adapter's preamble-detect + credit-extract + reporter- addressing rules, and hands the routing decision back. Never mutates tracker state on its own.
$npx -y skills add apache/magpie --skill security-issue-import-via-forwarderInstalls into the current project.
Run `npx skills use "https://github.com/apache/magpie" --skill "apache/magpie/security-issue-import-via-forwarder"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/apache/magpie" that are relevant to the current task. Run `npx skills add "https://github.com/apache/magpie"` and select the relevant skills, then follow their instructions.