MCPcopy Create free account
hub / github.com/ByteYellow/AgentProvenance / DefaultEngine

Function DefaultEngine

internal/security/policy.go:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129func DefaultEngine() Engine {
130 return Engine{SecretPathPatterns: []string{".env", "id_rsa", "secret", "credentials"}, Rules: DefaultRules()}
131}
132
133type Rule struct {
134 ID string `yaml:"id" json:"id"`

Callers 15

IngestFunction · 0.92
sealFunction · 0.92
MaterializeFunction · 0.92
authorizeMethod · 0.92
TestReevaluateRunFunction · 0.85

Calls 1

DefaultRulesFunction · 0.85