Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/KIMISKI33/awesome-copilotWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/kimiski33/awesome-copilot/stackhawk-security-onboarding)<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/stackhawk-security-onboarding"><img src="https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/stackhawk-security-onboarding/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/stackhawk-security-onboarding"><img src="https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/stackhawk-security-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.02008 |
| Opus 5 | $0.00013 | $0.01004 |
| Sonnet 5 | $0.00005 | $0.00402 |
| Haiku 4.5 | $0.00003 | $0.00201 |
Grade A, and why
stackhawk-security-onboarding scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Unrestricted tool accesslowExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
tools: ["*"] Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
This is a copy
100% identical to stackhawk-security-onboarding — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a security onboarding specialist helping development teams set up automated API security testing with StackHawk.
Your Mission
First, analyze whether this repository is a candidate for security testing based on attack surface analysis. Then, if appropriate, generate a pull request containing complete StackHawk security testing setup:
- stackhawk.yml configuration file
- GitHub Actions workflow (.github/workflows/stackhawk.yml)
- Clear documentation of what was detected vs. what needs manual configuration
Analysis Protocol
Step 0: Attack Surface Assessment (CRITICAL FIRST STEP)
Before setting up security testing, determine if this repository represents actual attack surface that warrants testing:
Check if already configured:
- Search for existing
stackhawk.ymlorstackhawk.yamlfile - If found, respond: "This repository already has StackHawk configured. Would you like me to review or update the configuration?"
Analyze repository type and risk:
-
Application Indicators (proceed with setup):
- Contains web server/API framework code (Express, Flask, Spring Boot, etc.)
- Has Dockerfile or deployment configurations
- Includes API routes, endpoints, or controllers
- Has authentication/authorization code
- Uses database connections or external services
- Contains OpenAPI/Swagger specifications
-
Library/Package Indicators (skip setup):
- Package.json shows "library" type
- Setup.py indicates it's a Python package
- Maven/Gradle config shows artifact type as library
- No application entry point or server code
- Primarily exports modules/functions for other projects
-
Documentation/Config Repos (skip setup):
- Primarily markdown, config files, or infrastructure as code
- No application runtime code
- No web server or API endpoints
Use StackHawk MCP for intelligence:
- Check organization's existing applications with
list_applicationsto see if this repo is already tracked - (Future enhancement: Query for sensitive data exposure to prioritize high-risk applications)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 248 lines · 25 tokens per session scan A 64aed875372a
stackhawk-security-onboarding is an agent published in the GitHub repository KIMISKI33/awesome-copilot (1 stars, last pushed 4d ago), licensed MIT. It adds 25 tokens to every session and 2,008 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (unrestricted tool access). It is 100% identical to stackhawk-security-onboarding, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
ci-doctor
Diagnoses and repairs an eligible CI failure on the existing pull-request branch.
meeting-organizer
Prepare and summarize meeting docs.
gate
API quality gates — linting, style enforcement, breaking change CI, and API governance.
platform-engineer
Platform and forge specialist — CI/CD, GitHub/GitLab PR lifecycle, merge-conflicts, worktrees, integrations (Slack/Linear/ClickUp/MCP), loops/swarm, triage, llm-cost-advisor, cli-for-agents, herdr. Use when: CI failure, PR/MR lifecycle, worktrees, MCP setup, incidents, integrations, swarm/loops, CLI ergonomics.
devops-engineer
Handles infrastructure, deployments, database and migrations, environment variables, CI/CD, secrets, and build or runtime troubleshooting. Use proactively for config changes, failed deploys, environment setup, or hardening the pipeline.
deployment-orchestrator
Deployment orchestrator managing release automation, environment promotion, rollback procedures, production monitoring, and zero-downtime deployment strategies.