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.
npx skills add joelbrilliant/agentic-delivery-skills --skill security-intake-before-importgit clone --depth 1 https://github.com/joelbrilliant/agentic-delivery-skillsWrote 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/skills/joelbrilliant/agentic-delivery-skills/security-intake-before-import)<a href="https://agentmods.dev/skills/joelbrilliant/agentic-delivery-skills/security-intake-before-import"><img src="https://agentmods.dev/badge/skills/joelbrilliant/agentic-delivery-skills/security-intake-before-import/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/skills/joelbrilliant/agentic-delivery-skills/security-intake-before-import"><img src="https://agentmods.dev/badge/skills/joelbrilliant/agentic-delivery-skills/security-intake-before-import.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.00052 | $0.00595 |
| Opus 5 | $0.00026 | $0.00298 |
| Sonnet 5 | $0.00010 | $0.00119 |
| Haiku 4.5 | $0.00005 | $0.00060 |
Grade A, and why
security-intake-before-import scanned grade A with 0 findings 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 11d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Security Intake Before Import
Overview
Use this skill before bringing external code into a live environment.
Agents are good at copying useful things. They are also good at accidentally installing supply-chain landmines. Do the intake first.
When to Use
- Importing a GitHub repo, script, MCP server, skill, plugin, package, prompt pack, or binary.
- Running an upstream install script.
- Copying code into live config.
- Giving a tool access to local files, browser state, tokens, shell, or network.
- Testing software that reads transcripts, history, or credentials.
Intake Checklist
1. Identify source
Record:
- URL;
- owner;
- default branch;
- commit SHA;
- licence;
- stars/forks if relevant;
- recent maintenance;
- whether this is the expected upstream.
Pin a commit. Do not import from a floating branch when reproducibility matters.
2. Inspect before execution
Review:
- install scripts;
- package manifests;
- postinstall hooks;
- CI files;
- shell commands;
- network calls;
- filesystem writes;
- credential/env access;
- binary blobs;
- minified or generated code.
3. Scan where possible
Use available scanners without installing random new tooling from the target repo.
Examples:
gitleaks detect --no-git --redact
semgrep scan --config auto
npm audit --package-lock-only
python -m compileall .
bash -n script.sh
node --check file.js
If a scanner is missing, say it is missing. Do not pretend.
4. Minimise import
Import only what is needed:
- one script instead of whole repo;
- one skill instead of whole skill pack;
- pinned package version instead of latest;
- read-only config before write-capable config.
5. Synthetic first
If the tool reads private history, browser state, transcripts, credentials, or local repos, test with synthetic data first.
Live data requires explicit approval and a redaction plan.
Report Format
Source:
Commit pinned:
Licence:
Executable surfaces:
Network access:
Filesystem access:
Credential access:
Scans run:
Findings:
Imported artefacts:
Residual risk:
Verdict: import / hold / reject
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.
- 11d ago First seen · 114 lines · 52 tokens per session scan A 15a052d68230
security-intake-before-import is a skill published in the GitHub repository joelbrilliant/agentic-delivery-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 52 tokens to every session and 595 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
cuopt-numerical-optimization-formulation
LP, MILP, QP — concepts, problem-text parsing, and formulation patterns (parameters, constraints, decisions, objective). Concepts only; no API.
cupynumeric-migration-readiness
Pre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment…
deepstream-sop
Use this skill when building, deploying, evaluating, debugging, or measuring latency for the DeepStream SOP Inference Microservice — a GPU-accelerated FastAPI service that detects whether operators perform assembly-line steps in order via event boundary detection (GEBD) plus VLM classification. Trigger even if the…
hsb-ip-packetizer
Choose or explain HSB Sensor RX packetizer fields for HOLOLINKdef.svh. Do not use for full defs, validation, or runtime APB programming.
nemo-mbridge-perf-expert-parallel-overlap
Validate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overlapmoeexpertparallelcomm, delaywgradcompute, and flex dispatcher backends such as DeepEP and HybridEP.
deepstream-run-mv3dt
Run and operate the DeepStream Multi-View 3D Tracking reference app, also known as MV3DT. Use when the user asks to set up prerequisites, run shipped MV3DT samples, run Multi-View 3D Tracking on custom synchronized MP4 datasets, import camera calibration, delegate missing calibration to AutoMagicCalib, inspect OSD or…