audit-packs-evidence
audit-packs-evidence provides codebase metadata extraction, evidence enrichment, and compliance-specific detection agents for the audit-packs ecosystem.
⚠️ IMPORTANT: This is a sub-package of the
audit-packscompliance mapping toolkit. It is NOT designed to be run as a standalone CLI tool. If you are looking for the main CLI and GitHub Action scanner execution engine, please install and refer to audit-packs.
📦 Installation
Install this package via pip if you are constructing custom evidence collection or developing additional detection agents:
pip install audit-packs-evidence
🛠️ API Surface & Modules
| Module | Key API Exports | Description |
|---|---|---|
audit_packs_evidence.evidence |
enrich(), fetch_pr_context(), evidence_confidence() |
Fetches Git, PR, and local file context to attach cryptographic/audit-ready evidence strings. |
audit_packs_evidence.agents |
DetectionAgent (ABC), build_agents(frameworks, packs_dir), GDPRAgent, HIPAAAgent, SOC2Agent, FedRAMPAgent, OrgPolicyAgent, DataFlowAgent, Nist80053Agent |
Abstract base class and factory for framework-specific detection agents running heuristics not coverable by traditional static engines. |
🔍 Specialized Detection Agents
Some compliance controls require auditing codebase configuration states that standard IaC tools do not cover. The package bundles programmatic agents:
Nist80053Agent: Automatically scans configuration manifests (such asrequirements.txt,pyproject.toml,package.json, andCargo.toml) to detect unpinned dependencies and wildcards, mapping findings directly to the NIST SI-2 (Flaw Remediation) control.DataFlowAgent: Runs source-to-sink dependency flow tracing to measure flow-sensitive compliance risks.
📦 Ecosystem Architecture
audit-packs is built as a modular ecosystem consisting of five Python packages:
| Package | PyPI Link | Role | Standalone? |
|---|---|---|---|
audit-packs |
pypi | Main CLI & Action entrypoint | Yes |
audit-packs-core |
pypi | Primitives, diff parsing, normalization | No |
audit-packs-mapping |
pypi | Compliance pack loader & OSCAL exporter | No |
audit-packs-evidence |
pypi | Evidence collectors & heuristic agents | No |
audit-packs-ai |
pypi | LLM consensus & confidence scoring | No |
🔗 Related Resources
- Main GitHub Repository: https://github.com/prakharsingh/audit-packs
- Documentation & Setup: docs/SETUP.md
- Issue Tracker: https://github.com/prakharsingh/audit-packs/issues
📄 License
This library is licensed under the Apache-2.0 License. See the LICENSE file in the main repository for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file audit_packs_evidence-0.9.0.tar.gz.
File metadata
- Download URL: audit_packs_evidence-0.9.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc23feda36e350a316269b1f3e04679cd119a6ce7d9c4fdd128a3c946a2fa7bf
|
|
| MD5 |
6f8629b62eaa777ad6ce7ac9bc653cd3
|
|
| BLAKE2b-256 |
717b238aa9077c6cbb2bfb1bb2fe5851365692b95f103d122f714203b9f3777a
|
File details
Details for the file audit_packs_evidence-0.9.0-py3-none-any.whl.
File metadata
- Download URL: audit_packs_evidence-0.9.0-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b08a27042779c4bcc6dbababe53fb1ab99f080ab406904d04bf9e6ace4e5bdfd
|
|
| MD5 |
72b81c1e08bdd3b14eb10b3ef0245949
|
|
| BLAKE2b-256 |
f56ecb6b1828206f3f7ed4b9a35a0dce04291e5c1e4af31babc201026e5e68b1
|