agent-skill-harbor-post-collect
v0.14.2
Published
Post-collect runtime package for Agent Skill Harbor.
Downloads
418
Readme
agent-skill-harbor-post-collect
Post-collect runtime package for Agent Skill Harbor.
This package contains the post-collect command implementation and built-in plugins such as builtin.detect-drift, builtin.audit-promptfoo-security, and builtin.audit-skill-scanner.
Purpose
- Provide the runtime behind
harbor post-collect - Keep built-in plugin dependencies separate from
collect - Isolate heavier optional dependencies such as
promptfoofrom GitHub collection environments
Notes
- This package is primarily an internal runtime dependency of
agent-skill-harbor builtin.audit-promptfoo-securitydepends onpromptfooand may still perform network access required by promptfoo red-team executionbuiltin.audit-skill-scannerrequires Python 3.10+ and a preinstalledskill-scannerCLI- Publish
agent-skill-harbor-post-collectbeforeagent-skill-harborwhen the wrapper depends on a newer post-collect version - For plugin behavior and output conventions, see
docs/03-post-collect-plugins.md
